Add bootnode code prior used in testnet-internal (#554)

* Add bootnode code prior used in testnet-internal

Also performs the devnet/testnet differentation done since the testnet branch.

* Fixes

* fmt
This commit is contained in:
Luke Parker
2024-04-12 00:38:40 -04:00
committed by GitHub
parent fcad402186
commit 33dd412e67
6 changed files with 169 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -7613,6 +7613,7 @@ dependencies = [
"futures-util",
"hex",
"jsonrpsee",
"libp2p",
"pallet-transaction-payment-rpc",
"rand_core",
"sc-authority-discovery",