-
Notifications
You must be signed in to change notification settings - Fork 107
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
dev: update nonce for evm accounts #513
dev: update nonce for evm accounts #513
Conversation
2bfde09
to
60b42ee
Compare
cf8aec1
to
92a5319
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
===========================================
+ Coverage 23.17% 72.91% +49.74%
===========================================
Files 9 45 +36
Lines 1247 4139 +2892
===========================================
+ Hits 289 3018 +2729
- Misses 958 1121 +163
☔ View full report in Codecov by Sentry. |
92a5319
to
5825f25
Compare
…te-nonce-for-evm-accounts
…te-nonce-for-evm-accounts
7b25faa
to
d4552b9
Compare
741e29d
to
6cfa7d4
Compare
…te-nonce-for-evm-accounts
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.
Thanks for the review @Eikix
…te-nonce-for-evm-accounts
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.
Should there be an overall integration test for this feature? Using the testsequencer flow
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.
question
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.
lgtm 🫡🫡🙏
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.
lgtm
<!--- Please provide a general summary of your changes in the title above --> <!-- Give an estimate of the time you spent on this PR in terms of work days. Did you spend 0.5 days on this PR or rather 2 days? --> Time spent on this PR: 0,5 days ## Pull request type <!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? In the fuction by codelane there is unecessary code. <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Resolves kkrt-labs#513 ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> Suppression of alloc locals from the body - - - ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
Time spent on this PR: 1
Resolves: #502
Pull Request type
Please check the type of change your PR introduces:
What is the new behavior?
nonce
method now returns the following:Does this introduce a breaking change?