This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Hotfix/v0.1.3 (#2173)#2228
Merged
Merged
Conversation
* fix concurrent web socket writes * fix eth_syncing * fix custom trace internal tx call error handling and update prover * add test to custom tracer depth issue; fix internal call error and gas used * fix custom tracer for internal tx with error and no more steps after it * remove debug code * Make max grpc message size configurable (#2179) * make max grpc message size configurable * fix state tests * fix tests * fix tests * get SequencerNodeURI from SC if empty and not IsTrustedSequencer * 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 * move log for the best fitting tx (#2192) * fix load zkCounters from pool * remove unnecessary log.info * add custom tracer support to CREATES opcode without depth increase (#2213) * logs * fix getting stateroot from previous batch (GetWIPBatch) * logs * Fix GetWipBatch when previous last batch is a forced batch * fix forcedBatch trusted state * Revert "fix getting stateroot from previous batch (GetWIPBatch)" This reverts commit 860f0e7. * force GHA * add pool limits (#2189) * Hotfix/batch l2 data (#2223) * Fix BatchL2Data * Force GHA --------- Co-authored-by: Toni Ramírez <58293609+ToniRamirezM@users.noreply.github.com> Co-authored-by: agnusmor <agnusmor@gmail.com> Co-authored-by: agnusmor <100322135+agnusmor@users.noreply.github.com> Co-authored-by: Alonso <ARR551@protonmail.com> Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
ARR552
approved these changes
Jun 26, 2023
joanestebanr
pushed a commit
that referenced
this pull request
Jun 28, 2023
* Hotfix/v0.1.3 (#2173) * fix concurrent web socket writes * fix eth_syncing * fix custom trace internal tx call error handling and update prover * add test to custom tracer depth issue; fix internal call error and gas used * fix custom tracer for internal tx with error and no more steps after it * remove debug code * Make max grpc message size configurable (#2179) * make max grpc message size configurable * fix state tests * fix tests * fix tests * get SequencerNodeURI from SC if empty and not IsTrustedSequencer * 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 * move log for the best fitting tx (#2192) * fix load zkCounters from pool * remove unnecessary log.info * add custom tracer support to CREATES opcode without depth increase (#2213) * logs * fix getting stateroot from previous batch (GetWIPBatch) * logs * Fix GetWipBatch when previous last batch is a forced batch * fix forcedBatch trusted state * Revert "fix getting stateroot from previous batch (GetWIPBatch)" This reverts commit 860f0e7. * force GHA * add pool limits (#2189) * Hotfix/batch l2 data (#2223) * Fix BatchL2Data * Force GHA --------- Co-authored-by: Toni Ramírez <58293609+ToniRamirezM@users.noreply.github.com> Co-authored-by: agnusmor <agnusmor@gmail.com> Co-authored-by: agnusmor <100322135+agnusmor@users.noreply.github.com> Co-authored-by: Alonso <ARR551@protonmail.com> Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com> * fix test --------- Co-authored-by: Thiago Coimbra Lemos <tclemos@users.noreply.github.com> Co-authored-by: agnusmor <agnusmor@gmail.com> Co-authored-by: agnusmor <100322135+agnusmor@users.noreply.github.com> Co-authored-by: Alonso <ARR551@protonmail.com> Co-authored-by: Alonso Rodriguez <ARR552@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
fix concurrent web socket writes
fix eth_syncing
fix custom trace internal tx call error handling and update prover
add test to custom tracer depth issue; fix internal call error and gas used
fix custom tracer for internal tx with error and no more steps after it
remove debug code
Make max grpc message size configurable (Make max grpc message size configurable #2179)
make max grpc message size configurable
fix state tests
fix tests
fix tests
get SequencerNodeURI from SC if empty and not IsTrustedSequencer
Optimize trace (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
move log for the best fitting tx (Change position of the log.Info for the best fitting tx #2192)
fix load zkCounters from pool
remove unnecessary log.info
add custom tracer support to CREATES opcode without depth increase (add custom tracer support to CREATES opcode without depth increase #2213)
logs
fix getting stateroot from previous batch (GetWIPBatch)
logs
Fix GetWipBatch when previous last batch is a forced batch
fix forcedBatch trusted state
Revert "fix getting stateroot from previous batch (GetWIPBatch)"
This reverts commit 860f0e7.
force GHA
add pool limits (add pool limits #2189)
Hotfix/batch l2 data (Hotfix/batch l2 data #2223)
Fix BatchL2Data
Force GHA
Closes #.
What does this PR do?
Reviewers
Main reviewers:
Codeowner reviewers: