-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indexed contracts store deployment block number immutably #2004
Labels
Comments
This was referenced Mar 23, 2023
contract Indexable {
uint256 public immutable index = block.number;
} |
@asaj with the backwards cursor, do you still feel like this is valuable to change? |
@yorhodes is this related to v3? |
yorhodes
added a commit
that referenced
this issue
Aug 18, 2023
yorhodes
added a commit
that referenced
this issue
Aug 18, 2023
yorhodes
added a commit
that referenced
this issue
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
h/t @yorhodes on #1907 (comment)
This would allow agents to index contract events optimally without any config beyond contract addresses.
The text was updated successfully, but these errors were encountered: