Vladislav
|
5842968273
|
Unify error enums in substrate and ethereum clients with thiserror (#1094)
* Unify error enums in substrate and ethereum clients with `thiserror`
Related to https://github.com/paritytech/parity-bridges-common/issues/857
* Add license pre-amble
* rustfmt
* Fix spelling
|
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
|
812e782904
|
fix clippy issues (#991)
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
63ce1b5973
|
Prefix in relay loops logs (#920)
* prefix in relay loops logs
* fmt
|
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 |
|