- Jun 12, 2021
-
-
Shaun Wang authored
* Migrate claims pallet to pallet attribute macro. * Trigger CI. * Update runtime/common/src/claims.rs Co-authored-by: Keith Yeung <[email protected]> Co-authored-by: Shawn Tabrizi <[email protected]> Co-authored-by: Keith Yeung <[email protected]>
-
Shawn Tabrizi authored
* fix warning * Update lib.rs
-
- Jun 11, 2021
-
-
André Silva authored
* replace HistoricalValidationCode usages with ValidationCodeByHash * runtime-api: tabify tests file * update implementers guide
-
Shawn Tabrizi authored
* update weights * update Substrate Co-authored-by: parity-processbot <>
-
- Jun 09, 2021
-
-
Shaun Wang authored
-
dependabot[bot] authored
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.14...0.3.15) --- updated-dependencies: - dependency-name: 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>
-
Keith Yeung authored
* Use new naming scheme for all Event enums generated by construct_runtime * Use new naming scheme for all GenesisConfig fields generated by construct_runtime * Fix overlooked GenesisConfig field renaming * update Substrate Co-authored-by: parity-processbot <>
-
- Jun 08, 2021
-
-
Martin Pugh authored
-
- Jun 05, 2021
-
-
asynchronous rob authored
* remove some 'allow(unused)' * fix historical validation code runtime API
-
- Jun 04, 2021
-
-
Gavin Wood authored
* fix build * fix tests * update * fix * update * Bump Co-authored-by: Bryan Chen <[email protected]>
-
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
-
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 <>
-
- 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
-
-
Shaun Wang authored
* Migrate para sudo wrapper pallet to pallet attribute macro. * Apply review suggestions.
-
Shaun Wang authored
-
Alexander Popiak authored
-
- May 31, 2021
-
-
Alexander Popiak authored
-
- 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
-
Xiliang Chen authored
* enable Config for Paras * fix
-
- May 26, 2021
-
-
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]>
-
André Silva authored
* grandpa: enable observer for light client * update Substrate * service: fix missing import * runtime: bump spec versions Co-authored-by: parity-processbot <>
-
Kian Paimani authored
* add stuff * Update runtime/polkadot/src/lib.rs * Update runtime/kusama/src/lib.rs * update Substrate Co-authored-by: parity-processbot <>
-
- May 24, 2021
-
-
Martin Pugh authored
-
- May 23, 2021
-
-
asynchronous rob authored
-
- May 22, 2021
-
-
Shawn Tabrizi authored
-
Bernhard Schuster authored
-
- May 21, 2021
-
-
Robert Klotzner authored
* State can be finished due to `Share` message. Therefoe a task can still be running in that state. Removed panic and changed state name to reflect possibility of `Share` message. * bump spec versions in kusama, polkadot and westend again III * properly bump for the upcoming release Co-authored-by: Andronik Ordian <[email protected]>
-
- May 20, 2021
-
-
Shawn Tabrizi authored
-
Bastian Köcher authored
-
Gavin Wood authored
* Reserves for bids during ending period persist until auction done * Fixes * Fixes * Fixes * Fixes * Update auctions.rs
-
- May 19, 2021
-
-
Shaun Wang authored
-
- May 18, 2021
-
-
Martin Pugh authored
* bump version & spec version * update Cargo.lock * bump substrate
-
Martin Pugh authored
* remove weights migration from kusama * remove migrations in westend also
-
Gavin Wood authored
* Statemint can teleport into Kusama * Bump * Fixes * Fixes
-
Shaun Wang authored
* Migrate auctions pallet to pallet attribute macro. * Rename extra constants.
-
- May 14, 2021
-
-
Shawn Tabrizi authored
* Add check that parachain is fully registered before starting crowdloan * fix tests * fix benchmarks
-