Squirrel
dedfe6da9e
rename now shared node creation function ( #1402 )
2022-06-23 11:41:44 +00:00
Sebastian Kunert
6e13b44694
Rename help string parachain-collator -> parachain-template-node ( #1392 )
2022-06-23 11:36:33 +02:00
dependabot[bot]
b8e4627157
Bump proc-macro2 from 1.0.39 to 1.0.40 ( #5719 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40 )
---
updated-dependencies:
- dependency-name: proc-macro2
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>
2022-06-23 09:31:08 +00:00
João Paulo Silva de Souza
ba9349240a
pass $COMPANION_OVERRIDES to check_dependent_project ( #5708 )
2022-06-23 09:01:01 +00:00
dependabot[bot]
d511c207f4
Bump thread_local from 1.1.0 to 1.1.4 in /bridges/fuzz/storage-proof ( #5687 )
...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs ) from 1.1.0 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases )
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...1.1.4 )
---
updated-dependencies:
- dependency-name: thread_local
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 08:08:58 +00:00
dependabot[bot]
a34ed42457
Bump quote from 1.0.18 to 1.0.19 ( #5700 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.18...1.0.19 )
---
updated-dependencies:
- dependency-name: quote
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>
2022-06-23 07:39:05 +00:00
Doordashcon
7d2ecc8995
make pallet-tips & pallet-bounties instantiable ( #11473 )
...
* make pallet-tips & pallet-bounties instantiable
* update test
* add default instance
* update
* cargo fmt
* update
* update
* update
* update
* fix merge
* fix tests
* bounties benchmarking instantiable
* fix benchmarks
* make tips benchmarks instantible
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
2022-06-23 04:18:40 +00:00
Adrian Catangiu
b9482cf788
Rococo: add new pallet-beefy-mmr API (companion for substrate#11406) ( #5516 )
...
* Rococo: add new pallet-beefy-mmr API
* rename BeefyMmr exposed api
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
2022-06-22 19:31:56 +00:00
Adrian Catangiu
3018051cdd
pallet-beefy-mmr: add API for BEEFY Authority Sets ( #11406 )
...
* pallet-beefy: add Config::OnNewValidatorSet type
Add a hook to pallet-beefy for doing specific work when
BEEFY validator set changes.
For example, this can be used by pallet-beefy-mmr to cache
a lightweight MMR root over validators and make it available
to light clients.
* pallet-beefy-mmr: implement OnNewValidatorSet
Implement pallet-beefy::OnNewValidatorSet to be notified of BEEFY
validator set changes. Use the notifications to compute and cache
a light weight 'BEEFY authority set' which is an MMR root over
BEEFY validator set plus some extra info.
Previously, pallet-beefy-mmr was interogating pallet-beefy about
validator set id on every block to find out when it needs to recompute
the authority set.
By using the event-driven approach in this commit, we also save one
extra state interogation per block.
* pallet-beefy-mmr: add new authority_set() API
Expose current and next BEEFY authority sets through runtime API.
These can be directly used by light clients to avoid having them
compute them themselves based on BEEFY validator sets.
Signed-off-by: acatangiu <adrian@parity.io >
* rename BeefyMmr exposed runtime api
2022-06-22 18:39:24 +00:00
dependabot[bot]
a58b0181e6
Bump clap from 3.2.5 to 3.2.6 ( #1400 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: clap
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>
2022-06-22 17:32:01 +00:00
dependabot[bot]
961fdc5e2e
Bump quote from 1.0.19 to 1.0.20 ( #1399 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.19...1.0.20 )
---
updated-dependencies:
- dependency-name: quote
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>
2022-06-22 17:30:41 +00:00
André Silva
7080662f8f
epochs: don't use gap when there's at least one genesis epoch imported ( #11725 )
...
* epochs: don't use gap when there's at least one genesis epoch imported
* epochs: add test for genesis gap fix
2022-06-22 16:03:03 +00:00
Vlad
2d9f187364
Put rusty-cachier before PR merge into master for cargo-check-benches job ( #11737 )
2022-06-22 19:00:00 +03:00
Alexander Theißen
0832648372
contracts: Reduce size of deletion queue depth ( #11696 )
...
* contracts: Reduce size of deletion queue depth
* Remove unused import
2022-06-22 15:54:57 +00:00
Sebastian Kunert
10e966e643
Respect cargo offline env variable in wasm builder ( #11735 )
...
* Support offline env variable in wasm builder
* Clean up
* Improve checks
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Update crate docs
* Add docs to `lib.rs` and introduce helper method `offline_build`
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-06-22 15:27:46 +00:00
Andrei Sandu
f05b9b31d6
Update metric before bailing out ( #5706 )
...
* Update authority metrics before bailing out
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* remove redundant call
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* doc
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* review feedback
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
2022-06-22 09:10:24 +00:00
Bastian Köcher
acc8cf6e4c
WrapperOpaque: Use decode_all to decode from the Vec<u8> ( #11726 )
...
This ensures that there isn't any extra data attached that isn't used.
2022-06-22 11:02:59 +02:00
Alexander Samusev
f0b932139e
Add publish docker staking-miner ( #5710 )
...
* [DO NOT MERGE] Add publish docker staking-miner
* debug docker publish
* remove debug
* small naming fix
* fix comment
2022-06-22 09:40:52 +02:00
Ikko Ashimine
4285ad916d
Fix typo in weights.rs ( #11724 )
...
overriden -> overridden
2022-06-21 19:12:57 +00:00
dependabot[bot]
4f786f590b
Bump dyn-clone from 1.0.5 to 1.0.6 ( #1394 )
...
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases )
- [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.5...1.0.6 )
---
updated-dependencies:
- dependency-name: dyn-clone
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>
2022-06-21 19:29:33 +02:00
Squirrel
c1cd702a9a
rename build_import_queue to not be statemint specific ( #1389 )
...
* rename to aura
* Update polkadot-parachain/src/service.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2022-06-21 14:58:27 +00:00
Javier Viola
d578d176cb
Zombienet re-enable upgrade test ( #5691 )
...
* re-enable upgrade test
* fix job name
* Update .gitlab-ci.yml
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
* Update .gitlab-ci.yml
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
* Fix test env path
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
Co-authored-by: Andronik <write@reusable.software >
Co-authored-by: Alexander Samusev <41779041+alvicsam@users.noreply.github.com >
Co-authored-by: Andrei Sandu <andrei-mihail@parity.io >
2022-06-21 14:08:21 +00:00
Mara Robin B
97f9b840e4
bump versions to 0.9.25 ( #5684 )
...
* kusama: bump spec_version to 9250
* polkadot: bump spec_version to 9250
* rococo: bump spec_version to 9250
* westend: bump spec_version to 9250
* bump version to 0.9.25
* bump transaction version (polkadot & kusama) (#5690 )
* kusama: bump transaction_version to 12
* polkadot: bump transaction_version to 13
2022-06-21 13:02:04 +00:00
dependabot[bot]
dde785188d
Bump quote from 1.0.18 to 1.0.19 ( #1395 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.18...1.0.19 )
---
updated-dependencies:
- dependency-name: quote
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>
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-06-21 11:28:19 +00:00
Mara Robin B
8ef2b701c1
update weights ( #5704 )
...
* westend: update weights
* kusama: update weights
* polkadot: update weights
* rococo: update weights
2022-06-21 12:58:01 +02:00
dependabot[bot]
72d8963e53
Bump proc-macro2 from 1.0.39 to 1.0.40
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-21 12:49:51 +02:00
Davide Galassi
c189bd15de
More robust grandpa revert procedure ( #11719 )
...
* More robust revert procedure
Return an error if revert is called in a node that is not actively
running grandpa, i.e. grandpa genesis data has not been initialized.
Previous implementation was just firing an `unreachable!` code exception.
Furthermore we skip revert hassle if there is nothing to revert.
* Nit
2022-06-21 09:50:51 +00:00
Chevdor
5c2da4e4d8
Let PR titles spread accross multiple lines in the release notes ( #5521 )
2022-06-21 10:46:41 +02:00
Sebastian Kunert
15e7db81d7
Strip 'Cargo.toml' from workspace path for patches ( #1391 )
2022-06-21 10:26:03 +02:00
Keith Yeung
939c31bfde
Implement Serialize/Deserialize on WeakBoundedVec ( #11713 )
...
* Implement Serialize/Deserialize on WeakBoundedVec
* cargo fmt
* Warn when there are too many elements while deserializing WeakBoundedVec
2022-06-21 06:49:43 +00:00
Koute
9cee3c699d
Pump the gossip engine while waiting for the BEEFY runtime pallet (memory leak fix) ( #11694 )
...
* Pump the gossip engine while waiting for the BEEFY runtime pallet
This fixes a memory leak when the BEEFY gadget is turned on, but
the runtime doesn't actually use BEEFY.
* Implement `FusedFuture` for `GossipEngine`
* Fuse futures outside of loops
2022-06-20 15:52:43 +00:00
girazoki
1579a8a3a4
Add event with XCM executor outcome, which includes weight fee ( #1286 )
...
* Add event with XCM executor outcome, which includes weight fee
* Show weight used in processed messages
* remove added event
* named events
* message_id for message_hash
* Update pallets/xcmp-queue/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2022-06-20 13:49:28 +00:00
João Paulo Silva de Souza
94a7e278fa
check-dependent-cumulus should only be executed for PRs ( #11693 )
...
the script executed by check-dependent-cumulus only works for PRs, as shown in https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/1630771#L87 , which comes from https://github.com/paritytech/pipeline-scripts/blob/3ad10ddc0d985ef5326974a1143229c6429befab/check_dependent_project.sh#L443
2022-06-20 12:18:06 +00:00
Bastian Köcher
4e3ccd56e2
Companion: Bump syn ( #1388 )
...
* Companion: Bump syn
* Update Substrate & Polkadot
2022-06-20 11:55:31 +00:00
Bastian Köcher
afd8fc5dee
Companion: Bump syn ( #5701 )
...
* Companion: Bump syn
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
2022-06-20 11:09:06 +00:00
Bastian Köcher
94976af3d5
Update syn and fix compilation ( #11707 )
...
* Update syn and fix compilation
* Bump pin-project
2022-06-20 09:53:41 +00:00
dependabot[bot]
19ce14c1ff
Bump twox-hash from 1.6.2 to 1.6.3 ( #11423 )
...
Bumps [twox-hash](https://github.com/shepmaster/twox-hash ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/shepmaster/twox-hash/releases )
- [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.2...v1.6.3 )
---
updated-dependencies:
- dependency-name: twox-hash
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>
2022-06-19 21:01:38 +02:00
Bastian Köcher
ef56c17a5e
storage-alias: Check that prefix is not an underscore (#11704 )
...
Besides that it also adds some UI tests.
2022-06-19 19:56:36 +02:00
Zhenghao Lu
eba0396182
Simplified code using existing APIs ( #11702 )
...
Signed-off-by: Emison Lu <lzh1633856298@gmail.com >
2022-06-18 23:56:48 +00:00
yjh
440a6db939
chore: reduce uxt encode times ( #11698 )
...
* chore: reduce uxt encode times
* fmt
2022-06-19 00:43:11 +02:00
dependabot[bot]
1ce193e11b
Bump hyper from 0.14.18 to 0.14.19 ( #5607 )
...
Bumps [hyper](https://github.com/hyperium/hyper ) from 0.14.18 to 0.14.19.
- [Release notes](https://github.com/hyperium/hyper/releases )
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.18...v0.14.19 )
---
updated-dependencies:
- dependency-name: hyper
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>
2022-06-18 23:49:11 +02:00
Qinxuan Chen
1200ccefa3
Remove futures compat feature ( #1386 )
...
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-06-18 23:30:07 +02:00
Squirrel
39a5f24477
NonTransfer should be a superset of collator selection ( #1385 )
...
* This should ideally be set.
* Not convinced guard order is always guarenteed.
* assets / uniques should not be included.
* correction
2022-06-18 14:06:52 +00:00
Qinxuan Chen
6c1c27c1ff
Remove futures 0.1 ( #5699 )
...
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-06-18 14:01:33 +00:00
Qinxuan Chen
ad6fe6d191
Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli ( #1325 )
...
* Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Remove useless
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Use shared_params.chain
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-06-18 15:33:52 +02:00
Mara Robin B
4d8fdf2e68
remove stale migrations ( #5694 )
...
* polkadot: remove stale migrations
* kusama: remove stale migrations
2022-06-17 22:19:01 +00:00
yjh
3f549bad6c
chore: reducing codec times ( #11688 )
2022-06-18 00:14:50 +02:00
Alexander Theißen
3e67ab361c
Remove redundant binary specification ( #1303 )
...
* Remove redundant binary specification
* Update polkadot-launch config
Co-authored-by: joepetrowski <joe@parity.io >
2022-06-17 19:32:39 +00:00
dependabot[bot]
aab44db13a
Bump indexmap from 1.8.1 to 1.9.0 ( #5689 )
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/1.8.1...1.9.0 )
---
updated-dependencies:
- dependency-name: indexmap
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>
2022-06-17 17:06:31 +02:00
dependabot[bot]
48b8b1734c
Bump clap from 3.1.18 to 3.2.2 ( #1370 )
...
* Bump clap from 3.1.18 to 3.2.2
Bumps [clap](https://github.com/clap-rs/clap ) from 3.1.18 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.2 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump clap to 3.2.5 and fix warnings
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
2022-06-17 15:05:44 +00:00