- Aug 03, 2020
-
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
- Jul 31, 2020
-
-
Hernando Castano authored
I think this should happen, but maybe as part of a different PR
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Svyatoslav Nikolsky authored
* gas_used should be cumulative_gas_used!!! * more runtime traces * improve logs
-
- 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
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
-
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
-
-
Hernando Castano authored
This is done in order to statisfy trait bounds by types which use these new trait objects
-
Hernando Castano authored
-
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]>
-
Tomasz Drwięga authored
-
Hernando Castano authored
-
Tomasz Drwięga authored
* Pin nightly to fix clippy. * Add toolchain and target if not present. * Fetch toolchain before CARGO_HOME is overwritten.
-
Svyatoslav Nikolsky authored
* fix docker * Fix copy paths. Co-authored-by: Tomasz Drwięga <[email protected]>
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
- Jul 28, 2020
-
-
Hernando Castano authored
Attemps to make the compiler happy, but I'm having second thoughts about this approach. Commiting now as a way to have a checkpoint, but I think I'm going to need to re-consider my approach here. Ideally I want a change which introduces minimal changes, but this seems to be propagating around the codebase in ways I don't want.
-
Hernando Castano authored
-
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]>
-