- Jul 15, 2021
-
-
Svyatoslav Nikolsky authored
* dispatch-fee-payment=at-target-chain cli option * generate at-target-chain messages * Update relays/bin-substrate/src/cli/send_message.rs Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jul 06, 2021
-
-
Svyatoslav Nikolsky authored
* cli option for greedy relayer + run no-losses relayer by default * trigger build * Revert "trigger build" This reverts commit f77ae3a6. * NoLosses -> Rational
-
- Jul 01, 2021
-
-
Svyatoslav Nikolsky authored
-
- Jun 30, 2021
-
-
halfpint104 authored
* Updates bridge CLI arguments to be kebab case * Updates scripts to use kebab case for bridge initialisation and relaying of headers/messages * Updates message sending subcommand to be kebab case * Updates documentation for message sending subcommand
-
- Jun 29, 2021
-
-
Svyatoslav Nikolsky authored
* shared conversion rate metric value * clippy
-
- Jun 25, 2021
-
-
Svyatoslav Nikolsky authored
* MessagesInstance -> BridgedMessagesInstance * Chain::ID -> Bridge::THIS_CHAIN_ID+Bridge::BRIDGED_CHAIN_ID * FromBridgedChainEncodedMessageCall<B> -> FromBridgedChainEncodedMessageCall<DecodedCall> * impl Parameter for () * copypaste storage_map_final_key to avoid different runtime references/dummy runtimes * moved dummy runtime from primitives to relay client * Rococo <> Wococo messages relays * send R<>W messages using relay * fmt * return Result from get_dispatch_info * fix benchmarks compilation * clippy
-
Chevdor authored
* chore: update the wasm builder to substrate master * Bump Substrate * Update weight of sending remarks ref https://github.com/paritytech/polkadot/pull/3354 Co-authored-by: Hernando Castano <[email protected]>
-
kaichao authored
* make target signer optional in send message. * remove non-used argument * fmt * better doc * trigger build * fix clippy
-
- Jun 18, 2021
-
-
Svyatoslav Nikolsky authored
* pay dispatch fee at target chain * refund unspent dispatch weight to messages relayer * test that transfer actually happens * pay-at-target-cchain benchmarks + fix previous benchmarks (invalid signature) * include/exclude pay-dispatch-fee weight from delivery_and_dispatch_fee/delivery tx cost * remvoe some redundant traces * enum DispatchFeePayment {} * typo * update docs * (revert removal of valid check) * Update modules/messages/src/benchmarking.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update modules/messages/src/benchmarking.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update modules/messages/src/benchmarking.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update modules/messages/src/benchmarking.rs Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jun 16, 2021
-
-
Svyatoslav Nikolsky authored
-
- Jun 14, 2021
-
-
Svyatoslav Nikolsky authored
* relayer balance guards in Rococo <> Wococo * removed printlns * update constant * update constant * start balance guard for Wococo -> Rococo * Update relays/bin-substrate/src/chains/wococo_headers_to_rococo.rs Co-authored-by: Hernando Castano <[email protected]> * Update relays/bin-substrate/src/chains/wococo_headers_to_rococo.rs Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jun 09, 2021
-
-
Svyatoslav Nikolsky authored
* move ChainWithBalances::NativeBalance -> Chain::Balance * dummy commit * Revert "dummy commit" This reverts commit c0064215.
-
- Jun 08, 2021
-
-
Svyatoslav Nikolsky authored
-
- May 26, 2021
-
-
Svyatoslav Nikolsky authored
* always run on-demand headers relay in complex relay * fix compilation
-
- May 18, 2021
-
-
Svyatoslav Nikolsky authored
-
- May 13, 2021
-
-
Svyatoslav Nikolsky authored
* serve multiple lanes with single complex relay instance * Update relays/bin-substrate/src/cli/relay_headers_and_messages.rs Co-authored-by: Hernando Castano <[email protected]> * revert default value removal Co-authored-by: Hernando Castano <[email protected]>
-
Svyatoslav Nikolsky authored
* start finality relay guards * comment
-
Svyatoslav Nikolsky authored
-
- May 03, 2021
-
-
fewensa authored
* message dispatch support multiple instances * Move pallet-bridge-dispatch types to primitives * remove pallet-bridge-dispatch dependency * Update cargo.lock (remove pallet-bridge-dispatch in substrate-relay) * remove extra dependencies
-
- May 02, 2021
-
-
Tomasz Drwięga authored
* Fix account derivation. * Fix tests.
-
- Apr 29, 2021
-
-
Hernando Castano authored
* Add Wococo primitives crate * Add more Wococo boilerplate code * Add CLI support for initializing the Wococo<>Rococo bridge * Add support for relaying headers between Rococo and Wococo * Fix test * RustFmt * Fix compilation issues related to enum naming * Bump Rococo `spec_version` * Remove stray Westend references
-
- Apr 28, 2021
-
-
Hernando Castano authored
* Remove scripts for Westend<>Rococo header sync * Remove Westend<>Rococo header sync code * Remove Westend<>Rococo init bridge CLI option * Modify Westend mock call to be placeholder * Fix call encoding test
-
- Apr 26, 2021
-
-
Svyatoslav Nikolsky authored
* do not spawn additional task for on-demand relays * compilation
-
Svyatoslav Nikolsky authored
* relay at least one header for every session * Update relays/bin-substrate/src/on_demand_headers.rs Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Apr 23, 2021
-
-
Tomasz Drwięga authored
-
- Apr 15, 2021
-
-
Tomasz Drwięga authored
* Small naming clean up. * Small naming clean up. * Add Rococo module to CLI Co-authored-by: Svyatoslav Nikolsky <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
Hernando Castano authored
* Add modules for Rococo<>Westend header sync * Use mock Westend and Rococo finaltiy tx calls * Add Westend<>Rococo variants to `init_bridge` * Add Westend<>Rococo variants to `relay_headers` * Simplify the Rococo and Westend signing params * Add `submit_finality_proof` mock Call variant * Add note to more closely match `initialize` Call variant * Accidentally committed `cargo-expand`ed code
🤦 * Add `initialize` Call variant to Rococo mock * Fix call enums. * Add explainatory comment. * clippy. * Add issue number. * De-duplicate metrics customisation. * Add comments to Rococo/Westend runtimes. * Add scale-encoding compatibility test. * Fix tests. * Clippy. Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Apr 14, 2021
-
-
Svyatoslav Nikolsky authored
* complex headers+messages relay * post-merge fix * fix + test issue with on-demand not starting
-
- Apr 13, 2021
-
-
Tomasz Drwięga authored
* Move estimate-fee * Add parsing test. * Address review comments. * Fix compilation. * Move things around. Co-authored-by: Svyatoslav Nikolsky <[email protected]>
-
Tomasz Drwięga authored
* Send Message WiP * It compiles. * Add tests. * Use common macro. * Nicer balance display. * Get rid of redundant send_message_call function. * Fix clippy. Co-authored-by: Svyatoslav Nikolsky <[email protected]>
-
Tomasz Drwięga authored
* Encode message. * Update docs related to `sender` Co-authored-by: Svyatoslav Nikolsky <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Apr 07, 2021
-
-
Hernando Castano authored
-
- Apr 06, 2021
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
* Add tests. * Fix default and conflicting options. * Fix default variant. * Update tests.
-
Hernando Castano authored
* Remove `pallet-substrate-bridge` * Fix transfer call encoding test Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
* administrative metrics * fmt * fix compilation * fix compilation again * and another one * remove GenericLoopMetrics * chttp -> isahc * remove redundant marker * not about price metrics * fmt
-
- Apr 05, 2021
-
-
Tomasz Drwięga authored
* Encode Call & Multiple Bridge Instances. * Remove redundant clone. * Fix comment. * Rename pallet index bridge instance index. * Update error messages related to target instances Co-authored-by: Hernando Castano <[email protected]>
-
Tomasz Drwięga authored
Co-authored-by: Hernando Castano <[email protected]>
-
Tomasz Drwięga authored
* Move derive account. * Fix account derivation.
-
- Apr 02, 2021
-
-
Tomasz Drwięga authored
* Relay Messages. * Fix docs. * Fix copyright date. * copyright increment Co-authored-by: adoerr <[email protected]>
-