- Jun 04, 2021
-
-
asynchronous rob authored
-
ordian authored
* approval-distribution: send all messages on unify * update the guide
-
asynchronous rob authored
-
asynchronous rob authored
* put a cap on finality lag * Update node/service/src/grandpa_support.rs Co-authored-by: André Silva <[email protected]> * apply lag to best, not to current vote Co-authored-by: André Silva <[email protected]>
-
dependabot[bot] authored
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.19 to 0.4.23. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Gavin Wood authored
* fix build * fix tests * update * fix * update * Bump Co-authored-by: Bryan Chen <[email protected]>
-
Arkadiy Paronyan authored
* Update for the new substrate client API * update Substrate Co-authored-by: parity-processbot <>
-
Zeke Mostov authored
* Cleanup unused errors & events in lease cordination modules * Spelling
-
- Jun 03, 2021
-
-
Martin Pugh authored
* bump spec version * bump beefy
-
Martin Pugh authored
* bump version, substrate, beefy * bump substrate
-
ordian authored
* remove duplicate logging * validator-discovery: add extra logging
-
Gavin Wood authored
* Stuff to help inspect the DMP activity * Fix teleport accounting * Fixes * Fixes * Fixes * Fixes
-
Shaun Wang authored
* Add type parameter for democracy genesis config. * update Substrate Co-authored-by: parity-processbot <>
-
Alexander Popiak authored
* WIP * add tests and docs for DoubleEncoded * reformat parent_count * add test for match_and_split * fix append_with docs and add tests * move Parachain enum variant to tuple * Fix stuff * add to append test * simplify match * formatting * format and extend doc comments (including examples) * fix typo * add some doc comments * add test for location inverter * Add more tests/docs * Fix build * matches fungibles * currency adapter. * add more tests for location inverter * extract max length magic number into constant * adapters. * Apply suggestions from code review * Final touches. * Repot and fixes * Remove last todo * Apply suggestions from code review Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-builder/src/barriers.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-builder/src/barriers.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-builder/src/currency_adapter.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-builder/src/filter_asset_location.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-builder/src/matches_fungible.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-executor/src/traits/conversion.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-executor/src/traits/conversion.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-executor/src/traits/transact_asset.rs Co-authored-by: Alexander Popiak <[email protected]> * Update xcm/xcm-executor/src/traits/should_execute.rs Co-authored-by: Alexander Popiak <[email protected]> Co-authored-by: kianenigma <[email protected]> Co-authored-by: Kian Paimani <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Jun 02, 2021
-
-
Shaun Wang authored
* Migrate purchase wrapper pallet to pallet attribute macro. * Apply review suggestions. * Update runtime/common/src/purchase.rs * Update runtime/common/src/purchase.rs Co-authored-by: Shawn Tabrizi <[email protected]>
-
- Jun 01, 2021
-
-
Gavin Wood authored
-
Shaun Wang authored
* Migrate para sudo wrapper pallet to pallet attribute macro. * Apply review suggestions.
-
Shaun Wang authored
-
Alexander Popiak authored
-
Radu Popa authored
* Make script usable from both pipeline and localhost * use the new argument --simnet-version= * dummy, to trigger pipeline one more time * CI: optimize the script * No arg for help flag * CI: comment and unneded parameter Co-authored-by: Denis P <[email protected]>
-
Sergey Pepyakin authored
* Companion for PR 8913 polkadot companion: https://github.com/paritytech/substrate/pull/8913 * update Substrate Co-authored-by: parity-processbot <>
-
Robert Klotzner authored
-
- May 31, 2021
-
-
Alexander Popiak authored
-
asynchronous rob authored
* guide: reversion safety * guide: manage reversion safety in subsystems * add leaf status to ActivatedLeaf * add an LRU-cache to overseer for staleness detection * update ActivatedLeaf usages in tests to contain status field * add variant where missed accidentally * add some helpers to LeafStatus * address grumbles
-
asynchronous rob authored
* fix approval-checking GRANDPA voting rule a `None` return value implies to vote on the best, not to vote on the base. this explicitly changes the logic to vote on the base * refactor logic out and test
-
Radu Popa authored
* Update simnet tests to v4 * CI: revert me * Revert "CI: revert me" This reverts commit 2693b0640a0410bdf608ccdbb0422b831c5283e8. Co-authored-by: Denis P <[email protected]>
-
Shaun Wang authored
* Typo fix in xcm crate. * Update xcm/src/v0/junction.rs Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]>
-
- May 29, 2021
-
-
Bastian Köcher authored
Instead of relying on the name of the chain spec file, we now use the `is_*` methods for this.
-
- May 28, 2021
-
-
asynchronous rob authored
this will account for 'dummy' cores due to maxValidatorsPerCore
-
Shawn Tabrizi authored
* ProxyType MaxEncodedLen * import * import * fix dep and bump substrate * Update Cargo.lock
-
Bastian Köcher authored
* Use proper host configuration everywhere * Fix dumb errors
-
Xiliang Chen authored
* enable Config for Paras * fix
-
- May 27, 2021
-
-
Hernando Castano authored
* Bump Rococo/Wococo `spec_version` used by the bridge relayer * Prevent bridge relayer from being part of workspace This allows us to build the relayer without pulling in all its dependencies into the Polkadot repo by indicating its manifest path when building. * Revert "Bump Rococo/Wococo `spec_version` used by the bridge relayer" This reverts commit 90fdeecbba2ed2a75fc220dbc14fb4fa792dfc6e.
-
Roman Proskuryakov authored
* Replace NetworkStatusSinks with Arc<NetworkService> * update Substrate Co-authored-by: parity-processbot <>
-
Denis_P authored
* CI: simnet to run pinned versions * CI: explanation and tag * dummy commit to trigger pipeline * try with a new tag * update new simnet stable version Co-authored-by: radupopa2010 <[email protected]>
-
André Silva authored
-
dependabot[bot] authored
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.25...tracing-0.1.26) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- May 26, 2021
-
-
Bastian Köcher authored
-
Jon Häggblad authored
* runtime: create migrations for grandpa storage prefix * runtime: address review comments * runtime: update spec_version * westend: fix incorrect merge * runtime: change to v3.1 from v4 for grandpa migrations * cargo.lock: manually specify pallet-grandpa in lock file * cargo.lock: fix typo * update substrate * update substrate Co-authored-by: André Silva <[email protected]>
-
dependabot[bot] authored
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.6.1 to 0.7.2. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-