Skip to content

Conversation

@seadanda
Copy link
Contributor

@seadanda seadanda commented Mar 21, 2025

Post AHM changes for Westend Relay and Asset Hub.

Changes:

  • Add Async staking pallets to Westend Relay and Asset Hub
  • XCM stuff?
  • Deploy pallet-ah-ops
  • Deprecate pallet function pallet_utility::Pallet::<T>::derivative_account_id in favour of freestanding function pallet_utility::derivative_account_id.

seadanda and others added 10 commits March 22, 2025 14:51
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
karolk91 and others added 6 commits June 26, 2025 19:51
The benchmarks were failing because they were trying to nominate to
accounts that weren't properly registered validators. The PR #8436
correctly added validation to prevent this (fixing a silent failure),
but this broke benchmarks that had invalid setups.

Rather than create complex validator setups, we simply removed
nomination from the benchmarks entirely - which is actually more
realistic for fast-unstake usage patterns: fast-unstake is designed for
accounts that are bonded but **not actively nominating**.
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
…works when built with runtime-benchmarks

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/15910779514
Failed job name: test-linux-stable-no-try-runtime

@ggwpez ggwpez added this pull request to the merge queue Jun 27, 2025
Merged via the queue into master with commit 4e122d4 Jun 27, 2025
244 of 247 checks passed
@ggwpez ggwpez deleted the donal-ahm branch June 27, 2025 15:59
sigurpol added a commit to paritytech/polkadot-staking-miner that referenced this pull request Jun 27, 2025
Now that [SDK ](paritytech/polkadot-sdk#7997)
has been merged, we can track SDK's  `master` branch again instead of
`donal-ahm`.
sigurpol added a commit to paritytech/polkadot-staking-miner that referenced this pull request Jun 27, 2025
Now that [SDK ](paritytech/polkadot-sdk#7997)
has been merged, we can track SDK's  `master` branch again instead of
`donal-ahm`.
sigurpol added a commit to paritytech/polkadot-staking-miner that referenced this pull request Jun 30, 2025
Now that [SDK#7997](paritytech/polkadot-sdk#7997)
has been merged, we can track SDK's  `master` branch again instead of
`donal-ahm`.
alvicsam pushed a commit that referenced this pull request Oct 17, 2025
Pulling out the simple pieces of
#7997 for easier review:
- Fix `hypothetically` macro to use proper `Result` type
- Add `DefensiveTruncateInto` as counter part to `DefensiveTruncateFrom`
- Add DecodeWithMemTracking to many structs
- Make storage items public

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
alvicsam pushed a commit that referenced this pull request Oct 17, 2025
Post AHM changes for Westend Relay and Asset Hub.

Changes:
- Add Async staking pallets to Westend Relay and Asset Hub
- XCM stuff?
- Deploy pallet-ah-ops
- Deprecate pallet function
`pallet_utility::Pallet::<T>::derivative_account_id` in favour of
freestanding function `pallet_utility::derivative_account_id`.

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Iulian Barbu <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: muharem <[email protected]>
Co-authored-by: polka.dom <[email protected]>
Co-authored-by: Ankan <[email protected]>
Co-authored-by: Kian Paimani <[email protected]>
Co-authored-by: Adrian Catangiu <[email protected]>
Co-authored-by: kianenigma <[email protected]>
Co-authored-by: Ankan <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karol Kokoszka <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Paolo La Camera <[email protected]>
Co-authored-by: ordian <[email protected]>
Co-authored-by: Javier Viola <[email protected]>
Co-authored-by: Dmitry Markin <[email protected]>
Co-authored-by: Andrei Eres <[email protected]>
Co-authored-by: Tsvetomir Dimitrov <[email protected]>
Co-authored-by: Javier Viola <[email protected]>
Co-authored-by: Alexandru Gheorghe <[email protected]>
Co-authored-by: cuteolaf <[email protected]>
Co-authored-by: Michal Kucharczyk <[email protected]>
Co-authored-by: Serban Iorga <[email protected]>
Co-authored-by: PG Herveou <[email protected]>
Co-authored-by: Anthony Kveder <[email protected]>
Co-authored-by: Alexandru Vasile <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Alin Dima <[email protected]>
Co-authored-by: Iulian Barbu <[email protected]>
Co-authored-by: Steven <[email protected]>
Co-authored-by: girazoki <[email protected]>
Co-authored-by: Evgeny Svirsky <[email protected]>
Co-authored-by: Alexander Cyon <[email protected]>
Co-authored-by: Koute <[email protected]>
Co-authored-by: Afounso Souza <[email protected]>
Co-authored-by: Alexandre R. Baldé <[email protected]>
Co-authored-by: Doordashcon <[email protected]>
Co-authored-by: Alexander Theißen <[email protected]>
Co-authored-by: Victor Oliva <[email protected]>
Co-authored-by: Karol Kokoszka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T2-pallets This PR/Issue is related to a particular pallet.

Projects

Status: Released

Development

Successfully merging this pull request may close these issues.