Davide Galassi
e0b8b30288
[Companion #13634 ] keystore overhaul (iter2) ( #6913 )
...
* removed 'remote_keystore' parameter
* Keystore can't be None
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-20 19:33:54 +00:00
Mira Ressel
058082fcb0
tweak some pattern matches to address a new clippy warning
2023-03-20 16:36:06 +01:00
Mira Ressel
a01de76ca1
Bump ci-linux image for rust 1.68
2023-03-20 16:36:06 +01:00
Vsevolod Stakhov
6d902ce073
Revert "Update orchestra to the recent version ( #6854 )" ( #6916 )
...
This reverts commit 5565bb9dbc .
2023-03-20 15:08:05 +00:00
Gavin Wood
2e656dcd6e
Deprecate Currency: Companion for #12951 ( #6780 )
...
* Some renames
* Fix
* Fix build for new APIs
* Remove diener
* Fixes
* Fixes
* Fix integration tests
* Fixes
* fix nis issuance
* Update Cargo.toml
* Polkadot doesn't have freezes/holds yet
* No networks use freezes/holds
* update lockfile for {"substrate"}
* Fix tests
There are more failing tests; just starting with the easy ones.
Reserved balance does not count towards ED anymore, therefore reducing
all the reserves by ED (1).
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fixes for Polkadot pallets
* Fix parachains benchmarks
* Update Substrate
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: parity-processbot <>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-03-20 13:20:22 +00:00
Mara Robin B
67035d6436
changelog: template fixup ( #6907 )
2023-03-17 16:03:55 +00:00
Davide Galassi
46c36e5a4f
[Companion #13615 ] Keystore overhaul ( #6892 )
...
* Remove not required async calls
* Fixed missing renaming
* make_keystore can be sync
* More fixes
* Trivial nitpicks
* Cherry pick test fix from master
* Fixes after master merge
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-17 12:09:15 +00:00
Mara Robin B
4d904951fd
update weights ( #6897 )
...
* polkadot: update weights
* westend: update weights
* kusama: update weights
* rococo: update weights
2023-03-17 10:09:21 +00:00
Davide Galassi
163d892d8c
Fix approval voting test ( #6898 )
2023-03-17 08:33:50 +01:00
Bastian Köcher
508f3bd19a
parachains-runtime: Less cloning! ( #6896 )
...
* parachains-runtime: Less cloning!
* Fix tests
* FMT
2023-03-16 18:56:52 +00:00
Bradley Olson
8d92debd44
Testing Reversion Speed on Dispute Concluded Against ( #6880 )
...
* First pass adding logs
* fmt
* Adjustments
2023-03-16 18:56:38 +00:00
Xiliang Chen
b2a15ed8c1
remove duplicated arm and fix version index ( #6884 )
...
* remove duplicated arm
* annotate the version index
* add tests
* fmt
2023-03-16 15:26:55 +00:00
Bradley Olson
200e9dfa29
Issue 4393: Correcting Unnecessary Use of Arc ( #6882 )
...
* Added participation and queue sizes metrics
* First draft of all metric code
* Tests pass
* Changed Metrics to field on participation + queues
* fmt
* Improving naming
* Refactor, placing timer in ParticipationRequest
* fmt
* Final cleanup
* Revert "Final cleanup"
This reverts commit 02e5608df64b2e0f7810905e4508673b2037d351.
* Changing metric names
* Implementing Eq only for unit tests
* fmt
* Removing Clone trait from ParticipationRequest
* fmt
* Moved clone functionality to tests helper
2023-03-16 10:00:56 +01:00
Alexandru Vasile
e1e46c26cb
Companion for #13287 ( #6655 )
...
* runtime: Adjust `sp_api::Metadata` to the new API
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* update lockfile for {"substrate"}
---------
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
Co-authored-by: parity-processbot <>
2023-03-15 18:41:56 +00:00
Mira Ressel
2c9242fb81
timestamp ci job logs ( #6890 )
2023-03-15 18:19:12 +00:00
s0me0ne-unkn0wn
27c9124411
Release parachain host API v4 ( #6885 )
2023-03-15 17:06:18 +00:00
Ross Bulat
a715a33ab9
polkadot companion: #13128 (Pools commission) ( #6264 )
...
* migrate to pools v4
* update types + weights
* rm BlockNumberToU32
* fmt
* fix
* update weights
* fix RocksDbWeight
* fix function name
* weights
* use 1 weight format
* update claim payout weights
* + as u64
* fix rebase + fmt
* add weights
* more weights
* ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools
* ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools
* ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools
* fix
* fix
* ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools
* ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools
* ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools
* add InitialGlobalMaxCommission
* revert
* global max commission migration generic
* remove StakingMigrationV11OldPallet
* initial global max commission
* adjust global max
* update lockfile for {"substrate"}
* Use master lock file
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* cargo update -p sp-io
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: parity-processbot <>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-03-15 14:29:40 +00:00
Niklas Adolfsson
b6593bbfa5
companion for #13555 ( #6842 )
...
* companion for #13555
* update lockfile for {"substrate"}
* fix: `decl_TryRuntime` -> `decl_for_try_runtime`
---------
Co-authored-by: parity-processbot <>
2023-03-15 14:34:02 +01:00
dependabot[bot]
ca787cddd4
Bump libgit2-sys from 0.14.1+1.5.0 to 0.14.2+1.5.1 ( #6600 )
...
Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs ) from 0.14.1+1.5.0 to 0.14.2+1.5.1.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.1...libgit2-sys-0.14.2 )
---
updated-dependencies:
- dependency-name: libgit2-sys
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 14:14:12 +01:00
dependabot[bot]
88aa92411c
Bump bumpalo from 3.8.0 to 3.12.0 ( #6599 )
...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo ) from 3.8.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases )
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.8.0...3.12.0 )
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 13:08:58 +00:00
dependabot[bot]
3485f86a07
Bump git2 from 0.16.0 to 0.16.1 ( #6601 )
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.16.0...0.16.1 )
---
updated-dependencies:
- dependency-name: git2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 14:04:25 +01:00
Muharem Ismailov
16f3bd48b3
Council as SpendOrigin ( #6877 )
2023-03-15 09:39:20 +00:00
Marcin S
ba29d06334
PVF: Document that preparation cannot lead to disputes ( #6873 )
...
* PVF: Document that preparation cannot lead to disputes
* Add warning for deterministic errors
* Fix warning
2023-03-15 01:35:38 +01:00
Mara Robin B
962bd71eb0
Sync versions with current release (0.9.39) ( #6875 )
2023-03-14 21:03:49 +00:00
Aaro Altonen
0e1c932c42
Companion for paritytech/substrate#13592 ( #6869 )
...
* Move configs
* Start using `NetworkService` traits from `sc-network`
* Fix stuff
* Remove `sc-network-common` as dependency
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-14 12:52:15 +00:00
Vsevolod Stakhov
5565bb9dbc
Update orchestra to the recent version ( #6854 )
...
* Test the recent orchestra changes
* Update orchestra and metered-channel
2023-03-14 09:29:57 +00:00
Oliver Tale-Yazdi
894dcad54b
Delete unused Cargo.lock ( #6870 )
...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-03-13 17:52:30 +00:00
Vivek Pandya
87db25ce01
Remove use of Store trait ( #6835 )
...
* Remove use of Store trait from runtime directory
* Remove Store trait usage from xcm directory
* Run cargo fmt
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-13 16:11:22 +00:00
Davide Galassi
5cbfc6c594
Companion for Substrate #13564 ( #6845 )
...
* Update beefy pallet to last offence report system
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-11 18:50:13 +00:00
Bradley Olson
c99362e56c
Adding Dispute Participation Metrics ( #6838 )
...
* Added participation and queue sizes metrics
* First draft of all metric code
* Tests pass
* Changed Metrics to field on participation + queues
* fmt
* Improving naming
* Refactor, placing timer in ParticipationRequest
* fmt
* Final cleanup
* Revert "Final cleanup"
This reverts commit 02e5608df64b2e0f7810905e4508673b2037d351.
* Changing metric names
* Implementing Eq only for unit tests
* fmt
2023-03-11 00:38:24 +00:00
Koute
3777f2db42
Update substrate to 48e7cb147cb9a27125fd2e82edbcf4d0ed5927c4 ( #6851 )
2023-03-09 10:51:33 +01:00
s0me0ne-unkn0wn
03d4af104f
Move PVF timeouts to executor environment parameters ( #6823 )
...
* Move PVF timeouts to executor environment parameters
* Typo
Co-authored-by: Marcin S. <marcin@realemail.net >
* Fix comments
* Change handle_import_statements to FatalResult (#6820 )
* Changing dispute db errors to fatal
* fmt
* Change node-key for bootnodes (#6772 )
* Additional tracing in `provisioner`, `vote_selection` and `dispute-coordinator` (#6775 )
* Additional tracing in `provisioner`, `vote_selection`
* Add `fetched_onchain_disputes` metric to provisioner
* Some tracelines in dispute-coordinator
TODO: cherry pick this in the initial branch!!!
* Remove spammy logs
* Remove some trace lines
* Rename and fix things
* Fix comments
* Typo
* Minor fixes
* Add codec indexes; Remove macro
---------
Co-authored-by: Marcin S. <marcin@realemail.net >
Co-authored-by: Bradley Olson <34992650+BradleyOlson64@users.noreply.github.com >
Co-authored-by: Petr Mensik <petr.mensik1@gmail.com >
Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io >
2023-03-08 22:43:51 +00:00
Guantong
1c2215a75a
Correct comment ( #6839 )
2023-03-08 12:22:02 +00:00
Davide Galassi
2fa5f6a4f4
Companion for Substrate #13425 ( #6784 )
...
* Align to substrate refactory
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-07 23:02:42 +01:00
Tsvetomir Dimitrov
e5248e35dd
Remove hardcoded paths from dispute-valid-block zombienet test for malus ( #6837 )
2023-03-07 15:26:48 +00:00
Javier Viola
0c51a202cc
bump zombienet version to v1.3.37 ( #6773 )
...
* bump zombienet version
* remove redundant 'is up' assertion
* bump zombienet version
* bump to latest version of zombienet
* add more time to check peers
2023-03-07 11:28:53 +00:00
Koute
4778300431
Bump blake2b_simd to 1.0.1 ( #6829 )
2023-03-07 06:50:08 +00:00
Mara Robin B
baaa6bf021
changelog: update template for new label behavior (E3/E4) ( #6804 )
...
* update changelog template for new label behavior (E3/E4)
This distinguishes E3 and E4 labels in the changelog output
* Separate E3/E4 notices in changelog
* fixup
2023-03-06 20:36:13 +01:00
Aaro Altonen
ce9fbe73d9
Companion for paritytech/substrate#12828 ( #6380 )
...
* Companion for paritytech/substrate#12828
* Pass sync service
* Fix test
* Fix tests again
* update lockfile for {"substrate"}
* cargo fmt
---------
Co-authored-by: parity-processbot <>
2023-03-06 17:46:27 +00:00
Tsvetomir Dimitrov
ed6fa5499c
Don't send ActiveLeaves from leaves in db on startup in Overseer ( #6727 )
...
* Don't send `ActiveLeaves` from leaves in db on startup in Overseer. Wait for fresh leaves instead.
* Don't pass initial set of leaves to Overseer
* Fix compilation error in subsystem-test-helpers
2023-03-06 15:02:16 +00:00
Muharem Ismailov
dfb60f32cd
Polkadot XCM Body constants ( #6788 )
...
Co-authored-by: parity-processbot <>
2023-03-06 14:43:28 +00:00
Aaro Altonen
de408833d9
Decrease expected peer count in zombinenet tests ( #6826 )
...
* Decrease expected peer count in zombinenet tests
Recent change in the in/out peer ratio caused some of the zombienet
tests to fail. Adjust the number of expected peers to reflect the new
ratio to make tests pass again.
* Increase `--out-peers` to 15 for paritydb test
* Don't check the number of connected peers
2023-03-06 15:44:48 +02:00
Tsvetomir Dimitrov
70be7a03d3
Additional tracing in provisioner, vote_selection and dispute-coordinator ( #6775 )
...
* Additional tracing in `provisioner`, `vote_selection`
* Add `fetched_onchain_disputes` metric to provisioner
* Some tracelines in dispute-coordinator
TODO: cherry pick this in the initial branch!!!
* Remove spammy logs
* Remove some trace lines
2023-03-06 12:18:30 +00:00
Petr Mensik
a934fa5b16
Change node-key for bootnodes ( #6772 )
2023-03-06 10:21:46 +01:00
Bradley Olson
7e7f72ed74
Change handle_import_statements to FatalResult ( #6820 )
...
* Changing dispute db errors to fatal
* fmt
2023-03-04 19:35:04 +01:00
Keith Yeung
d29951e2f8
Introduce XCM matcher for writing barriers ( #6756 )
...
* Introduce XCM matcher for writing barriers
* Fix compilation
* cargo fmt
* Add more doc comments
* Add mod doc comment
* More doc comments
* Add tests and fix logic
* Remove redundant syntax
* Add more doc comments
* Add more doc comments
* Add more doc comments
2023-03-04 05:37:56 +00:00
eskimor
7d9a0b7cc3
Freeze note on SessionInfo. ( #6818 )
...
* Add note about frozen `SessionInfo`.
* Better comment.
---------
Co-authored-by: eskimor <eskimor@no-such-url.com >
2023-03-03 21:50:42 +01:00
Arkadiy Paronyan
d98d948bfc
Bump parity-db ( #6816 )
...
* Bump parity-db
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
2023-03-03 21:12:28 +01:00
Bradley Olson
f2bc0f57b6
Removing Outdated References to Misbehavior Arbitration Subsystem ( #6814 )
...
* Provisioner guide entry update
* Removing mentions of misbehavior arbitration sub
* fmt
2023-03-03 12:17:17 +01:00
Branislav Kontur
837d7748ad
Forgotten re-export for MatchedConvertedConcreteId ( #6815 )
2023-03-03 12:14:24 +01:00