- Sep 07, 2021
-
-
Svyatoslav Nikolsky authored
-
- Sep 06, 2021
-
-
Svyatoslav Nikolsky authored
* fix delivery transaction estimation in greedy relayer * fixed typo * improve logging * improve logging * fmt * fix compilation * fmt * Update relays/lib-substrate-relay/src/messages_target.rs Co-authored-by: Tomasz Drwięga <[email protected]> * review Co-authored-by: Tomasz Drwięga <[email protected]>
-
Tomasz Drwięga authored
-
bear authored
* Rename param in `confirm_delivery` * Fix typo * Update comment * Fix review issue
-
- Sep 03, 2021
-
-
Svyatoslav Nikolsky authored
* fix spellcheck * invariants
-
- Sep 02, 2021
-
-
Antonio Dropulic authored
* Remove redundant generic parameters from SubstrateMessagesSource * Remove redundant generic parameters from SubstrateMessagesTarget * use uniform alias naming * use aliases instead of fully quallified syntax * pr feedback
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* mortal relay transactions * sign block hash for mortal transactions * TransactionEraOf * add explanation * enable mortal transactions for Westend -> Millau headers relay * clippy * spellcheck
-
- Sep 01, 2021
-
-
Sergejs Kostjucenko authored
-
Tomasz Drwięga authored
-
Squirrel authored
* remove unused dev deps * Removing unused deps
-
bear authored
-
Svyatoslav Nikolsky authored
* update conversion rate: initial commit * Rialto=Polkadot && Millau=Kusama + actually update conversion rates * update deployment scripts and readme * allow non-zero difference between stored and real rates * dummy commit * Revert "dummy commit" This reverts commit a4381981. * clippy * #[allow(clippy::float_cmp)] in conversion rate update * dummy * Revert "dummy" This reverts commit 90cd6e47. * spell * shared_value_ref() -> get() * Revert "shared_value_ref() -> get()" This reverts commit 20aa30de.
-
Svyatoslav Nikolsky authored
* get rid of frame_support::traits::Instance usage in messaging * migrate messages pallet to frame v2 * fix benchmarks * remove dummy event + add Parameter to metadata * review * typo
-
Ignacio Palacios authored
-
- Aug 30, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* added missing docs * added .cargo to gitignore
-
- Aug 27, 2021
-
-
fewensa authored
* lib-substrate-relay * pass to build * remove unused file * clippy && tests * Changed follow suggestions * License * Make changes follow suggested * docs * fix fmt
-
Tomasz Drwięga authored
Update outdated GRANDPA pallet docs.
-
- Aug 26, 2021
-
-
Tomasz Drwięga authored
-
- Aug 12, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Aug 11, 2021
-
-
Svyatoslav Nikolsky authored
* pallet-bridge-dispatch -> frame v2 * fix metadata
-
- Aug 06, 2021
-
-
Hector Bulgarini authored
* Adding BridgedChainId constant to message pallet * Addressing PR feedback
-
Hector Bulgarini authored
* Changing chain_spec of Rialto and Millau chains to retrieve their respective name * Adding development as well * Addressing PR feedback Co-authored-by: Svyatoslav Nikolsky <[email protected]>
-
- Aug 05, 2021
-
-
Hernando Castano authored
* Appease `cargo-spellcheck` * Increase logging for `cargo-spellcheck` * Fix config file name
-
- Aug 02, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* token swap pallet * token swap type (replay protection) * post-merge fixes * post-merge fix * Update modules/token-swap/src/lib.rs Co-authored-by: Tomasz Drwięga <[email protected]> * Update modules/token-swap/src/lib.rs Co-authored-by: Tomasz Drwięga <[email protected]> * add missing comment part * Update modules/token-swap/src/lib.rs Co-authored-by: Tomasz Drwięga <[email protected]> * starting claim after lock period is over is forbidden * move spec_version and weight to arguments Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Aug 01, 2021
-
-
Tomasz Waszczyk authored
* fix(spellcheck): test of fixing * fix(hunspell): improved many typos etc. * fix(hunspell): all errors solved * fix(hunspell): extended scope of files - the build should fail * Return error code. * Fix spelling, sort dictionary. * fix(hunspell): added fix to gitlabs check * fix(typo): one typo and test of verification on github * fix(typo): one typo Co-authored-by: Tomasz Drwięga <[email protected]>
-
- Jul 29, 2021
-
-
Svyatoslav Nikolsky authored
-
- Jul 28, 2021
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
https://github.com/paritytech/polkadot/pull/3507thiolliere authored
* better test * fmt Co-authored-by: Svyatoslav Nikolsky <[email protected]>
-
Svyatoslav Nikolsky authored
-
- Jul 26, 2021
-
-
Svyatoslav Nikolsky authored
* echo wakeup time in message generator scripts * enable traces for message generator scripts
-
Svyatoslav Nikolsky authored
-
- Jul 22, 2021
-
-
Svyatoslav Nikolsky authored
-
- Jul 21, 2021
-
-
Svyatoslav Nikolsky authored
* read justifications from stream using channel + task that fills that channel * Arc<Mutex> -> Mutex
-
Svyatoslav Nikolsky authored
* remember new tokio runtime on reconnect * compilation
-
Sergejs Kostjucenko authored
* Change get pipeline vars from Vault Pipeline will get its sensitive variables from Vault instance instead of GitLab group CI/CD settings
-