Svyatoslav Nikolsky
|
f58e076ca2
|
fixes for nightly clippy (#1618)
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
821b2e7184
|
Fix issues from cargo deny (#1311)
* update libp2p-core (RUSTSEC-2022-0009)
* update thread_local (RUSTSEC-2022-0006)
* time 0.2 -> time 0.3
* ignore RUSTSEC-2021-0130
* proper migration to time 0.3
* fix clippy?
* Revert "fix clippy?"
This reverts commit 53bc289631769071848e43976871304782486fed.
|
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
|
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 |
|