EVM methods support#1008
Open
mrq1911 wants to merge 4 commits into
Open
Conversation
xlc
reviewed
Mar 15, 2026
| } | ||
|
|
||
| // Use a known Hydration block if available, otherwise skip gracefully | ||
| describe.skip('eth_* RPC methods', () => { |
| // Hydration is an EVM-compatible chain with Frontier runtime APIs | ||
| const hydration = { | ||
| endpoint: 'wss://hydration-rpc.n.dwellir.com', | ||
| blockHash: '0x' + '00'.repeat(32), // will use latest if not found |
added 2 commits
May 22, 2026 21:23
Brings upstream @acala-network/chopsticks@1.4.1 (including AcalaNetwork#1017 relayParentDescendants fix) onto the EVM-support branch so the next published @galacticcouncil/chopsticks has both the EVM RPC handlers and the upstream fixes.
…x config The cumulus relay-parent-descendants verification (added for async backing) panics when chopsticks fabricates the parachain inherent against current Hydration runtime. Setting Parameters::RelayParentOffsetOverride = true short-circuits the check via Hydration's runtime knob, so dry-runs against mainnet runtime complete and emit a proper diff. Only applies when running with --config=./configs/hydradx.yml (path-based). The shorthand --config=hydradx still fetches AcalaNetwork's copy from GitHub which doesn't have this entry.
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.
fixes #971