Skip to content

evm_rpc-v2.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 14:14
· 94 commits to main since this release
32c067d
  • SHA-256 hash: 2286a397c11f03f7fd7664c7552d608a9663c816d1e870f6d1403a2dbd1889c3

Deployments

Type Canister ID Deployed?
🚀 Production 7hfb6-caaaa-aaaar-qadga-cai 139311
🧪 Staging xhcuo-6yaaa-aaaar-qacqq-cai

What's Changed

Added

  • For each eth_* endpoint, add a new corresponding eth_*CyclesCost query endpoint with the same Candid arguments, that allows computing the cycles cost of calling the corresponding eth_* update endpoint (#508, #509)

Changed

  • Use constant-size request IDs in JSON-RPC requests to allow for consistent request cycles costs (#514)