- Sep 11, 2020
-
-
Thibaut Sardan authored
* front-end docker * build folder is dist * Update deployments/rialto/docker-compose.yml Co-authored-by: Tomasz Drwięga <[email protected]> * Update deployments/rialto/Front-end.Dockerfile Co-authored-by: Tomasz Drwięga <[email protected]> * Update deployments/rialto/docker-compose.yml * Update deployments/rialto/Front-end.Dockerfile Co-authored-by: Tomasz Drwięga <[email protected]> * Update README.md * fix indentations errors * fix copy origin * with args * expose 9944 and 99333 * readme for expected network id * remove echo * Update deployments/rialto/Bridge.Dockerfile * Update deployments/rialto/docker-compose.yml Co-authored-by: Hernando Castano <[email protected]> * Update deployments/rialto/docker-compose.yml Co-authored-by: Hernando Castano <[email protected]> * readme and default * Update deployments/README.md Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Sep 04, 2020
-
-
Hernando Castano authored
-
- Aug 31, 2020
-
-
Tomasz Drwięga authored
* Disable CORS checks on the ETH node. * Whitelist extensions.
-
- Aug 20, 2020
-
-
Hernando Castano authored
* Use images from DockerHub for Substrate nodes and relay * Use OpenEthereum image from Docker Hub * Pull latest images from Docker Hub during updates * Add Docker Compose override for building from Git * Pin Prometheus and Grafana Docker containers * Support updates via Git or Docker in update script * Add override instructions to deployment README * Use Git or Docker based on a .env config * Update deployment instructions to cover .env files * Define healthcheck URL during build process * Use include statments in healthcheck matrix
-
- Aug 19, 2020
-
-
Svyatoslav Nikolsky authored
-
- Aug 18, 2020
-
-
Tomasz Drwięga authored
* Update open ethereum. * Remove extra line break. * Remove branch comment.
-
Svyatoslav Nikolsky authored
* update jsonrpsee reference * update CPU-related widgets
-
Tomasz Drwięga authored
* Update rustup. * Allow updating multiple things at once.
-
- Aug 10, 2020
-
-
Hernando Castano authored
* Add dev deployment profile with Ethereum PoA config * Add scripts for running local components * Use `openethereum` folder * Add local development instructions in README * Add note about clone location * Point to right folder for scripts * Add some missing back-ticks * Remove Bertha and Carlos as authorities * Fix a line length issue
-
Tomasz Drwięga authored
Co-authored-by: Hernando Castano <[email protected]>
-
- Aug 07, 2020
-
-
Tomasz Drwięga authored
-
- Aug 06, 2020
-
-
Tomasz Drwięga authored
-
Hernando Castano authored
* Point to Hernando's OpenEthereum fork This fork has been updated with the latest OpenEthereum master branch and now builds correctly alongside parity-bridges-common. * Change to explicit hash to avoid cache issues. Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
* sub2eth * removed commented code
-
- Aug 05, 2020
-
-
Tomasz Drwięga authored
* Fix vars substition on update. * Update comment.
-
- Jul 30, 2020
-
-
Svyatoslav Nikolsky authored
* replace debug printlns with traces * cargo fmt --all * fixed traces * update RUST_LOG in docker-compose * only print hex data if error has occured * updated OE hash
-
Tomasz Drwięga authored
-
Svyatoslav Nikolsky authored
* fixed PoA contract deploy (granda_authorities call) * pause if all submitted headers were rejected * give funds to Bertha and Carlos * max 1 active PoA transaction in headers sync :( * display initial header id when deploying PoA contract * cargo fmt + clipy * fix compilation * Update relays/ethereum/src/sync_types.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update relays/ethereum/src/utils.rs Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* sub2eth dashboard * prometheus host * new "No Blocks Alert"
-
Tomasz Drwięga authored
* Fix env issues. * Add WITH_PROXY
-
Tomasz Drwięga authored
* Expose metrics port for exchange-tx relay. * Make sure to expose prometheus.
-
Tomasz Drwięga authored
* Add server domain to grafana. * Increase alert threshold.
-
- Jul 29, 2020
-
-
Tomasz Drwięga authored
-
Svyatoslav Nikolsky authored
* submit Eth exchange transactions * submit ethereum in docker-compose * submit Eth exchange transactions * fix duplicate message * fix relay script * lost file * cargo fmt --all * cargo +nightly clippy * Show sccache * remove test-helpers remains * what's going on with jsonrpsee + Cargo.lock? * relay-eth-submit-exchange-tx -> poa-exchange-tx-generator * Update relays/ethereum/src/main.rs Co-authored-by: Tomasz Drwięga <[email protected]> * configuring exchange-gen loop using env variables * fixed signer account from dev chain to Arthur * improve debug prints * parse nonce from relay output * --eth-nonce= * fix compilation * cargo fmt --all * fix typo * duplicate relay output to tty * allow using from bash scripts tests * fix: U256::parse() expects hex string :/ * cargo fmt --all * BRIDGE_HASH: ${BRIDGE_HASH:-master} * script comment * generate exchange PoA transactions by Bertha * Bertha address Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
* fix docker * Fix copy paths. Co-authored-by: Tomasz Drwięga <[email protected]>
-
Tomasz Drwięga authored
-
- Jul 28, 2020
-
-
Svyatoslav Nikolsky authored
* update dashboards * cargo fmt --all * Update deployments/rialto/dashboard/prometheus/prometheus.yml Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
* auto exchange tx relay dashboard * cargo fmt --all * single metrics startup fn
-
Hernando Castano authored
* Correctly resolve project in Dockerfile entrypoint * Improve instruction for running local Docker containers * Rename bridge entrypoint script
-
- Jul 27, 2020
-
-
Tomasz Drwięga authored
* Expose grafana & prometheus. * Add grafana notifications. * Don't expose prometheus, add brucke.link * Add block difference graph. * Fix dashboard. * Add matrix notifications. * Change the channel. * Relay healthcheck (#228) * Add Relay healthcheck. * Use built-in healthcheck. * Update to full URL. * Fix URL and increase timeout. * Fix default. * show sccache Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]> * Disable alerts on no data. * Tune external URL. * Reduce scraping. * Update access token during update. * Add notification if there is no source blocks. Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]>
-
Svyatoslav Nikolsky authored
* auto relay exchange transactions * docker + auto-relay-tx * clippy * jsonrpsee in Cargo.lock ??? * fix tests compilation * Show sccache * mute clippy * move * Update relays/ethereum/src/exchange.rs Co-authored-by: Hernando Castano <[email protected]> * finish comment * (bool, String) -> StringifiedMaybeConnectionError * Update deployments/rialto/docker-compose.yml Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Jul 24, 2020
-
-
Tomasz Drwięga authored
* Speed up build by splitting it into two steps. * Faster re-builds of images. * Re-build images with latest hash. * fetch before checkout.
-
- Jul 23, 2020
-
-
Tomasz Drwięga authored
* Add Relay healthcheck. * Use built-in healthcheck. * Update to full URL. * Fix URL and increase timeout. * Fix default. * show sccache Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]>
-
- Jul 21, 2020
-
-
Hernando Castano authored
* Add Prometheus and Grafana to Docker Compose * Expose relay's Prometheus metrics port * Use Docker network references intead of localhost When you have containers on the same network they don't communicate over localhost, they instead refer to their container names * Move dashboard components into deployment folder * Update folder structure for Grafana and Prometheus config files The new folder structure more closely matches the expected defaults by Grafana and Prometheus, which allows us to clean up the paths in our docker-compose file a bit. * Add documentation about Prometheus and Grafana * Refer to Prometheus server instead of node
-
- Jul 17, 2020
-
-
Tomasz Drwięga authored
* Dockerfile for OpenEth. * Add relayer dockerfile. * Add docker-compose. * Working on the relay. * Bump a bunch of deps. * Change relay branch. * Running a 3-validators poa network. * Add bridge nodes. * Conditional compilation of bridge configs. * Fix genesis hash. * Disable features build. * Disable empty steps. * Work on sub2eth * Add some logs. * More logs. * Fix compilation. * Add chain-id parameter to relay. * Unify bridge-hash. * Update the hash. * Ditch sub2eth for now. * Add some docs & proxy configuration. * Fixes. * Fix remaining issues. * Increase health timeout. * Make sure to install curl for health monitoring. * Fix kovan. * Fix build. * Create if does not exist. * Fix benches. * Revert CLI params requirements. * cargo fmt --all * Apply suggestions from code review Co-authored-by: Hernando Castano <[email protected]> * Add some docs. * Update BRIDGE_HASH to master * Duplicate compose file. * Rename testpoa to Rialto. * Fix borked merge. * Fix entrypoints to take arguments. Co-authored-by: Hernando Castano <[email protected]>
-