Svyatoslav Nikolsky
|
70eb076ab2
|
Expose relay version metric (#1750)
* expose relay version metric
* spelling
* and clippy
* clippy
* typo
* use version directly and determine git commit
* typos and leftovers
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
f58e076ca2
|
fixes for nightly clippy (#1618)
|
2024-04-10 10:28:37 +02:00 |
|
Adrian Catangiu
|
14b27a0209
|
Update Substrate/Polkadot/Cumulus references (#1364)
cumulus: b468d0c33e
polkadot: 827792ca833396c82c726eda0bc2ad32ecddba73
substrate: 666f39b8a22108f57732215de006518738034ba2
bump serde_json to 1.0.79
sync changes from https://github.com/paritytech/substrate/pull/11022
fixed clippy warnings
Signed-off-by: acatangiu <adrian@parity.io>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
e29b590785
|
Using-same-fork metric for finality and complex relay (#1327)
* using_same_fork metric in finality relay
* support `using_different_forks` in messages relay
* added dashboards and alerts
* lockfile
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
bbf8b51f9c
|
Unify metric names (#1209)
* unify metric names
* refactor standalone metrics
* headers sync metrics
* post-merge fix
* fix compilation
* fmt
* fix dashboards
* fix local dashboards
* update Rococo/Wococo runtime version
* remove commented code
* fixed grumbles
* fmt
* fixed widget names
|
2024-04-10 10:28:37 +02:00 |
|
hacpy
|
bd70de8b8b
|
Match substrate's fmt (#1148)
* Alter gitlab.
* Use substrate's rustfmt.toml
* cargo +nightly fmt --all
* Fix spellcheck.
* cargo +nightly fmt --all
* format.
* Fix spellcheck and fmt
* fmt?
* Fix spellcheck
Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
ecd20d9d24
|
Shared reference to conversion rate metric value (#1034)
* shared conversion rate metric value
* clippy
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
e2131724fb
|
Complex headers+messages Millau<->Rialto relay (#878)
* complex headers+messages relay
* post-merge fix
* fix + test issue with on-demand not starting
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
cb90ea0979
|
Pre-create metrics registry before loop is started + administrative metrics (#848)
* administrative metrics
* fmt
* fix compilation
* fix compilation again
* and another one
* remove GenericLoopMetrics
* chttp -> isahc
* remove redundant marker
* not about price metrics
* fmt
|
2024-04-10 10:28:37 +02:00 |
|
Hernando Castano
|
21baffc832
|
Update Copyright Date to 2021 (#864)
* Update copyright date to 2021
* Bump date in license header template
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
a17c7eb80c
|
Changed how relay loops are started (#840)
* slightly changed relay loop initialization
* git mv
* clippy
* more clippy
* loop_run -> run_loop
* review and clippy
* clippy
|
2024-04-10 10:28:37 +02:00 |
|
Tomasz Drwięga
|
acb872fbb0
|
Flatten back the structure (#837)
* Remove chains.
* Move relay clients.
* Flatten generic.
* Fix fmt.
|
2024-04-10 10:28:37 +02:00 |
|
Tomasz Drwięga
|
d9bec5f387
|
Reorganize relay code to make it easy to add new networks. (#813)
* Nest some crates.
* Alter command execution to make it easier to add new bridges.
* Rename sub-dirs.
* cargo fmt --all
* Address clippy.
* Update relays/substrate/src/rialto_millau/cli.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
44bf84269a
|
Extract common part of relay loops (#660)
* extract common parts of relay loops: begin
* merge client impls
* backoff in exchange loop
* reconnect without clone
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
d614cdaba8
|
Extract (headers, exchange, messages) relay loops into separate crates (#357)
* extracted relay crates
* moved metrics to utils
* exchange-relay compilation
* fix compilation of headers-relay
* fixed messages-relay compilation
* fixed ethereum-poa-relay compilation
* cargo lock
* cargo fmt --all
* clippy
* cargo fmt --all
* fix tests compilation
* clippy
* eof
* module level docs
* removed obsolete comment
* #![warn(missing_docs)]
* .0 -> Deref
* post-merge fix
* cargo fmt
* Update relays/headers-relay/src/headers.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update relays/headers-relay/src/headers.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update relays/headers-relay/src/lib.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|