Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to SDK 1.14 #381

Merged
merged 30 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6fa5130
Update to 1.14
ggwpez Jul 14, 2024
d99131f
Update Collectives
ggwpez Jul 14, 2024
ec4914b
Disable Encointer runtime
ggwpez Jul 14, 2024
4143885
Update Kusama coretime
ggwpez Jul 14, 2024
1c0af2d
Update Treasury
ggwpez Jul 14, 2024
7fed1b4
Update collectives
ggwpez Jul 14, 2024
0265664
Mock weights
ggwpez Jul 14, 2024
36c9a7f
Kusama coretime revenue integration (#384)
s0me0ne-unkn0wn Jul 17, 2024
6ca6fcb
re-enable & bump encointer to polkadot-v1.14.0 (#385)
clangenb Jul 17, 2024
0be46e0
Clippy
ggwpez Jul 17, 2024
af19be5
Merge remote-tracking branch 'origin/main' into oty-update-1-14
ggwpez Jul 17, 2024
b0b1a81
Update CHANGELOG
ggwpez Jul 17, 2024
4104b17
Clippy
ggwpez Jul 17, 2024
235d14e
Clippy
ggwpez Jul 17, 2024
b2be560
Fixes
ggwpez Jul 17, 2024
30d1345
Fix changelog
ggwpez Jul 17, 2024
e3fca1e
Re-enable `request_revenue_info_at` in CoretimeInterface (#393)
seadanda Jul 18, 2024
9740965
Merge remote-tracking branch 'origin/main' into oty-update-1-14
ggwpez Jul 18, 2024
6b9d388
Update CHANGELOG.md
ggwpez Jul 19, 2024
3dea8bf
Update system-parachains/coretime/coretime-kusama/src/coretime.rs
ggwpez Jul 26, 2024
604381c
Update CHANGELOG.md
ggwpez Jul 26, 2024
9b1529e
Link issue numbers to TODOs
ggwpez Jul 26, 2024
e3b2d53
Merge remote-tracking branch 'origin/main' into oty-update-1-14
ggwpez Jul 26, 2024
cce6316
Post merge fixup
ggwpez Jul 26, 2024
b74a51f
fmt
ggwpez Jul 26, 2024
d84c74a
Try to make XCM runtime API compile
ggwpez Jul 26, 2024
b912cd0
Fix benchmark
ggwpez Jul 26, 2024
6c529ef
Fix benchmarks
ggwpez Jul 26, 2024
04c308b
Merge branch 'main' into oty-update-1-14
fellowship-merge-bot[bot] Jul 29, 2024
ab7f497
Merge remote-tracking branch 'origin/main' into oty-update-1-14
ggwpez Jul 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- Kusama: Relay General Admin Origin mapping to xcm Location ([polkadot-fellows/runtimes#383](https://github.com/polkadot-fellows/runtimes/pull/383))

### Changed

- Bounties: Remove payout delay ([polkadot-fellows/runtimes#386](https://github.com/polkadot-fellows/runtimes/pull/386))

## [1.2.8] 03.07.2024
ggwpez marked this conversation as resolved.
Show resolved Hide resolved

### Added

- Introduce a new dispatchable function `set_partial_params` in `pallet-core-fellowship` ([SDK v1.14 #3843](https://github.com/paritytech/polkadot-sdk/pull/3843) from [#381](https://github.com/polkadot-fellows/runtimes/pull/381)).
- RFC-5: Add request revenue info ([SDK v1.14 #3940](https://github.com/paritytech/polkadot-sdk/pull/3940) from [#381](https://github.com/polkadot-fellows/runtimes/pull/381)).
- Introduce a new dispatchable function `set_partial_params` in `pallet-core-fellowship` ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #3843](https://github.com/paritytech/polkadot-sdk/pull/3843)).
- RFC-5: Add request revenue info ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #3940](https://github.com/paritytech/polkadot-sdk/pull/3940)).
- Core-Fellowship: new `promote_fast` call ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4877](https://github.com/paritytech/polkadot-sdk/pull/4877)).
- Pallet ranked collective: max member count per rank ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4807](https://github.com/paritytech/polkadot-sdk/pull/4807)).
- Pallet assets: optional auto-increment for the asset ID ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4757](https://github.com/paritytech/polkadot-sdk/pull/4757)).
ggwpez marked this conversation as resolved.
Show resolved Hide resolved

#### From [#322](https://github.com/polkadot-fellows/runtimes/pull/322):

- Add `claim_assets` extrinsic to `pallet-xcm` ([SDK v1.9 #3403](https://github.com/paritytech/polkadot-sdk/pull/3403)).
Expand Down Expand Up @@ -46,6 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Changed

- Bounties: Remove payout delay ([polkadot-fellows/runtimes#386](https://github.com/polkadot-fellows/runtimes/pull/386)).

#### From [#322](https://github.com/polkadot-fellows/runtimes/pull/322):

- AdaptPrice trait is now price controlled ([SDK v1.13 #4521](https://github.com/paritytech/polkadot-sdk/pull/4521)).
Expand All @@ -63,6 +64,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Fix claim queue size ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4691](https://github.com/paritytech/polkadot-sdk/pull/4691)).
- `pallet-referenda`: Ensure to schedule referendas earliest at the next block ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4823](https://github.com/paritytech/polkadot-sdk/pull/4823)).
ggwpez marked this conversation as resolved.
Show resolved Hide resolved
- Don't partially modify HRMP pages ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4710](https://github.com/paritytech/polkadot-sdk/pull/4710)).

#### From [#322](https://github.com/polkadot-fellows/runtimes/pull/322):

- CheckWeight checks for combined extrinsic length and proof size ([SDK v1.12 #4326](https://github.com/paritytech/polkadot-sdk/pull/4326)).
Expand Down Expand Up @@ -97,6 +102,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Removed

- Remove deprecated calls from treasury pallet ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #3820](https://github.com/paritytech/polkadot-sdk/pull/3820)).
- Treasury pallet: - remove unused config parameters ([runtimes#381](https://github.com/polkadot-fellows/runtimes/pull/381), [SDK v1.14 #4831](https://github.com/paritytech/polkadot-sdk/pull/4831)).

#### From [#322](https://github.com/polkadot-fellows/runtimes/pull/322):

- Deprecate dmp-queue pallet ([SDK v1.13 #4475](https://github.com/paritytech/polkadot-sdk/pull/4475)).
Expand Down
Loading
Loading