* gas-limit test written
* successful pass pnpm:e2e:local for gas limit
* test
* hi
* rename gaslimittest -> opcodetest
* added finalization test for setGasLimit
* fixes to gas-limit.spec.ts
* use erc-7201 for storage in opcodetestcontract
* updated gas-limit e2e test to check >= lineaRollupV6.currentL2BlockNumber
* wrote case for increase gas limit
* working local test of block increase to 35M
* refactor pollForContractMethodReturnValueExceedTarget
---------
Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com>
* feat: add test for LineaRollup contract upgrade
* fix: add reinit event checks for the upgrade
* feat: add new test for roles assignments
* fix: add comment for fallback operator address
* initial changes for the contract readme
* testing guidelines wip
* add contract documentation
* add note on future deprecation
* add memory and CPU requirements for docker
* add audit references to documentation
* use tokenbridge make commands in documentation
* add additional comments to testing guidelines
* define contract style guide and link it
* address PR comments with better documentation
* document tweaks and traffic generation script
* catch error on failure of main()
* add precompute script and readme documentation
* use ethers address generation
---------
Co-authored-by: count-sum <andrei.alexandru@consensys.net>
* fix: add mutex in account manager to avoid nonce issue
* fix: optimize global setup
* Limiting number of concurrent traces API requests for the local stack to avoid occasional OOM-s
* Limiting number of verticles for Traces API node
* Add E2E TokenBridge tests
* fixing test and adding concurency
* fixing test and adding concurency
* fixing test and adding concurency
* fixing test and adding concurency
* fixing nonce management
* deploying l2token for the L2 -> L1 test
* adjusting accounts for L2->L1 test
* adjusting l2TestContractAddress
* use nonce management for L1->L2 test
* adjusting the TestERC20 contract and tests
* rebasing with fix/133-improve-e2e-tests-performance
* fix: update jest config to exit even if there are open handles
* Trying out Besu untuned and raising limit per endpoint to 2 for traces
* Trying out Besu untuned and raising limit per endpoint to 2 for traces and Shomei node
* Using besu untuned for arithmetization as well
* Compile once and parallelise setRemoteTokenBridge
* feat: deploy smart contracts from artifacts + change e2e tests setup
* fix: update pnpm
* fix: remove compile contracts gradle task
* fix: remove compileContracts gradle task
* fix: refactor genesis generator dockerfile + downgrade l1-el-node besu version
* fix: move abi from e2e folder to contract folder + refactor contracts deployments scripts
* feat: add deployment script from artifacts for LineaRollupV6
* update pnpm version in get-started.md
* fix: update console log in deployment scripts
* fix: update besu version + fix deployment scripts
* correct addresses
* fix import
* use abi and bytecode for deployments
* use upgradable beacon for BridgedToken ABI deploys
* use saved abi and bytecode for TestERC20 deploy
* correct deployBridgedTokenAndTokenBridge casing
* optimize token bridge e2e calls
* use explicit message event data
* use precomputed nonces for e2e stack
---------
Co-authored-by: VGau <victorien.gauch@consensys.net>
Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com>
Co-authored-by: Roman <4833306+Filter94@users.noreply.github.com>
Co-authored-by: thedarkjester <grant.southey@consensys.net>
Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com>
* feat: first commit for transaction exclusion api service
* feat: removed debug logs and improved params error handling
* fix: jacocoRootReport error
* feat: improved json request param parsings
* feat: added docker container and github workflow pipeline for transaction exclusion api
* feat: added rejection stage in response and use txHash and rejectReason as primary key of tables
* feat: separate database into read and write config and each with dedicated connection
* fix: e2e testing error
* feat: removed redundant commands in Makefile
* feat: updated transaction exclusion api default image tag in compose file
* feat: added metric and change param name from reasonMessage to reason
* feat: added integration and unit tests and use reasonMessage for both request and response
* fix: transaction-exclusion-api unit test
* feat: added e2e tests and remove reasonMessage from get response and redundant codes
* feat: updated README.md and removed abi file
* feat: updated image version of transaction exclusion api service in compose file
* feat: updated README and added more test cases
* feat: updated transaction exclusion api default image tag in compose file
* feat: decoupled transaction exclusion api from coordinator package
* feat: removed unnecessary dependencies to prover client
* feat: moved persistence:db package to jvm-libs
* feat: removed migration file dir location config from transaction exclusion api
* fix: db migration location for fee history integration test
* changed db column name timestamp to reject_timestamp and add dto for ModuleOverflow to remove all jackson dependencies in core module
* feat: rejected transaction dao and config refactoring
* feat: removed repository service and using persistence retryer
* feat: updated transaction exclusion api default image tag in compose file
* feat: updated log and increase retry backoff delay to avoid repetitive error logs
* feat: added support of list request on save method and added dto for RejectedTransaction
* feat: revised gradle.build dependencies
* feat: switch from shadow jar to zipped jar
* feat: updated transaction exclusion api default image tag in compose file
* feat: updated sql and tables and changes for PR comments
* feat: improved log message for duplicate key error
* feat: updated transaction exclusion api default image tag in compose file
* feat: avoid redundant logs on periodic db cleanup
* feat: revised request handlers plus better test assertions on insertion
* fix: test case
* feat: parse save method json request with jackson
* feat: extracted db migrations from the coordinator and transaction-exclusion app
* feat: decoupled coordinator modules from jvm-libs persistence db test module
* feat: updated dockerfile of transaction-exclusion-api
* feat: removed the find check before metric increment on save rejected transaction
* feat: updated docker base image for tx-exclusion-api image buid and queryable window config
* feat: skip migration scripts on read db instance
* feat: updated more percise jvm-libs change filtering on transaction-exclusion-api
* feat: updated coordinator config for geth node l2 gas pricing recipients
* feat: update runners with specific version and removed the use of retry for transaction exclusion api testing
* feat: add integration test for transaction exclusion app
* feat: update local stack docker compose and workflow for transaction exclusion
* feat: add e2e test for transaction exclusion
* feat: skip the sequencer test in transaction exclusion e2e test
* feat: revert sequencer config poa-block-txs-selection-max-time
* feat: remove incorrect comment
* feat: added explicitly assertion if tx exclusion is not defined and simplify the localStackPostgresDbOnly in build.gradle
* feat: remove beforeAll in test suite with it.concurrent
* feat: set coordinator config blob-compressor-version as V1_0_1 explicitly for traces-v2
* feat: update coordinator config test
* feat: change default prefix not to be coordinator specific
* feat: place persistence:db under jvm-libs:generic and fixed conflicts from latest main
* fix: remove dependency to resolve circular dependency issue
* test: switch from localStackPostgresDbOnlyComposeUp to localStackComposeUp
* feat: replace GITHUB_SHA with github.event.pull_request.head.sha in computing commit tag
* feat: update filter change file lists for transaction exclusion api
* feat: added FinalizedTagUpdater plugin implementation and workflow
* feat: implemented finalized block update logic and updated docker image and java package tags
* feat: set finalized-tag-updater version back to 0.0.1 and update coordinator config toml for traces-api-version-v2 as v0.3.0-rc2
* feat: moved jreleases.yml into sub folder
* feat: added JRELEASER_USER_HOME pointing to the sub folder
* feat: updated main.yml for filtering finalized-tag-updater changes
* feat: updated main.yml for filtering finalized-tag-updater changes
* feat: updated github-release.yml for jreleaser arguments
* feat: updated github-release.yml for jreleaser arguments with git root search
* feat: removed unused pipeline file and updated filter change file list and updated traces-api image
* feat: updated e2e test for more reliable way to check the result
* feat: updated asset tag with finalized-tag-updater prefix
* feat: changes for PR review
* feat: updated docker compose file for linea-sequencer plugin update
* feat: added e2e tests for finalized-tag-updater in github pipeline
* feat: updated e2e tests for finalized-tag-updater
* feat: added env var in e2e test pipeline for finalized-tag-updater test
* feat: used finalized-tag-updater in the default local stack and updated the plugin to better handle errors
* feat: updated sequencer run command
* feat: fixed coordinator unit tests
* feat: changed the finalized tag update e2e test for no finalization on L1 case
* feat: updated error handling in FinalizationUpdatePoller and updated linea-tracer plugin version