Keith Yeung
01c60ddeab
Companion for substrate #9371 ( #3487 )
...
* Add MaxAuthorities to aura pallet config
* update Substrate
Co-authored-by: parity-processbot <>
2021-09-02 06:56:56 +00:00
Robert Klotzner
ffcde1e5e7
Fixes/improvements for disputes ( #3753 )
...
* More debugging output.
* Fix chain selection in case of disputes.
* Fix flaky test.
2021-09-01 14:25:56 -05:00
Bernhard Schuster
bff0ed532f
chore: test helper arbitrary ordering for 2 ( #3762 )
...
* chore: add arbitrary order macro for more resilient subsystem tests
* move to subsystem-test-helpers
2021-09-01 18:52:59 +02:00
Bernhard Schuster
b85586619f
disputes: fix relay chain selection sanity check ( #3750 )
...
* Fix off-by-one bug in approval voting and adjust tests
* Address feedback
* Remove default disputes
* Remove spaces
* cargo +nightly fmt
Co-authored-by: Lldenaurois <Ljdenaurois@gmail.com >
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-09-01 16:09:13 +00:00
Guillaume Thiolliere
16e4c8bc28
technical committee is using the weight of council, but should have its own generated weight instead ( #3511 )
...
* collectives have different weight
* fix path
* fix typo
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* add description for technical committee
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* use unique names
* makes compiling weights result
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective_council --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* Revert "cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective_council --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/"
This reverts commit 690fdb65af58d5413fb16d4da82aff83977d3454.
* revert unique names
* cargo update -p sp-io
* fix
* cargo update -p sp-io
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Co-authored-by: Parity Benchmarking Bot <admin@parity.io >
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
2021-09-01 13:37:14 +00:00
Shawn Tabrizi
62f3759351
new proxy for auctions, crowdloans, registrar, slots ( #3683 )
2021-08-31 14:33:57 +00:00
dependabot[bot]
2755cf801f
Bump libc from 0.2.100 to 0.2.101 ( #3726 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.100 to 0.2.101.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.100...0.2.101 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 18:56:41 +00:00
Squirrel
80f8c5106e
Removed unneeded deps ( #3658 )
...
* Removed unneeded deps (except under bridge)
Co-authored-by: Andronik Ordian <write@reusable.software >
2021-08-30 18:18:33 +01:00
dependabot[bot]
2c1e9da46c
Bump serde from 1.0.127 to 1.0.130 ( #3739 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.127 to 1.0.130.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.130 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 13:42:07 +00:00
Georges
0b5117f818
Companion for Generate storage info for pallet authority_discovery #9428 ( #3517 )
...
* Fixing Polkadot after substrate changes
moving Vec to BoundedVec
* Removing changes to pallet aura
bumping bitflags version
* update Substrate
Co-authored-by: parity-processbot <>
2021-08-30 06:49:10 +00:00
Keith Yeung
64cbeab3b3
Return a Result in invert_location ( #3730 )
...
* Return a Result in invert_location
* Add invertible to spellcheck dictionary
* Fix Some -> Ok
2021-08-28 02:17:51 +02:00
Gavin Wood
636d0b030f
XCM: Allow reclaim of assets dropped from holding ( #3727 )
...
* XCM: Introduce AssetTrap
* Revert reversions
* Remove attempts at weighing and add test
* Less storage use for asset trapping
* Add missing file
* Fixes
* Fixes
* Formatting
* Fixes
* Docs
* Filter types to allow runtimes to dictate which assets/origins should be trapped
* Formatting
* Tests
* Formatting
* Fixes
* Docs
2021-08-28 02:09:36 +02:00
Robert Klotzner
e56efb82d9
Further improved availability recovery ( #3711 )
...
* WiP.
* Things compile.
* cargo fmt
* Passing tests + fix warnings.
* Metrics for availability recovery.
* Basic test.
* Fix typos and actually check for overflow.
* cargo fmt
* Register metrics.
* More tests.
* Fix warning.
* cargo +nightly fmt
* Fix metrics
* Get rid of unsafe.
* tabify
* spellcheck
Co-authored-by: Andronik Ordian <write@reusable.software >
Co-authored-by: Bastian Köcher <info@kchr.de >
2021-08-27 18:59:23 +02:00
Lldenaurois
353cfc8e37
node/service: Update finality target to fix disputes tests ( #3732 )
2021-08-27 11:59:09 -04:00
Chevdor
47c75122d1
staking-miner: remove need of a file to pass the seed ( #3680 )
...
* staking-miner: remove need of a file to pass the seed
* cleanup
* linting round
* fix linting
* fix naming and remove unused field
2021-08-27 11:29:17 +02:00
Shawn Tabrizi
07301bd693
Companion for 9619 (Private Events) ( #3712 )
...
* update runtime api
* use storage_prefix
* update read_events_no_consensus
* update Substrate
Co-authored-by: parity-processbot <>
2021-08-26 14:34:45 +00:00
ferrell-code
1d7e0e6b35
Fix Try-Runtime ( #3725 )
...
* compile try-runtime
* cargo fmt lol
2021-08-26 13:36:07 +02:00
Gavin Wood
8b80b283d4
XCM v2: Scripting, Query responses, Exception handling and Error reporting ( #3629 )
...
* Intoduce XCM v2
Also some minor fix for v0/v1
* Minor version cleanup
* Minor version cleanup
* Introduce SendError for XcmSend trait to avoid cycles with having Outcome in Xcm
* comment
* Corrent type
* Docs
* Fix build
* Fixes
* Introduce the basic impl
* Docs
* Add function
* Basic implementation
* Weighed responses and on_report
* Make XCM more script-like
* Remove BuyExecution::orders
* Fixes
* Fixes
* Fixes
* Formatting
* Initial draft and make pallet-xcm build
* fix XCM tests
* Formatting
* Fixes
* Formatting
* spelling
* Fixes
* Fixes
* spelling
* tests for translation
* extra fields to XCM pallet
* Formatting
* Fixes
* spelling
* first integration test
* Another integration test
* Formatting
* fix tests
* all tests
* Fixes
* Fixes
* Formatting
* Fixes
* Fixes
* Formatting
* Bump
* Remove unneeded structuring
* add instruction
* Fixes
* spelling
* Fixes
* Fixes
* Formatting
* Fixes
* Fixes
* Formatting
* Introduce and use VersionedResponse
* Introduce versioning to dispatchables' params
* Fixes
* Formatting
* Rest of merge
* more work
* Formatting
* Basic logic
* Fixes
* Fixes
* Add test
* Fixes
* Formatting
* Fixes
* Fixes
* Fixes
* Nits
* Simplify
* Spelling
* Formatting
* Return weight of unexecuted instructions in case of error as surplus
* Formatting
* Fixes
* Test for instruction count limiting
* Formatting
* Docs
2021-08-26 12:41:16 +02:00
dependabot[bot]
4193f05fa3
Bump async-trait from 0.1.50 to 0.1.51 ( #3721 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.50 to 0.1.51.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.50...0.1.51 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-26 12:19:22 +02:00
Andronik Ordian
93b58f1ee4
allow some overhead in MERKLE_NODE_MAX_SIZE ( #3724 )
...
* allow overhead in MERKLE_NODE_MAX_SIZE
* Update node/primitives/src/lib.rs
Co-authored-by: cheme <emericchevalier.pro@gmail.com >
Co-authored-by: cheme <emericchevalier.pro@gmail.com >
2021-08-25 21:42:07 +02:00
dependabot[bot]
20d3f38726
Bump itertools from 0.10.0 to 0.10.1 ( #3719 )
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/rust-itertools/itertools/releases )
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.10.1 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-25 11:54:35 +02:00
dependabot[bot]
3c1f3527d3
Bump tokio from 1.10.0 to 1.10.1 ( #3717 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.10.0...tokio-1.10.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-25 08:14:43 +00:00
dependabot[bot]
6dba325749
Bump trybuild from 1.0.43 to 1.0.45 ( #3713 )
...
Bumps [trybuild](https://github.com/dtolnay/trybuild ) from 1.0.43 to 1.0.45.
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.43...1.0.45 )
---
updated-dependencies:
- dependency-name: trybuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-25 09:40:42 +02:00
Robert Klotzner
85897b5d36
Don't err on deactivated leaf during valiation. ( #3708 )
...
* Don't err on deactivated leaf during valiation.
* Fix error level + formatting of unrelated code.
2021-08-25 09:25:45 +02:00
dependabot[bot]
9d707b8b7c
Bump libc from 0.2.99 to 0.2.100 ( #3703 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.99 to 0.2.100.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.99...0.2.100 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 23:45:52 +02:00
Lldenaurois
9b45483cb1
backing-availability-audit: Move ErasureChunk Proof to BoundedVec ( #3626 )
...
* backing-availability-audit: Move ErasureChunk Proof to BoundedVec
* WIP
* Touch up
* Fix spelling mistake
* Address Feedback
2021-08-24 12:50:33 -04:00
Bastian Köcher
ec86d1d119
Substrate Companion #9575 ( #3695 )
...
* Upgrade to tokio 1.10
* update Substrate
* Fmt
Co-authored-by: parity-processbot <>
2021-08-24 15:25:32 +00:00
Robert Klotzner
489a8e6da1
Fill up requests slots via launch_parallel_requests ( #3681 )
...
in case waiting for the next response takes too long.
2021-08-24 15:05:25 +02:00
dependabot[bot]
04e937d7d2
Bump serde_json from 1.0.64 to 1.0.66 ( #3669 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 08:18:15 +02:00
Zeke Mostov
aec7f47a24
substrate #9202 companion: Multiple vesting schedules ( #3407 )
...
* substrate #9202 companion: Multiple vesting schedules
* Update weights inline with substrate updates
* Use 28 vesting schedules
* Add MaxSchedulesParam everywhere
* Fix var name errors
* rever accidental changes to test-runtime
* try merge origin master
* Revert "try merge origin master"
This reverts commit 398d65d1ac6fad1112f94de3d8c351bcf33aa5a0.
* update to pass integrity test
* Make integrity tests work
* Revert const to storage MinVestedTransfer
* Use MAX_VESTING_SCHEDULES const
* Update Cargo.lock to make it compile
* update Substrate
Co-authored-by: parity-processbot <>
2021-08-24 00:56:38 +00:00
Gavin Wood
e0244f9769
XCM: Introduce versioning to dispatchables' params ( #3693 )
...
* Introduce versioning to dispatchables' params
* Fixes
* Formatting
* Bump
2021-08-23 19:53:59 +02:00
Bernhard Schuster
4ac1e73535
remove dead_code from chain selection test ( #3685 )
...
* remove dead_code from chain selection test
Ref #3674
* remove convenience consts
* disable the test suite
It is crafted for usage _with_ disputes.
* fix lockfile
2021-08-23 13:34:44 +02:00
Keith Yeung
81692bd176
Improve MultiLocation conversion functions in xcm-procedural ( #3690 )
...
* Use fully-qualified paths to reference core traits in proc macro
* Ensure a canonicalized v0 MultiLocation first before attempting to convert to v1
* Fix failing test
2021-08-23 10:37:15 +00:00
Robert Habermeier
a707f2367c
properly gate sanity check ( #3684 )
2021-08-20 21:11:41 -05:00
Bernhard Schuster
5f622ee68c
Bypass chain-selection subsystem until disputes are enabled. ( #3676 )
...
* cleanup of rob's patch
* depend on feature disputes, both lag and query
* typo
* make it work
TODO move the fallback into selection
* option
* Update node/service/src/relay_chain_selection.rs
* remove trait implementation and fix errors
* hotfix: tests
* fmt
* remove unused trait
* make pub(crate) for test
* disable tests with disputed blocks
* Fix warnings
Co-authored-by: Robert Habermeier <rphmeier@gmail.com >
Co-authored-by: Lldenaurois <Ljdenaurois@gmail.com >
2021-08-20 17:22:59 -05:00
Robert Habermeier
9a1b614c47
demote warnings due to disconnected dispute coordinator ( #3672 )
...
* demote warnings due to disconnected dispute coordinator
* cargo fmt
Co-authored-by: Robert Klotzner <robert.klotzner@gmx.at >
2021-08-20 15:01:49 +02:00
Sergei Shulepov
ad0e42537d
Introduce metrics into PVF validation host ( #3603 )
2021-08-20 11:50:47 +02:00
dependabot[bot]
8792d0e407
Bump strum from 0.20.0 to 0.21.0 ( #3343 )
...
Bumps [strum](https://github.com/Peternator7/strum ) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
---
updated-dependencies:
- dependency-name: strum
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-19 21:15:43 +02:00
dependabot[bot]
500c4d2ac7
Bump pin-project from 1.0.7 to 1.0.8 ( #3649 )
...
Bumps [pin-project](https://github.com/taiki-e/pin-project ) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.0.7...v1.0.8 )
---
updated-dependencies:
- dependency-name: pin-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-19 20:47:41 +02:00
Shawn Tabrizi
4d4562f59a
Replace () filter with Nothing ( #3665 )
...
* replace `()` filter with `Nothing`
* import nothing
* add nothing
* update Substrate
Co-authored-by: parity-processbot <>
2021-08-19 18:32:00 +00:00
Robert Klotzner
d6abe70c06
Better logs. ( #3650 )
2021-08-19 20:07:59 +02:00
Robert Klotzner
1dafa08934
Provide dummy dispute coordinator by default. ( #3661 )
...
* Provide dummy dispute coordinator by default.
* cargo fmt
2021-08-19 17:03:33 +02:00
Shawn Tabrizi
e265d2e896
Companion for #9517 (Custom BenchmarkError) ( #3600 )
...
* fix benchmark return
* update weight
* update Substrate
Co-authored-by: parity-processbot <>
2021-08-19 13:18:46 +00:00
Kian Paimani
94b415de75
Companion for https://github.com/paritytech/substrate/pull/9569 ( #3662 )
...
* Fix weights
* Fix more
* update Substrate
* fmt
Co-authored-by: parity-processbot <>
2021-08-19 10:53:06 +01:00
Keith Yeung
8feed6aedb
Use proc macros to generate conversion functions for MultiLocation ( #3635 )
...
* Use proc macros to generate conversion functions for MultiLocation
* Add compile test and missing conversion cases
* Add common derives for Parent and Ancestor
* Generate conversion functions for MultiLocation v0 via proc macro
* Add type conversion test and fix a bug
* cargo fmt
* Do not hardcode 8 as the number of max parents
* Use map instead of for loops when generating code fragments
* Spelling
* cargo fmt
* More mapping, less for-looping
2021-08-19 09:24:55 +00:00
Ashley
d88dec65fb
Companion PR for 'Make choosing an executor an explicit part of service construction' ( #9525 ) ( #3615 )
...
* Companion PR
* Update a few files
* Run cargo fmt
* Do better at renaming things
* More renamings
* More fixes
* oops
* Fix simnet problems
* fix compilation
* Update substrate
Co-authored-by: thiolliere <gui.thiolliere@gmail.com >
2021-08-18 13:26:30 +00:00
Guillaume Thiolliere
e3eb5fda68
fix compilation ( #3657 )
2021-08-18 14:30:32 +02:00
Shaun Wang
26dec7a3ec
Impl WeightTrader for tuple ( #3601 )
...
* Impl WeightTrader for tuple.
* fmt
* Renaming.
* add tracing for buy_weight
* Add comment clarifying the default behavior of a WeightTrader tuple
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com >
2021-08-18 00:02:24 +00:00
David
9607487442
Companion PR for 'Remove substrate-in-the-browser #9541 ' ( #3652 )
...
* Remove telemetry external transport member
* Make it compile
* Remove more
Co-authored-by: Bastian Köcher <info@kchr.de >
2021-08-17 22:54:10 +00:00
Amar Singh
6718e10f20
Make xcm-simulator async with more tests ( #3618 )
...
* make xcm simulator async
* fmt
* nightly fmt
* Update xcm/xcm-simulator/example/src/parachain.rs
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com >
* accept keith review suggestion
* master.into
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com >
2021-08-17 21:48:28 +00:00