Svyatoslav Nikolsky
|
868814e4b6
|
Prepare for sub to eth relay - part2 (#253)
* 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
* update PoA contract to accept <= 4 Substrate headers at once
* pause submitting headers when contract rejects all new headers + we have active transactions
* fix compilation
* cargo fmt --all
* does_not_select_new_headers_to_submit_when_submit_is_paused
* updated bridge contract
* Update relays/ethereum/src/sync.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* WiP.
* Submit first incomplete header.
* Finish up test.
* cargo fmt --all
* Remove redundant clone.
* Address review comments.
* cargo fmt --all
* Fix clippy.
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
8456d0d969
|
Exchange transactions relay dashboard (#241)
* update dashboards
* cargo fmt --all
* Update deployments/rialto/dashboard/prometheus/prometheus.yml
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
0be27839bc
|
Auto exchange transactions relay metrics (#237)
* auto exchange tx relay dashboard
* cargo fmt --all
* single metrics startup fn
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
c4424e5b73
|
Auto relay exchange transactions (#227)
* 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 <HCastano@users.noreply.github.com>
* finish comment
* (bool, String) -> StringifiedMaybeConnectionError
* Update deployments/rialto/docker-compose.yml
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|