Svyatoslav Nikolsky
|
63ce1b5973
|
Prefix in relay loops logs (#920)
* prefix in relay loops logs
* 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 |
|
Tomasz Drwięga
|
bc50fa6616
|
Correctly format SS58-prefixed addresses in the CLI (#845)
* Fix SS58 formatting of addresses.
* cargo fmt --all
* Use only lifetime hint.
* Update relays/bin-substrate/src/cli.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Remove unnecessary optimisation.
* Add re-formatting test.
* cargo fmt --all
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Tomasz Drwięga
|
70e9db4aad
|
Initialize logger properly. (#843)
|
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 |
|
Tomasz Drwięga
|
667f26bfdb
|
Fix cargo-deny. (#522)
* Fix cargo-deny.
* Update time crate.
* Fix time issues.
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
52b11a58c9
|
extract common relay initialization func (#392)
|
2024-04-10 10:28:37 +02:00 |
|