Skip to content

Commit

Permalink
feat: v0.2 migrations (#100)
Browse files Browse the repository at this point in the history
* 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
Pitasi authored Mar 20, 2024
1 parent 81baa56 commit 1b30e1a
Show file tree
Hide file tree
Showing 484 changed files with 160,116 additions and 38,959 deletions.
911 changes: 911 additions & 0 deletions api/warden/warden/v1beta1/genesis.pulsar.go

Large diffs are not rendered by default.

1,844 changes: 1,844 additions & 0 deletions api/warden/warden/v1beta1/key.pulsar.go

Large diffs are not rendered by default.

1,712 changes: 1,712 additions & 0 deletions api/warden/warden/v1beta1/keychain.pulsar.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b30e1a

Please sign in to comment.