Pullupstream/v0.5.8#74
Merged
Merged
Conversation
* fix Leaves smtproof * pointer protection * fix unit test
…0xPolygon#3129) * add l2block log dump when storing error. refactor ProcessBatchV2 logs * add AddL2Block log * fix index AddL2Block log * use aux variable to avoid reusing poiner --------- Co-authored-by: Toni Ramírez <toni@polygon.technology>
…storing L2Block. Logs changes (0xPolygon#3134) * fix l2 hash when to is nill * get l2 hash from executor * fix use tx L2 hash returned by the executor when storing L2Block. Logs changes * fix linter * add L2block tracking number to process tx logs * fix ProcessBatchV2 log format * fix UTs. set useMainExecGenerated to true * set prover image to v4.0.0-RC30 * test setting useMainExecGenerated = false * fix independent_test * fix non-e2e tests --------- Co-authored-by: Toni Ramírez <toni@polygon.technology>
…ed by the executor (0xPolygon#3139)
* if got an error getting lastBlock produce a SIGSEGV * reduce info logs * fix unittest
* fix missingBookMark * fix missingBookMark * fixes * fix * fix * fix seq-sender config * fixes * doc
* improve open new wipL2Block logs * fix wipL2Block deltaTimestamp
…in the pool (0xPolygon#3156) * set DEFAULT 0 when creatingtransaction.used_sha256_hashes field in the pool * update prover image to v4.0.0
* add cardona testnet (0xPolygon#2909) * update config * update cardona genesis --------- Co-authored-by: Thiago Coimbra Lemos <tclemos@users.noreply.github.com>
* new fields in stream * update test * remove unused constant * add UpgradeEtrogBatchNumber handling to stream * doc * add log to test * add log to test * add protection * add check * fix * fix
* fix case emtpy batch and unittest * fix error in conversion * fix unittest
…xPolygon#3163) * note to restart zkevm-rpc * update comment
* allow rpc to access the ForkID directly from DB * update docs
* allow rpc to access the ForkID directly from DB * update docs * fix migration down; check for greater forkIDs instead of the next +1 (0xPolygon#3182) * fix state storage config initialization * add tests and fix get forkID by block number * fix test TestGetForkIDByBlockNumber --------- Co-authored-by: agnusmor <agnusmor@gmail.com>
* L1InfooTree cache is calculated when needed and is discard when a reorg happens
* synchronizer avoid panic if process trusted batch fails
… (it will use default "sequential" value) (0xPolygon#3210)
* set l2 block gas limit to 2**50 (1125899906842624) * limit L2 block gasLimit in StoreL2Block function
* fix stream * fix stream * fix stream * fix stream * linter
…than last SC sequenced batcj (0xPolygon#3225)
…sanity check is done. Do fatal for some finalizer halt events. Several fixes. Optmize purge pool (0xPolygon#3241) * sequence batch only when sanity check is done. Do fatal for some halt events. Several fixes * feat: optimize purge txn pool query (0xPolygon#3137) * feat: optimize purge txn pool query * fix: add new method to state interface * feat: generate new state mocks * fix merge * fix %w --------- Co-authored-by: Idris Hanafi <ifh101@gmail.com>
vcastellm
reviewed
Feb 12, 2024
vcastellm
left a comment
There was a problem hiding this comment.
LGTM but you need to run make config-doc-gen to fix CI
vcastellm
approved these changes
Feb 12, 2024
Stefan-Ethernal
approved these changes
Feb 12, 2024
goran-ethernal
approved these changes
Feb 12, 2024
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 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.
This PR fetches v0.5.8 changes of the zkEVM node