- Jul 27, 2020
-
-
Svyatoslav Nikolsky authored
Co-authored-by: Hernando Castano <[email protected]>
-
- Jul 24, 2020
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
Merge branch 'auto-relay-exchange-transactions' of https://github.com/paritytech/parity-bridges-common into auto-relay-exchange-transactions
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
Co-authored-by: Hernando Castano <[email protected]>
-
- Jul 23, 2020
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
Merge branch 'auto-relay-exchange-transactions' of https://github.com/paritytech/parity-bridges-common into auto-relay-exchange-transactions
-
Svyatoslav Nikolsky authored
-
- Jul 22, 2020
-
-
Denis S. Soldatov aka General-Beck authored
-
- Jul 21, 2020
-
-
Svyatoslav Nikolsky authored
-
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
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Jul 20, 2020
-
-
Tomasz Drwięga authored
* Fix clippy errors. * Cargo fmt. * Enable clippy checks. * Create if does not exist. * Fix warnings and enable sccache for clippy. * chmod +x * Revert and ignore errors. * Update cancel-workflow-action. * Fixes. * Clippy fixes. * Fix compilation. * Fix new clippy warnings. * fmt --all * Fix the rest. * fmt --all * Conditional. * Bump smallvec. * Use separate cache dir for clippy to prevent races. * Remove unused imports in tests * Remove "useless conversion" * Move clippy to main worfklow to avoid clashes. * Fix clippy error. * Fix remaning clippy errors. * cargo fmt --all Co-authored-by: Hernando Castano <[email protected]>
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
- Jul 17, 2020
-
-
Svyatoslav Nikolsky authored
* expose metrics for Prometheus * added preconfigured configs for Prometheus and Grafana * metrics-related cli args * fix compilation
-
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. * Updat...
-
- Jul 16, 2020
-
-
Denis S. Soldatov aka General-Beck authored
* [WIP] Fix cleanup cache 3 * check sccache idle * check cache * remove sccache stats
-
Denis S. Soldatov aka General-Beck authored
* Revert "[WIP] Fix cleanup cache (#190)" This reverts commit f2d29ced. * move Cleanup stage to merged.yml
-
Denis S. Soldatov aka General-Beck authored
* Fix cleanup cache * echo github.env * Cleanup always
-
Svyatoslav Nikolsky authored
* exchange benchmarks: framework * updated comment about tx size Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jul 14, 2020
-
-
Denis S. Soldatov aka General-Beck authored
-
Svyatoslav Nikolsky authored
* fixed best_ethereum_block() params encoding * updated versions
-
Svyatoslav Nikolsky authored
* relay exchange transaction(s) * fixed Ethereum::get_block_by_hash * added exchange trace * fixed method name * update for new web3 * svyatonik/rust-web3 -> tomusdrw/rust-web3 * if let Some() -> .expect() * extracted loops in separate functions * use yaml references (TIL) * get eth header with transactions * cargo fmt --all * Update primitives/ethereum-poa/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Update relays/ethereum/src/ethereum_exchange.rs Co-authored-by: Hernando Castano <[email protected]> * Update relays/ethereum/src/rpc_errors.rs Co-authored-by: Hernando Castano <[email protected]> * Update relays/ethereum/src/exchange.rs Co-authored-by: Hernando Castano <[email protected]> * removed comment * Update relays/ethereum/src/ethereum_exchange.rs Co-authored-by: Hernando Castano <[email protected]> * Update relays/ethereum/src/ethereum_exchange.rs Co-authored-by: Hernando Castano <[email protected]> * module-level comments * updated readme * use web3 from crates.io * added missing fields info in error description * cargo fmt --all Co-authored-by: Hernando Castano <[email protected]>
-
Svyatoslav Nikolsky authored
* basic sync loop tests * cargo ftm --all * SyncLoopTestParams * move sync loop tests to sync_loop_tests.rs * cargo fmt --all
-
Denis S. Soldatov aka General-Beck authored
* If the cache is missing, copy it from the master * make target dir * cp -> rsync * install rsync * disable verbose out from rsync * rsync --info=progress2 * rsync quiet * add cleanup stage * cleanup * todo for rsync
-
- Jul 13, 2020
-
-
dependabot-preview[bot] authored
-
Tomasz Drwięga authored
* Run fmt on stable. * remove toolchain in the case of stable there is no need to explicitly specify the toolchain * Run fmt on gh-actions runners. * run on github runner Co-authored-by: Denis S. Soldatov aka General-Beck <[email protected]>
-
Denis S. Soldatov aka General-Beck authored
* Cancel Workflow Action * check cancel and remove cpu option
-
Tomasz Drwięga authored
* Clean up build a little. * Create if does not exist. * Remove clippy for now cause it's super slow. * Create if does not exist.
-
- Jul 10, 2020
-
-
Tomasz Drwięga authored
* Remove less maintenance friendly deny. * Run always on PRs. * Create if does not exist.
-
Svyatoslav Nikolsky authored
-