Add frozen RPC router and Docker integration cluster - #3989
Draft
codchen wants to merge 1 commit into
Draft
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3989 +/- ##
==========================================
- Coverage 58.98% 57.89% -1.10%
==========================================
Files 2310 2214 -96
Lines 197500 186422 -11078
==========================================
- Hits 116487 107921 -8566
+ Misses 70256 68625 -1631
+ Partials 10757 9876 -881
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Describe your changes and provide context
frozen-rpc-router, an EVM JSON-RPC proxy that routes block-scoped requests to the matching frozen node and all other traffic to the live node.seid, and add the topology to the integration-test CI matrix.Testing performed to validate your change
make frozen-rpc-router-integration-testgo test -race ./cmd/frozen-rpc-routergo test -tags frozen_rpc_integration -run '^$' ./integration_test/frozen_rpc_router/...golangci-lint run --build-tags frozen_rpc_integration ./cmd/frozen-rpc-router/... ./integration_test/frozen_rpc_router/...make fmtcheckgit diff --check