Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
53848f2
AssetHub Polkadot runtime governance tests
karolk91 Jun 24, 2025
29fdae3
asset-hub-polkadot/tests/tests.rs formatting
karolk91 Jun 24, 2025
f7fd878
Kusama Asset Hub governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
63264cb
Polkadot Collectives governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
ef345be
Kusama Bridge Hub governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
953c071
Polkadot Bridge Hub governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
cd25eba
Polkadot Coretime governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
162cd0b
Kusama Coretime governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
9ecf93d
Kusama People governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
b0f9ee2
Polkadot People governance_authorize_upgrade_works tests
karolk91 Jun 24, 2025
256705e
coretime-kusama/src/tests.rs formatting
karolk91 Jun 24, 2025
d4f27a6
Add CHANGELOG.md entry
karolk91 Jun 24, 2025
b3abdc4
Kusama Encointer governance_authorize_upgrade_works tests
karolk91 Jun 25, 2025
b5a8792
Move GovernanceLocation definition to common package
karolk91 Jun 25, 2025
4c22aa3
Add missing Encointer tests folder
karolk91 Jun 25, 2025
4ebe058
Governance integration tests on Kusama (by karolk91) (for OpenGov on RC)
bkontur Jun 25, 2025
e9f34fe
Merge pull request #3 from bkontur/bko-on-kk-governance-tests-main
karolk91 Jun 26, 2025
04b452b
Add Polkadot governance integration tests
karolk91 Jun 26, 2025
47bcf1b
Fix zepter check findings
karolk91 Jun 26, 2025
13cd583
Apply suggestions from code review
karolk91 Jun 26, 2025
d1fe976
Assert whitelisted event for Kusama tests
karolk91 Jun 26, 2025
1b419d2
Merge remote-tracking branch 'upstream/main' into kk-governance-tests…
karolk91 Jul 3, 2025
18902b4
Merge branch 'main' into kk-governance-tests-main
bkontur Jul 8, 2025
2f57c56
Bump `emulated-integration-tests-common` from `polkadot-stable2503-7-…
bkontur Jul 9, 2025
a2c455f
Change assert to assert_eq
bkontur Jul 9, 2025
58574bb
Deps cleanup
bkontur Jul 9, 2025
b3400e3
Bump nit
bkontur Jul 10, 2025
d0c6a9a
Ping CI - docker, docker...
bkontur Jul 10, 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Test cases for all system chains to verify if parachain is able to process authorize_upgrade call as if it was received from governance chain ([polkadot-fellows/runtimes/pull/783](https://github.com/polkadot-fellows/runtimes/pull/783))

### Changed

- 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))
Expand Down
Loading
Loading