Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix(state-transitions): verify deposits against contract #2115
base: main
Are you sure you want to change the base?
fix(state-transitions): verify deposits against contract #2115
Changes from 25 commits
f4a7d79
0f46172
22c7717
05cba80
443ac1b
10efd5e
099716d
151a533
9818c7e
160cc88
6a191d1
64d19e5
d94bf97
4a9fe1c
67f2597
e048be4
8bf34db
d90a95a
e17d29c
7b2bf91
6286b20
df81bae
af8c5e0
023ebfd
d66b298
18ba094
e47219a
a3cd2d9
3a0923e
712d3fe
6b90b87
83ad2fd
69d568b
a7143e8
6ce250d
0fc3868
187bf67
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Enhance deposit store field documentation.
While the comment explains what the field does, it could be more descriptive about its purpose in preventing fraudulent validators and censoring legitimate ones.
Consider updating the comment to:
📝 Committable suggestion