V8 evm rebase - #40
Merged
Merged
Conversation
Neopallium
approved these changes
Jul 22, 2026
Add `--pull [policy]` to start-env.sh (bare `--pull` = always) with a COMPOSE_PULL_POLICY fallback, so `latest` tags can be refreshed on start. stop-env.sh always tears down the `evm` profile and gains `--keep-volumes`. Both scripts fail early if the env file is missing. Document in README.
F-OBrien
approved these changes
Jul 22, 2026
Neopallium
reviewed
Jul 22, 2026
Neopallium
approved these changes
Jul 22, 2026
Update chain to 8.0.2, REST API/subquery `latest` tags, template to v8.1.0, and eth-rpc default to stable2606-73b734d9.
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.
Summary
Adds optional EVM tooling support to the dev environment (v8+ chains only), rebased onto latest
mainto pick up the releasedpolymesh-rest-api:v8.1.0image and other v8 fixes from #39.--profile evmcompose profile:polymesh-eth-rpc(Substrateeth-rpcproxy) + full Blockscout stack (backend, frontend, dedicated Postgres/Redis) for exploring EVM/Revive smart contracts against a local Polymesh v8 node.scripts/start-env.sh/stop-env.sh/test.shnow accept--env-fileand--profileflags so the EVM profile can be opted into without editing scripts.envs/8.0(pinned v8 chain/REST API images) andenvs/template(documented reference of every env var, including commented-out EVM/Blockscout ones) files.scripts/evm-smoke-test.sh(checkseth_chainId,eth_getBalance,eth_getLogsagainst the eth-rpc endpoint) andscripts/blockscout-smoke-test.sh(checks the Blockscout API is up and serving expected payloads).tests/README.mdupdated with runtime-mode docs, endpoints, chain IDs, and MetaMask/Hardhat config values.EVM tooling is fully opt-in (
--profile evm) and does not change default (non-EVM) startup behavior.