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
|
8f11732bb9
|
Uniform git dependencies (Backport of substrate#2589) (#805)
* Make Substrate deps uniform
* Rest of the deps.
* Fix broken merge.
* Revert substrate.
* Fix tests
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
44bf84269a
|
Extract common part of relay loops (#660)
* extract common parts of relay loops: begin
* merge client impls
* backoff in exchange loop
* reconnect without clone
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
f3ea6a8d3d
|
Reward delivery confirmation transaction submitter (aka confirmation relayer) (#599)
* reward confirmation relayer
* Update modules/message-lane/src/instant_payments.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* added some constants
* pallet_balances
* removed comment
* fix typo
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
dd7242bc79
|
Migrate back to Substrate master (#528)
* migrate back to Substrate master
* fmt
* clippy
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
6dc267393a
|
Use different chain primitives in Millau (#517)
|
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 |
|
Svyatoslav Nikolsky
|
07a514e9f7
|
Get substrate dependencies from crates io (#387)
* get Substrate dependencies from crates.io
* removing unused dependencies
* cargo fmt --all
* remove commented dependencies
* remove commented dependencies again
* try to fix compilation
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
f43e405b5e
|
update async-std (#388)
|
2024-04-10 10:28:37 +02:00 |
|
Tomasz Drwięga
|
be050bda84
|
Bump Substrate to v2.0.0 (#382)
* Change script to update versions.
* Bump versions.
* Address remainders.
* cargo fmt --all
* Fix tests.
* Whitelist BlueOak license
* Fix benchmarks?
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
d614cdaba8
|
Extract (headers, exchange, messages) relay loops into separate crates (#357)
* extracted relay crates
* moved metrics to utils
* exchange-relay compilation
* fix compilation of headers-relay
* fixed messages-relay compilation
* fixed ethereum-poa-relay compilation
* cargo lock
* cargo fmt --all
* clippy
* cargo fmt --all
* fix tests compilation
* clippy
* eof
* module level docs
* removed obsolete comment
* #![warn(missing_docs)]
* .0 -> Deref
* post-merge fix
* cargo fmt
* Update relays/headers-relay/src/headers.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update relays/headers-relay/src/headers.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update relays/headers-relay/src/lib.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 |
|