You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Asset Hub Westend chain and westend network group
* Add recovery pallet E2E test module
* Add Asset Hub Westend recovery E2E entrypoint
* Remove redundant conditional in completeRecovery helper
* Improve type safety in recovery test helpers
* Adapt recovery tests to master SDK runtime
- Rename `inheritanceOrder` to `inheritancePriority` following field rename in pallet
- Rename `LowerOrderRecovered` to `HigherPriorityRecovered` following error rename
- Increase `cancelDelay` in `cancelBeforeDelayFailsTest` and `approvalResetsTimerTest`
from 4 to 20: `RELAY_PARENT_OFFSET=1` on master AHW advances relay by 4 per block,
trivially satisfying a delay of 4 on the first `newBlock()`
- Remove strict `expect(current).toBe(target)` assertion from `fullLifecycleTest`;
relay overshoot is expected and the meaningful assertion is the event
- Flip `controlInheritedAccountProxyFilteredTest` to `controlInheritedAccountNonTransferProxyTest`:
the PR explicitly allows `control_inherited_account` through `NonTransfer` proxy
* Bump block numbers
* Move recovery tests to westend package
* Add Westend PET package
* Reduce `any` surface in recovery test helpers
Replace `Client<any, any>` with `{ api: ApiPromise }` on helpers that only
need the API. Consolidate all pallet-recovery event data field accesses into a
single `recoveryEventData` extractor, containing the unavoidable cast to one
site with an explanation. Remaining `any` casts are on `api.query.recovery`
and the event predicate — both genuinely unavoidable until pallet-recovery
gains generated TypeScript types in `@polkadot/api`.
* Add some comments to PSM storage in Asset Hub chain file
* Update block numbers
0 commit comments