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 |
|
David
|
f3eefc9df9
|
Upgrade jsonrpsee to v0.3 (#1051)
* Upgrade `jsonrpsee` to v0.3
* whitespace
* fmt
Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
|
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
|
1df7076c4f
|
Transactions resubmitter (#1083)
* resubmit transactions: start
* resubmit transactions: continue
* enable resubmitter in deployments
* clippy
* spellcheck
* Update relays/client-substrate/src/chain.rs
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
* fix compilation
* fix compilation
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
63d6fc436a
|
use tokio reactor to execute jsonrpsee futures (#1061)
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
6103fbe40b
|
Update jsonrpsee reference (#1049)
* update jsonrpsee
* test
* Revert "test"
This reverts commit 2b69652ab92ff0d9649088c76faed2c94384540d.
|
2024-04-10 10:28:37 +02:00 |
|
Niklas Adolfsson
|
f857771ce8
|
Update jsonrpsee to 0.2.0-alpha.5 (#914)
* update jsonrpsee to 0.2.0-alpha.5
* cargo fmt
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
0d60f42b5e
|
Use Substrate state_getReadProof RPC method to get storage proofs (#893)
* use Substrate state_getReadProof method instead of pallet-bridge-messages-rpc
* Fix typo
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
a783775ca5
|
RestartNeeded is a connection error (#894)
|
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 |
|
Tomasz Drwięga
|
904b9f4da5
|
Make relay CLI generic (#849)
* Start generalizing rialto-millau commands.
* cargo fmt --all
* Introduce generic balance.
* Unify message payloads.
* cargo fmt --all
* init - generic
* Attempt to unify send message.
* Start moving things around.
* cargo fmt --all
* Move init-bridge.
* cargo fmt --all
* Improve UX of bridge argument.
* Fix clippy.
* Fix docs and scripts.
* Add docs.
* Apply suggestions from code review
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Fix copyright.
* Add issue numbers.
* More todos.
* Update comments.
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
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 |
|