Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5e786e0
upgrade polkadot-sdk to unstable2507
acatangiu Aug 12, 2025
91127bf
integrate #7953
acatangiu Aug 12, 2025
417986a
integrate Add optional auto-rebag within on-idle #8684
acatangiu Aug 12, 2025
5c97fa8
integrate Add XCM Precompile to pallet-xcm #8693
acatangiu Aug 12, 2025
e71f449
use correct PR number in changelog
acatangiu Aug 12, 2025
4d91ec8
temporarily disable zombienet smoke tests due to incompatible zombien…
acatangiu Aug 12, 2025
0b6b72b
temporarily disable some AHM tests, waiting for patch fix from cisco
acatangiu Aug 12, 2025
f2de69d
temporarily disable Encointer
acatangiu Aug 12, 2025
ffc3a33
fix taplo
acatangiu Aug 12, 2025
db6ac31
fix zepter
acatangiu Aug 12, 2025
5b954a5
re-enable zombienet smoke tests
acatangiu Aug 13, 2025
8bf5095
bump pallet-xcm and re-enable failing tests
acatangiu Aug 13, 2025
1ff89fb
fix runtimes unit-tests
acatangiu Aug 13, 2025
c23fa3e
temporarily disable a couple of snowbridge tests
acatangiu Aug 13, 2025
912e39e
Fix Snowbridge tests
acatangiu Aug 13, 2025
c64fd19
fix issue #837
acatangiu Aug 13, 2025
f1dcd9f
Remove TODO - create_pool_with_native_on
bkontur Aug 14, 2025
32e890e
Remove more TODOs
bkontur Aug 14, 2025
d8d31d3
fmt
bkontur Aug 14, 2025
74aa74e
Merge pull request #12 from bkontur/bko-remove-todos-on-the-way
acatangiu Aug 14, 2025
4f25155
Update relay/polkadot/src/lib.rs
acatangiu Aug 14, 2025
2a84714
fix up session keys
kianenigma Aug 14, 2025
cca66b0
fmtc
kianenigma Aug 14, 2025
2df7248
Merge pull request #13 from polkadot-fellows/kiz-integration-session-…
acatangiu Aug 14, 2025
975e35a
fix clippy
acatangiu Aug 14, 2025
b3c267f
Revert "temporarily disable Encointer"
clangenb Aug 15, 2025
f056097
Bump encointer-pallets
clangenb Aug 15, 2025
33c4055
Merge pull request #14 from encointer/cl/bump-encointer-unstable2507
acatangiu Aug 15, 2025
fedf12e
add more info to Changelog
acatangiu Aug 15, 2025
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Origin not being able to pay the existential deposit (ED) for a new account is now `StorageDepositNotEnoughFunds` and traps the caller rather then being a `TransferFailed` return code. Important since we are hiding the ED from contracts, so it should also not be an error code that must be handled.
- [#8314](https://github.com/paritytech/polkadot-sdk/pull/8314): Add RPCs in the statement store to get the statements and not just the statement data.
In statement-store, statements can contain a proof with the signature of the statement. This proof is useful to assert that the statement comes from the expected account. This proof also signs for all the statement's fields, which can also be useful information for the receiver.
- Upgrade to Polkadot-SDK `unstable2507` ([polkadot-fellows/runtimes/pull/849](https://github.com/polkadot-fellows/runtimes/pull/849))
- [#8684](https://github.com/paritytech/polkadot-sdk/pull/8684) Add optional auto-rebag within on-idle to enable incremental correction of account positions within the bags-list during the idle phase of block execution
- [#8693](https://github.com/paritytech/polkadot-sdk/pull/8693) Add XCM Precompile to pallet-xcm

### Changed

- Upgrade to Polkadot-SDK `unstable2507` ([polkadot-fellows/runtimes/pull/849](https://github.com/polkadot-fellows/runtimes/pull/849))
- [#7953](https://github.com/paritytech/polkadot-sdk/pull/7953): Add deposit for setting session keys
🚨 Setting session keys now charges a storage deposit for them. Validators should make sure they have some free balance to cover this deposit the next time they want to rotate their keys.
- Add foreign-consensus cousin Asset Hub as trusted aliaser to allow XCMv5 origin preservation for foreign-consensus parachains [polkadot-fellows/runtimes/pull/794](https://github.com/polkadot-fellows/runtimes/pull/794))
- Configure block providers for pallets requiring block context ([polkadot-fellows/runtimes/pull/813](https://github.com/polkadot-fellows/runtimes/pull/813)):
- vesting: keep using Relay Chain block provider
Expand Down
Loading
Loading