Svyatoslav Nikolsky
|
efa3e97210
|
Encode and estimate Rococo/Wococo/Kusama/Polkadot messages (#1322)
* encode and estimate Rococo/Wococo/Kusama/Polkadot messages
* allow send-message for non-bundled chains
* weight -> dispatch-weight
* fmt
* fix spelling
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
bb249eff15
|
verify that GRANDPA pallet is not initialized before submitting initialization transaction (#1267)
* verify that GRANDPA pallet is not initialized before submitting initialization transaction
* spelling
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
6396239e18
|
cargo +nightly fmt --all (#1192)
|
2024-04-10 10:28:37 +02:00 |
|
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
|
084da4343d
|
Box large arguments of GRANDPA pallet (#1154)
* box large arguments
* benchmarks
* fix
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
864c830618
|
Emit mortal transactions from relay (#1073)
* mortal relay transactions
* sign block hash for mortal transactions
* TransactionEraOf
* add explanation
* enable mortal transactions for Westend -> Millau headers relay
* clippy
* spellcheck
|
2024-04-10 10:28:37 +02:00 |
|
fewensa
|
8cb2633437
|
Common crate for substrate-relay (#1082)
* lib-substrate-relay
* pass to build
* remove unused file
* clippy && tests
* Changed follow suggestions
* License
* Make changes follow suggested
* docs
* fix fmt
|
2024-04-10 10:28:37 +02:00 |
|