-
Notifications
You must be signed in to change notification settings - Fork 697
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
update executor proto #2122
Merged
Merged
update executor proto #2122
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Psykepro
approved these changes
May 25, 2023
Psykepro
pushed a commit
that referenced
this pull request
Jun 2, 2023
* update executor proto * gas price as string Signed-off-by: Nikolay Nedkov <[email protected]>
Psykepro
pushed a commit
that referenced
this pull request
Jun 2, 2023
* update executor proto * gas price as string Signed-off-by: Nikolay Nedkov <[email protected]>
Psykepro
pushed a commit
that referenced
this pull request
Jun 5, 2023
* update executor proto * gas price as string Signed-off-by: Nikolay Nedkov <[email protected]>
ToniRamirezM
added a commit
that referenced
this pull request
Jun 30, 2023
* wip Signed-off-by: Nikolay Nedkov <[email protected]> * update executor proto (#2122) * update executor proto * gas price as string Signed-off-by: Nikolay Nedkov <[email protected]> * new smc * smc docker image * merging feature/HashDB Signed-off-by: Nikolay Nedkov <[email protected]> * wip Signed-off-by: Nikolay Nedkov <[email protected]> * fixing comments. Signed-off-by: Nikolay Nedkov <[email protected]> * improve: adding missing safe check for L2 Min Gas Price. Signed-off-by: Nikolay Nedkov <[email protected]> * fix: fixing eth-CallEcrecoverInvalidSignature.json 'expectedOldStateRoot'. Signed-off-by: Nikolay Nedkov <[email protected]> * improve: adding missing check in finalizer for old txs. Signed-off-by: Nikolay Nedkov <[email protected]> * Optimize trace (#2183) (#2206) * Optimize trace (#2183) * optimize trace * fix memory reading * update docker image * update prover image * fix converter * fix memory * fix step memory * fix structlogs * fix structlogs * fix structlogs * fix structlogs * fix structlogs * fix structlogs * fix structlogs * fix structlogs * update prover image * fix struclogs * fix memory size * fix memory size * fix memory size * refactor memory resize * refactor memory resize * update test * new prover * New image with geth1.12.0 * geth1.11.5 * fix: fixing contract addresses in configs. Signed-off-by: Nikolay Nedkov <[email protected]> * changing zkevm-mock-l1-network image to hermeznetwork/geth-zkevm-contracts:v2.0.0-RC1-fork.5-geth1.12.0 Signed-off-by: Nikolay Nedkov <[email protected]> * Fix/group8 (#2211) * fix gaslimit * fix gaslimit * fix gaslimit * smc * genBlockNumb * use forkID while encoding/decoding txs (#2219) * Add effective_gas_price to receipt (#2222) * add effective_gas_used to receipt * fix * fix * fix sql * fix * fix sql * fix sql * fix * fix * fix helper * fix sql * change sql * update prover image * update prover image * effective gas price comparation (#2234) * effective gas price comparation * rename function * fix * refactor * linter * fix * update prover image * update prover image * refactor * refactor gas prices * refactor gas prices * fix * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * mutex * fix test * do not return error on l1gas=0 * remove commented code * refactor * fix conflicts * fix conflicts * make factors floats * fix gasprice * fix gasprice * merge develop and fix conflicts --------- Signed-off-by: Nikolay Nedkov <[email protected]> Co-authored-by: Toni Ramírez <[email protected]> Co-authored-by: Alonso <[email protected]> Co-authored-by: Toni Ramírez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Updates executor proto.
Reviewers
Main reviewers: