Skip to content

EVM methods support#1008

Open
mrq1911 wants to merge 4 commits into
AcalaNetwork:masterfrom
galacticcouncil:evm-support
Open

EVM methods support#1008
mrq1911 wants to merge 4 commits into
AcalaNetwork:masterfrom
galacticcouncil:evm-support

Conversation

@mrq1911

@mrq1911 mrq1911 commented Mar 15, 2026

Copy link
Copy Markdown

fixes #971

}

// Use a known Hydration block if available, otherwise skip gracefully
describe.skip('eth_* RPC methods', () => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skipped?

// 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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused?

lolmcshizz 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hydration not working properly

2 participants