diff --git a/bridges/README.md b/bridges/README.md index 744056faa1..8c086d0b6d 100644 --- a/bridges/README.md +++ b/bridges/README.md @@ -233,40 +233,6 @@ docker run -it bridge-node-dev --dev --tmp Notice that the `docker run` command will accept all the normal Substrate flags. For local development you should at minimum run with the `--dev` flag or else no blocks will be produced. -### GitHub Docker Build -If you don't want to run using the local source files you can also use images which pull the latest -`master`, or some other commit or branch of your choosing (configured with the `BRIDGE_HASH` build -argument). - -These images live in the [Rialto deployments](./deployments/rialto) folder. - -```bash -docker build \ - https://raw.githubusercontent.com/paritytech/parity-bridges-common/master/deployments/rialto/Bridge.Dockerfile \ - -t poa-relay -docker run -it poa-relay -``` - -By default the relayer is configured to connect to OpenEthereum `--dev` chain node and Substrate -`rialto-bridge-node` running in `--dev` mode. - -To build the `rialto-bridge-node`: -```bash -docker build \ - https://raw.githubusercontent.com/paritytech/parity-bridges-common/master/deployments/rialto/Bridge.Dockerfile \ - -t rialto-bridge-node \ - --build-arg PROJECT=rialto-bridge-node -docker run -it rialto-bridge-node --dev -``` - -And to build `OpenEthereum` with bridge support: -```bash -docker build \ - https://raw.githubusercontent.com/paritytech/parity-bridges-common/master/deployments/rialto/OpenEthereum.Dockerfile - -t openethereum -docker run -it openethereum -``` - ### Full Network Docker Setup See [Deployments README](./deployments/README.md) to learn more about how to run a more sophisticated test network using `docker-compose` setup. diff --git a/bridges/bin/rialto/runtime/src/millau.rs b/bridges/bin/rialto/runtime/src/millau.rs index 8da062ec59..d49ed9856d 100644 --- a/bridges/bin/rialto/runtime/src/millau.rs +++ b/bridges/bin/rialto/runtime/src/millau.rs @@ -48,7 +48,7 @@ pub fn initial_header() -> Header { Header { parent_hash: Default::default(), number: Default::default(), - state_root: hex!("dc7567715330c666eca349a4612e82ec3b3c4f306ef941dce192a37fb3131cfa").into(), + state_root: hex!("0f2ca6dde08378ef81958bf087a3c40391079d0dbf434ea3fa0f73d54200839b").into(), extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(), digest: Default::default(), }