forked from 0xPolygonHermez/zkevm-node
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Feature/agglayer #67
Open
vcastellm
wants to merge
60
commits into
develop
Choose a base branch
from
feature/agglayer
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/agglayer #67
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
…nding aggreagtor/aggregator.go code
…, and aggregator/config
In some circumstances, we've encountered panics when using the empty struct for the stacktrie because the hasher is nil. This commit switches to using `NewSTackTrie` to create the object and avoids those panics.
Not sure if this was already implemented and can be reused.
* fix Leaves smtproof * pointer protection * fix unit test
…0xPolygonHermez#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 <[email protected]>
…storing L2Block. Logs changes (0xPolygonHermez#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 <[email protected]>
* 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 (0xPolygonHermez#3156) * set DEFAULT 0 when creatingtransaction.used_sha256_hashes field in the pool * update prover image to v4.0.0
* add cardona testnet (0xPolygonHermez#2909) * update config * update cardona genesis --------- Co-authored-by: Thiago Coimbra Lemos <[email protected]>
* 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
…xPolygonHermez#3163) * note to restart zkevm-rpc * update comment
* EncodeBatchV2 allow to set Tx in binary * actions/setup-go to v5 to avoid use node 16
* removed reorgPool call * add test for l1 sequenced batches * removed panic after halt call as PR comments ask for
* new geth version v1.13.11
* fix rom error * linter * fix
…) (0xPolygonHermez#3183) * fix cache update and sync from Trusted of closed batch
… into feature/agglayer
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.
PR pointing to zkevm agglayer integration branch and incorporating latest changes included in pullupstream/v0.5.0