Shawn Tabrizi
b65ca6bab6
Remove TODO from substrate#2986 ( #2628 )
2021-03-15 18:36:34 +00:00
André Silva
7966d2b4b7
runtime: define NextSessionRotation in im-online instances ( #2602 )
...
* runtime: define NextSessionRotation in im-online instances
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-03-12 13:55:34 +00:00
André Silva
b360360544
runtime: use babe as randomness source ( #2504 )
...
* runtime: use babe as randomness source
* runtime: fix randomness api
* bridges: fix random_seed
* parachains: use mock TestRandomness from frame_support_test
* parachains: use mock TestRandomness from frame_support_test
* runtime: update randomness source in test-runtime
* runtime: remove unused import
* parachains: add todo to audit usage of randomness api
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-03-10 17:22:59 +00:00
Ashley
956be35dd4
Companion PR for substrate PR 8072 - Add a config field to babe epochs ( #2467 )
...
* Add a config field to babe epochs
* Fix test
* Add BABE_GENESIS_EPOCH_CONFIG consts
* Use PrimaryAndSecondaryVRFSlots and remove newlines
* Make epoch_configs Some
* Fix tests
* Fix test service tests
* Add a BabeEpochConfigMigrations OnRuntimeUpgrade
* Apply suggestions
* Use PrimaryAndSecondaryPlainSlots in kusama
* Remove migration from test runtime and rococo
* Add HasPalletPrefix
* Rename to BabePalletPrefix and change BabeApi -> Babe
* "Update Substrate"
* Update substrate
* Resolve parantheses errors
Co-authored-by: parity-processbot <>
2021-03-10 09:39:08 +00:00
Andronik Ordian
1bec8cfed9
bump spec versions in kusama, polkadot and westend again ( #2557 )
2021-03-04 14:28:14 +01:00
Bastian Köcher
ae3ee5ed7f
Companion for ExecuteBlock changes in Substrate ( #2548 )
...
* Companion for `ExecuteBlock` changes in Substrate
https://github.com/paritytech/substrate/pull/8244
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-03-03 09:13:56 +00:00
Bastian Köcher
7a2c7aa3fe
Companion for init the RuntimeLogger automatically ( #2522 )
...
* Lol
* Add the features
* Remove some more runtime logger init calls
* Make companion check work
* Revert "Make companion check work"
This reverts commit a255c798076466c0fa20a4db713fc712772c2b4d.
* Update Substrate
2021-03-01 16:15:34 +01:00
Gavin Wood
c4b89e11da
Companion for Substrate #8120 ( #2541 )
...
* add remark_with_event
* Bump Substrate
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Co-authored-by: Bryan Chen <xlchen1291@gmail.com >
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-02-28 11:13:49 -04:00
Martin Pugh
5ffb8cb463
[release] Prep for v0.8.29 ( #2497 )
...
* bump version and substrate
* update weights
* bump substrate
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-02-24 20:32:34 +01:00
Kian Paimani
4f83b3e247
Properly use weights for the new election pallet ( #2508 )
...
* Revert some weights
* Add features
* Update lock file
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* Use read weights
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_election_provider_multi_phase --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* export stuff
* Update substrate
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-02-24 14:38:22 +00:00
Kian Paimani
2398bbfaef
Migration testing CLI ( #2447 )
...
* Template
* Midway..
* Make all 3 runtimes work
* Update node/service/Cargo.toml
* undo brach updates
* fix with latest version
* Update runtime/kusama/src/lib.rs
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
* Update runtime/rococo/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Final nits
* Update runtime/kusama/src/lib.rs
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com >
2021-02-24 14:38:05 +00:00
Martin Pugh
6d46fc1d85
Companion for #8184 ( #2506 )
...
* remove weights for suicide
* "Update Substrate"
* Update Cargo.lock
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Co-authored-by: parity-processbot <>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-02-23 22:07:45 +00:00
Robert Habermeier
3300b53306
Approval Checking Improvements Omnibus ( #2480 )
...
* add tracing to approval voting
* notify if session info is not working
* add dispute period to chain specs
* propagate genesis session to parachains runtime
* use `on_genesis_session`
* protect against zero cores in computation
* tweak voting rule to be based off of best and add logs
* genesis configuration should use VRF slots only
* swallow more keystore errors
* add some docs
* make validation-worker args non-optional and update clap
* better tracing for bitfield signing and provisioner
* pass amount of bits in bitfields to inclusion instead of recomputing
* debug -> warn for some logs
* better tracing for availability recovery
* a little av-store tracing
* bridge: forward availability recovery messages
* add missing try_from impl
* some more tracing
* improve approval distribution tracing
* guide: hold onto pending approval messages until NewBlocks
* Hold onto pending approval messages until NewBlocks
* guide: adjust comment
* process all actions for one wakeup at a time
* vec
* fix network bridge test
* replace randomness-collective-flip with Babe
* remove PairNotFound
2021-02-23 14:12:28 -06:00
Kian Paimani
eb09db2aef
Enable two phase election provider in runtimes in 'DryRun' mode ( #2476 )
...
* Apply some changes
* Make the runtimes build
* Master.into()
* Undo branch updates.
* Undo unwatned changes
* Fix deps one last time
* Fix election lookahead
* Revert deps
* Fix :P
Co-authored-by: Bastian Köcher <info@kchr.de >
2021-02-23 16:58:00 +01:00
Kian Paimani
571651e326
Change a few fee/weight parameters ( #2481 )
...
* Change a few fee parameters
* Update runtime/common/src/lib.rs
2021-02-23 13:34:29 +00:00
Martin Pugh
ece23588d2
Remove v0.8.28 runtime migrations ( #2496 )
...
* remove v0.8.28 runtime migrations
* Update runtime/westend/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
* commit suggestions
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
2021-02-23 12:28:41 +00:00
Guillaume Thiolliere
8734cf62b2
companion: Babe remove inherent ( #2438 )
2021-02-16 19:43:38 +01:00
Robert Habermeier
1b3d00d9d3
CancelProxy uses reject_announcement instead of remove_announcement ( #2429 )
...
* CancelProxy uses `reject_announcement` instead of `remove_announcement`
* add back remove_announcement
* Revert "add back remove_announcement"
This reverts commit 467b608a9d77c4303cb8daa33e8f14d391d6f417.
2021-02-13 15:29:28 -06:00
André Silva
800126d4e1
runtime: set equivocation report longevity ( #2404 )
...
* runtime: set equivocation report longevity
* "Update Substrate"
* update substrate
Co-authored-by: parity-processbot <>
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
2021-02-10 15:43:54 +01:00
Andronik Ordian
0ffee4f6ef
bump spec versions in kusama, polkadot and westend ( #2391 )
2021-02-05 17:20:13 +01:00
Shawn Tabrizi
a39472b3ad
Cancel Proxy Type ( #2334 )
...
* cancel proxy
* fix
* Remove reject_announcement and add CancelProxy to westend
Co-authored-by: David Dorgan <david@parity.io >
2021-02-04 16:13:13 +00:00
Liu-Cheng Xu
d353c76e26
Conpanion for Substrate#7127 ( #1865 )
...
* Conpanion for Substrate#7127
* Use sp_session::OneSessionHandler
* .
* Fix pallet_session::OneSessionHandler
* OneSessionHandler is in frame_support now
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-02-02 17:05:42 +00:00
Guillaume Thiolliere
29f12f3f48
Upgrade codec to 2.0 and bitvec to 0.20 (companion) ( #2343 )
...
* upgrade codec and bitvec
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-01-29 14:35:45 +01:00
Bastian Köcher
7f019517ca
Companion for #7997 ( #2345 )
...
* Companion for #7997
https://github.com/paritytech/substrate/pull/7997
* rename slot_number to slot
* rename SlotNumber type in overseer docs
* "Update Substrate"
Co-authored-by: André Silva <andrerfosilva@gmail.com >
Co-authored-by: parity-processbot <>
2021-01-28 20:04:43 +00:00
dependabot[bot]
e3504ee73c
Bump serde from 1.0.121 to 1.0.123 ( #2339 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.121 to 1.0.123.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.121...v1.0.123 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 13:11:32 +01:00
dependabot[bot]
3e77ee0696
Bump serde from 1.0.120 to 1.0.121 ( #2323 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.120 to 1.0.121.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.120...v1.0.121 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 12:27:14 +01:00
Shawn Tabrizi
884167a5e7
Use Extensible Multiaddress in all Polkadot Runtimes ( #2126 )
...
* Use extensible multiaddress
* copy pasta
2021-01-27 08:00:33 +00:00
Martin Pugh
1358bf9345
bump transaction_version for polkadot + kusama ( #2330 )
2021-01-26 18:00:13 +01:00
Martin Pugh
f3adf8b864
Bump version to 0.8.28 & bump substrate ( #2327 )
...
* bump version in prep for release
* bump substrate
* bump substrate
2021-01-26 16:27:17 +01:00
Shawn Tabrizi
8aee25cae2
Update Weight for Pallet Staking including Kick ( #2297 )
...
* Update pallet_staking.rs
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-01-21 18:23:28 +00:00
Kian Paimani
2c0982d75e
Companion for sub/7040 ( #1719 )
...
* Companion for sub/7040
* Fix duplicate type.
* Fix syntax
* Sync with latest changes.
* Add weight info.
* Fix build
* Fix some tests
* Fix build again.
* fix migration amounts.
* new migration
* Builds fine with dummy weights.
* fix build
* Add correct weight files.
* Fix to latest version
* remove unneeded upgrade.
* Update to latest again.
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-01-20 14:43:34 +00:00
Cecile Tonglet
73af2d5816
Companion PR for https://github.com/paritytech/substrate/pull/7463 ( #1948 )
...
* Adapt service creation to new substrate API
* Fix test
* WIP
* Revert "WIP"
This reverts commit 816a3633e91abc943b12b2bfa77ce98b959e78b2.
* WIP
* Adapt to current code
* Fix tests
* Yet another fix
* CLEANUP
* WIP
* WIP
* WIP
* Adapt code to changes on substrate
* Adapt code
* Introduce kick.
* Fixes
* WIP
* WIP
* WIP
* WIP
* Bump
* Update sp-io
* WIP
Co-authored-by: Gav Wood <gavin@parity.io >
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2021-01-20 12:45:25 +00:00
dependabot[bot]
0521abfdc2
Bump serde from 1.0.119 to 1.0.120 ( #2292 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.119 to 1.0.120.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.119...v1.0.120 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-20 12:49:06 +01:00
Sergei Shulepov
226af6a877
Remove TransientValidationData ( #2272 )
...
* collation-generation: use persisted validation data
* node: remote FullValidationData API
* runtime: remove FullValidationData API
* backing tests: use persisted validation data
* FullCandidateReceipt: use persisted validation data
This is not a big change since this type is not used anywhere
* Remove ValidationData and TransientValidationData
Also update the guide
2021-01-18 18:57:09 -05:00
dependabot[bot]
4efa226b69
Bump serde from 1.0.118 to 1.0.119 ( #2250 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.118 to 1.0.119.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.119 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-17 09:13:23 +01:00
Liu-Cheng Xu
313d03709b
Companion for Substrate#7692 ( #2190 )
...
* Companion for Substrate#7692
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-01-14 12:07:58 +00:00
dependabot[bot]
978bd86205
Bump log from 0.4.11 to 0.4.13 ( #2249 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.11 to 0.4.13.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.13 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-12 10:52:02 +01:00
Guillaume Thiolliere
a3682f8d9d
bump codec minor version ( #2247 )
2021-01-11 23:00:07 +01:00
dependabot[bot]
ceaeab453f
Bump smallvec from 1.6.0 to 1.6.1 ( #2239 )
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.6.0...v1.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 10:17:41 +01:00
André Silva
a00c6fd65b
runtime: add Babe::next_epoch runtime api method ( #2200 )
...
* runtime: add Babe::next_epoch runtime api method
* "Update Substrate"
Co-authored-by: parity-processbot <>
2021-01-06 11:52:58 +00:00
dependabot[bot]
8d05d228fe
Bump smallvec from 1.5.1 to 1.6.0 ( #2183 )
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.5.1...v1.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 14:40:44 +00:00
Alexander Theißen
2c1f43a989
Companion for #7810 (Define ss58 prefix inside the runtime) ( #2182 )
...
* Companion for #7810
* Added missing trait items for tests
* Add another missing trait item
* fixup
* "Update Substrate"
Co-authored-by: parity-processbot <>
2020-12-30 22:52:35 +00:00
Shawn Tabrizi
0d36324839
Migrate Claims Pallet to WeightInfo ( #2171 )
...
* migrate claims to weightinfo
* fix up
* fix benchmark
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* fix test runtime
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* Update runtime/kusama/src/weights/claims.rs
* use path for pallet
* Update Cargo.lock
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* Delete runtime_common::claims.rs
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_common_claims.rs
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_claims.rs
* use full automation file
* patch import
* consolidate benchmark logic
* fix
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_common::claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_common_claims.rs
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::claims --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_common_claims.rs
* update weight comments
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
2020-12-30 12:39:09 +00:00
RK
646376e654
Allow council to slash treasury tip ( #2147 )
...
* wk2052 | D1 |Allow council to slash treasury tip | p1
* wk2052 | D1 | Allow council to slash treasury tip | p2
* Update Cargo.lock
* "Update Substrate"
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: parity-processbot <>
2020-12-29 15:09:03 -04:00
dependabot[bot]
f06dc3a306
Bump serde_json from 1.0.60 to 1.0.61 ( #2178 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.60 to 1.0.61.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.60...v1.0.61 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-29 09:52:52 +01:00
Robert Habermeier
5a0327cc30
Companion for #7789 (BabeApi::current_epoch) ( #2170 )
...
* point to branch
* update babe API implementations
* build
* Revert "point to branch"
This reverts commit 669fde1e58cac1eef1847d5e6b39520fa4953f33.
* update Cargo.lock
* bump
2020-12-26 23:12:37 -05:00
Robert Habermeier
7f547c708c
remove FixCouncilHistoricalVotes ( #2137 )
2020-12-18 11:52:23 +01:00
Robert Habermeier
38276b08a4
Add candidate info to OccupiedCore ( #2134 )
...
* guide: add candidate information to OccupiedCore
* add descriptor and hash to occupied core type
* guide: add candidate hash to inclusion
* runtime: return candidate info in core state
* bitfield signing: stop querying runtime as much
* minimize going to runtime in availability distribution
* fix availability distribution tests
* guide: remove para ID from Occupied core
* get all crates compiling
2020-12-18 11:20:37 +03:00
RK
1ecc2e0389
Companion for #7536 (Pallet Treasury Refactor) ( #2025 )
...
* wk2048 | D6 | issue-7143-treasury-refactor | integration
* wk2048 | D6 | issue-7143-treasury-refactor | integration | p2
* trait -> config
* fix weight files and import
* missed some
* fix import
* fix imports
* alphabetize
* fix config traits
* fix trait
* update traits
* update weights
* "Update Substrate"
* fix features
* Update runtime/kusama/src/lib.rs
* Update runtime/polkadot/src/lib.rs
* add bounties and tips in proxy filters
* remove unused
* remove unused
* remove unused
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: parity-processbot <>
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
2020-12-16 15:29:07 +00:00
Robert Habermeier
15c253117d
Add assignment keys to session keys, no separate approvals key ( #2092 )
...
* guide: merge backing and approval keys
* bump substrate master & update primitives
* use new SessionInfo struct in session_info
* session keys upgrade for Polkadot
* kusama & westend runtimes
* bump westend, kusama, and polkadot versions
* add session key to rococo & test-runtime
* update prepare-test-net to latest subkey
* update chain specs to support new para_assignment session key
* get cargo.lock from master
* formatting
* update kill_storage based on substrate master
* fix test-service
* assgn -> asgn
* use session info module for assignment session key
2020-12-10 20:30:27 -06:00