Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(x/warden): keep types for both `v1beta1` and `v1beta2` to allow migrations * fix: reduce governance proposal time for testing software upgrades locally * feat(x/intent): implement v1 to v2 migration This migration will just drop all old intents. Any Action that was referring an intent will lose that reference (IntentID will be reset to 0), and if it was still Pending, it will be marked as timed out. * feat(x/warden): implement v1 to v2 migration Keychain addresses will be migrated to Keychain IDs. Space addresses will be migrated to Space IDs. Key Requests were referencing both Spaces and Keychains, so these references will be updated to point to the new IDs. * feat(wardend): plan upgrade v0.1-to-v0.2 * chore(spaceward): regen hooks * fix(spaceward): use `useWardenWardenV1Beta2` instead of just `useWardenWarden` * docs: prepare instruction for v0.2.0 upgrade
- Loading branch information