- Jun 08, 2021
-
-
Hernando Castano authored
* This is art, not bash * Remove unused HEALTH build argument Co-authored-by: Tomasz Drwięga <[email protected]>
-
Svyatoslav Nikolsky authored
Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
Svyatoslav Nikolsky authored
* fix clippy issues * clippy + tests * more clippy Co-authored-by: adoerr <[email protected]>
-
Svyatoslav Nikolsky authored
-
Roman Useinov authored
* Make sure GRANDPA shares state with RPC. * RPC shared state with GRANDPA rialto. * fmt * cargo fix * fix clippy
-
- Jun 07, 2021
-
-
Hernando Castano authored
* Bump Substrate to commit `0495ead4` * Derive MaxEncodedLen for MillauHash * Add new config params to Balances pallet * Update Millau and Rialto service files * Add new Config items to mock runtime * Bump Substrate to `37bb3ae7` * Update Aura worker params
-
Svyatoslav Nikolsky authored
* updated weight formula for submit_finality_proof * remove common prefix traces * update docs * single benchmark * Re-generate weights. * Update delivery transaction limits Co-authored-by: Tomasz Drwięga <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
Svyatoslav Nikolsky authored
* flag for rejecting all outbound messages * update weights * Revert "update weights" This reverts commit 992b866e. * Revert "flag for rejecting all outbound messages" This reverts commit d094964b . * OperatingMode * Update modules/messages/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Poke CI * RustFmt Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Jun 04, 2021
-
-
Tomasz Drwięga authored
-
- Jun 02, 2021
-
-
Denis_P authored
* CI: do not trust this CI 1 * CI: don't want to trigger unneded statuses * CI: debug 1 * CI: new CI * CI: temp allow failure * CI: exclude paths * doc: check if docs won't trigger pipelines * doc: check hybrid changes pipeline * doc: do not push excluded files together with others * CI: undebug fmt * CI: better deny * CI: fix deny and spellcheck * CI: global backtrace * CI: deny config * CI: publishing * Dockerfile: metadata fix [skip ci] * CI: revert me * CI: debug bash * CI: mv ci.Dockerfile; fix buildah bug * CI: fix artifact name * Dockerfile: fix context * CI: separate deny check licenses * CI: when to run * CI: unneded stuff in these Dockerfiles * CI: merged test-refs and build-refs * CI: test-build optimizations * CI: changes, web, scheduled pipelines now work as intended * CI: use tested production CI image * CI: substitute GHA * Fix clippy. * Moar clippy fixes. ...
-
- May 31, 2021
-
-
Svyatoslav Nikolsky authored
* custom justification verification * is_ancestor -> ensure_descendant * PrecommitIsNotCommitDescendant * Update primitives/header-chain/src/justification.rs Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- May 26, 2021
-
-
Svyatoslav Nikolsky authored
* always run on-demand headers relay in complex relay * fix compilation
-
- May 25, 2021
-
-
Hernando Castano authored
* Add Rococo and Wococo types to common.json * Add Rococo/Wococo specific JSON definitions * Add Rococo/Wococo support to types build script * Get updated type definitions from build script * Split bridge-pair specific definitions from `common.json` * Get new type definitions from build script * Make Wococo types reference Rococo types Types in Wococo should always match those of Rococo since they use the same runtime. * Use default Header type for Rococo and Wococo headers * Build new Rococo and Wococo type definitions
-
Svyatoslav Nikolsky authored
-
- May 21, 2021
-
-
Hernando Castano authored
-
Svyatoslav Nikolsky authored
-
- May 20, 2021
-
-
Dan Shields authored
* revert to use InspectCmd * rust toolchain 1.52 * Bump `finality-grandpa` and `parity-scale-codec` * bump to same version for substrate as polkadot v0.9.1 * bump to polkadot 0.9.2 deps for substrate `6bef4f4` Co-authored-by: Hernando Castano <[email protected]>
-
- May 19, 2021
-
-
Svyatoslav Nikolsky authored
-
Hernando Castano authored
-
- May 18, 2021
-
-
Svyatoslav Nikolsky authored
-
- May 14, 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]>
-
fewensa authored
-
Svyatoslav Nikolsky authored
* start finality relay guards * comment
-
Svyatoslav Nikolsky authored
-
- May 11, 2021
-
-
Hernando Castano authored
* Bump Rococo's spec_version * Use dev node for Rococo helper script * Add helper scripts for relaying Rococo<>Wococo headers * Change Wococo<>Rococo scripts to use Alice for initialization * Add Wococo node helper script
-
- May 04, 2021
-
-
Hernando Castano authored
-
Hernando Castano authored
* Bump Substrate to commit `b094edafd1cd5d26e49ecbf92b0ce7553cfad717` * Remove unsafe random seed method See: https://github.com/paritytech/substrate/pull/8718 * Update Subkey syntax See: https://github.com/paritytech/substrate/pull/8678
-
Hernando Castano authored
-
- May 03, 2021
-
-
Hernando Castano authored
-
Hernando Castano authored
* Bump Substrate to commit `0856e0729c5f9cd5d398b93680ab154fe486e588` * Update service to use new inherent data client Relevant Substrate PR: https://github.com/paritytech/substrate/pull/8526 * Appease Clippy
-
dependabot-preview[bot] authored
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
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
-
Tomasz Drwięga authored
* Endow more accounts. * Add bridge ids to properties. * Change accounts on Millau.
-
- May 02, 2021
-
-
Tomasz Drwięga authored
* Fix account derivation. * Fix tests.
-
- Apr 29, 2021
-
-
Tomasz Waszczyk authored
* feat(config): add backbone configuration of cargo-spellcheck * feat(config): try to narrow a source code to analysis * feat(config): try to narrow a source code to analysis via find command * Update .github/workflows/lint.yml ;-) Co-authored-by: Hernando Castano <[email protected]> * Update .github/workflows/lint.yml Co-authored-by: Hernando Castano <[email protected]> * Use bash. * Fix spelling. Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Tomasz Drwięga <[email protected]>
-
fewensa authored
* message dispatch support multiple instances * format code * define millau grandpa instance in rialto
-
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
-
Svyatoslav Nikolsky authored
-