forked from 0xPolygonHermez/zkevm-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/multiple txs by sequencer (0xPolygonHermez#1108)
* implemented multiple txs processing by the sequencer * implemented multiple txs processing by the sequencer * fixed array passing when getting top tx * adding logs and fixed bugs * refactored functions related to zk counters calculation * fixed pr comments * Discard batch by OOC (0xPolygonHermez#1110) * Discard batch by OOC * Fix isBatchOutOfCounters * Remove not needed check in test * Improve OOC detection check * Change field name to UnprocesedBatch * Update prover docker image * Update prover docker image * Update prover docker image * Update prover docker image * Update prover docker image * get rid of updateTxStateInPool function in the sequencer and changes tx state -> tx status * fixed pool_test.go * Reprocess discarded batch by OOC error in batchbuilder (0xPolygonHermez#1114) * Reprocess discarded batch * Rename function * Bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (0xPolygonHermez#1113) Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.2 to 2.14.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/commits) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use CONFIG_MODE=test for E2E test (0xPolygonHermez#1117) * Use CONFIG_MODE=test for E2E test * Add -v flag to tests * Include logic in a loop * Correct comments * Change processTxResponse struct Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arnau Bennassar <[email protected]> * fixed slow query * fixed test * Fix/is processed tx (0xPolygonHermez#1138) * fix isProcessed * WIP * WIP * WIP * sequencer refactor * pass lint * fix e2e * increase sleep time for test-full-non-e2e * change prover version * fixed pool_test.go * small clean up Co-authored-by: Toni Ramírez <[email protected]> Co-authored-by: Mikelle <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Toni Ramírez <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arnau Bennassar <[email protected]> Co-authored-by: Toni Ramírez <[email protected]>
- Loading branch information
1 parent
0d25458
commit 69fd553
Showing
29 changed files
with
608 additions
and
428 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.