* Copy-Pasta owner and freezing code from `message-lane`
* Halt pallet if bridge hasn't been initialized
* Make owner optional in `message-lane` pallet
* Add `is_halted` to `InitializationData`
* Fix initialization tests
* Only allow pallet to be initialized once
* Add some logging around halting and ownership changes
* Remove `target` in debugging calls
* Rename `rialto` deployment to `eth-sub-bridge`
* Add base Compose configs for Rialto and Eth-PoA nodes
* Add new compose file for eth-sub deployment
* Rename bridge-nodes to rialto-nodes
* Update bootnode entries for Rialto nodes
* Remove new compose file since it was used for quick test
* Rename bridge nodes in entrypoint scripts
* Remove all nodes from Eth-Sub Compose file
The nodes should be getting pulled in from the new compose files.
* Remove TODO comment
* Rename nodes to networks
Reflects the fact that a set of nodes makes up a network.
* Add Compose file for Millau network nodes
* Enable logging for all Millau nodes
* Delete Rialto reserved peers file
* Rename `bridge-config` to `scripts`
* Add Compose file for Rialto-Millau bridge
* Move bridge deployments into `bridges` folder
* Drop `bridges` prefix from bridge deployments
* Rename folder that had scripts for working with binaries
* Move proxy configuration to common top level folder
* Make a top level `monitoring` folder
* Start updating deployment README
* More updates in the README
* Remove usage of Git overrides
* Remove scripts to run Eth<->Sub
I don't think these are used anymore
* Remove Github Docker build instructions from main README
* Add note about monitoring
* Update Millau state root
* Add script for running and updating Compose deployments
* Remove old update script
* Explain usage of `run` script
* Update Millau state_root again
* Remove repeated Prom image from Rialto-Millau bridge
* Quick fix to stop containers in `run` script
* Pin GrafanaMatrix Dockerfile to old commit
The latest master has some changes in how the application is run. We don't
want to update just yet so we're pinning to an old commit.
* Make Compose files use a project directory
The main consequence of this change is that all paths have to be specified
from the root of the `deployments` folder. However, this makes it so that
we can reuse components in different deployments, like the GranfaMatrix
Dockerfile which is shared by all bridges.
* Use `project-directory` when stopping and updating network
If we don't use the full Compose command which includes `project-directory`
not all the containers get cleaned up correctly.
* Update path in Bridge Dockerfile
* Correctly ignore `target` folders in Docker builds
* Wait for Rialto nodes before running relay
* Make `run` script a little less sketchy
* Clean up deployment README
* Remove stray line
* Have run script automatically change into correct directory
* Use PoA-to-Rialto instead of Eth-to-Sub in names
* Rename `eth-poa-sub` bridge deployment to `poa-rialto`
* Use /entrypoints volume for entrypoint scripts
* Be more consistent with relay service names
* Remove `docker-compose` prefix from network Compose files
* Add comment explaning Grafana Matrix commit
* Fix wording in README
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
* Cleanup unused line in README
* Add link to Slava's test scripts
* Remove uneccessary piping when `cd`-ing in `run.sh`
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
* Add dispatchable for intializing pallet
* Add Polkadot JS types for Substrate bridge pallet
* Ensure Root is the only one that can initialize the pallet
* Add some tests
* Pack initialization data into struct
* Only allow pallet to be initialized once
* Use new initialization config in nodes
* Rename ScheduledChange in Ethereum pallet
We're renaming it to prevent clashes with Substrate bridge pallet type
of the same name. This is relevant when importing types to Polkadot JS
Apps.
* Move all Polkadot JS types into one file
* Appease Clippy
* Add Rialto as a target for the Millau node
* Rename Rialto module to Rialto-PoA
This will reduce confusion as the Millau runtime has a
Rialto module as well which refers to the Substrate chain.
* Add Millau as a target for the Rialto node
* Be more explicit about Rialto PoA related code
* Missed some name changes in the Ethereum PoA relay
* Re-export Substrate pallet structs used by node
* Remove `first_scheduled_change` of Millau in Rialto node
* Make Millau's genesis config for Rialto bridge more accurate
* Set initial header for Millau config
* Update initial Millau authorities
Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
* RustFmt Millau authorities
Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>