-
Notifications
You must be signed in to change notification settings - Fork 74
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
develop -> main #430
Merged
develop -> main #430
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
* wip * config scirpt * add ga * improve mt db operations * lint fixing * refactor the mt * dbTx from synchronizer * reflect suggestions
* separate bridge service interface from ctrl * wip * fix test * comments * small fix
* update the sibling * small updates * more comments * remove unnecessary comments
* indexes + migration test utils * uncomment migration helper * add migration tests * sepcify schema --------- Co-authored-by: Cool Developer <[email protected]> Co-authored-by: cool-developer <[email protected]>
* bulk insert in merkle tree * small fix
refactor the merkle tree
* new smc * update docker images * linter * fix e2e * fix genesis + prover conf * new genesis and addresses * genesis fix * fix node GenBlockNum * fix proxy event executor * node version * mtHeight as constant
Add a cache to the bridge service to reduce read accesses in getProof
* support new smc and node fflonk * etherman test * node config * addresses + node v0.0.3-RC4 * new config values * revert time increase --------- Co-authored-by: Cool Developer <[email protected]>
* Feature/smc fork (#304) * new smc * update docker images * linter * fix e2e * fix genesis + prover conf * new genesis and addresses * genesis fix * fix node GenBlockNum * fix proxy event executor * node version * mtHeight as constant * fix forced batches check (#314) * fix forced batches check * fix test * release workflow (#305) * Feature/fflonk smc (#316) * support new smc and node fflonk * etherman test * go 1.18 * fix node config * addresses + node v0.0.3-RC4 * new config values * increase timeouts * revert time increase --------- Co-authored-by: Cool Developer <[email protected]> --------- Co-authored-by: Cool Developer <[email protected]>
…320) Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.14.0 to 2.15.1. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.14.0...v2.15.1) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix synchronization when bridge is ahead of the trusted state due to a forkID
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Make ClaimTxManager optional
…stretchr/testify-1.8.3
…velop/github.com/stretchr/testify-1.8.3 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
Co-authored-by: Alonso Rodriguez <[email protected]>
Copied versioning system from zkevm-node
…etwork-id Use the network ID when updating L2 deposits
* fix ignore deposit if fails during gasestimation * log * suggestion
ToniRamirezM
approved these changes
May 26, 2023
acroca
approved these changes
May 26, 2023
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.
What does this PR do?
Merge develop into main
Reviewers