Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix xiond export #162

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Fix xiond export #162

merged 2 commits into from
Feb 21, 2024

Conversation

froch
Copy link
Contributor

@froch froch commented Feb 2, 2024

Requires: burnt-labs/abstract-account#3


panic: interface conversion: *types.AbstractAccount is not types.GenesisAccount: missing method Validate

goroutine 31 [running]:
github.com/cosmos/cosmos-sdk/x/auth/keeper.AccountKeeper.ExportGenesis.func1({0x3f48b40?, 0xc0038d4160})
        github.com/cosmos/[email protected]/x/auth/keeper/genesis.go:43 +0x3d
github.com/cosmos/cosmos-sdk/x/auth/keeper.AccountKeeper.IterateAccounts({{0x3f14588, 0xc0013211e0}, {0x3f48520, 0xc000bf00c0}, 0xc001325f20, 0x3a12e60, {0x3f16a68, 0xc001321550}, {0xc00117e300, 0x2b}}, ...)
        github.com/cosmos/[email protected]/x/auth/keeper/account.go:104 +0x185
github.com/cosmos/cosmos-sdk/x/auth/keeper.AccountKeeper.ExportGenesis({{0x3f14588, 0xc0013211e0}, {0x3f48520, 0xc000bf00c0}, 0xc001325f20, 0x3a12e60, {0x3f16a68, 0xc001321550}, {0xc00117e300, 0x2b}}, ...)
        github.com/cosmos/[email protected]/x/auth/keeper/genesis.go:42 +0x165
github.com/cosmos/cosmos-sdk/x/auth.AppModule.ExportGenesis({{}, {{0x3f14588, 0xc0013211e0}, {0x3f48520, 0xc000bf00c0}, 0xc001325f20, 0x3a12e60, {0x3f16a68, 0xc001321550}, {0xc00117e300, ...}}, ...}, ...)
        github.com/cosmos/[email protected]/x/auth/module.go:162 +0x7c
github.com/cosmos/cosmos-sdk/types/module.(*Manager).ExportGenesisForModules.func1({0x7f092d31da58, 0xc0007cc310}, 0xc004717320?)
        github.com/cosmos/[email protected]/types/module/module.go:402 +0xf3
created by github.com/cosmos/cosmos-sdk/types/module.(*Manager).ExportGenesisForModules
        github.com/cosmos/[email protected]/types/module/module.go:400 +0x4b1

@froch froch merged commit 297894a into main Feb 21, 2024
10 checks passed
@froch froch deleted the froch/export branch February 21, 2024 16:39
2xburnt added a commit that referenced this pull request Dec 21, 2024
git diff v3.1.1 - ''

## 🛠️  Upgrades

- Pfm migration
   - PR: #176

## What's Changed
* Open up cors on the xion testnet docker build by @justinbarry in #140
* remove dependabot by @ash-burnt in #143
* AA Signature by @edjroz in #131
* JWT Integration Test by @ash-burnt in #129
* Fix `xiond export` by @froch in #162
* Point upgrades of cosmos/wasm/ibc dependencies by @ash-burnt in #159
* Trigger GH workflows on tags by @froch in #169
* Fix Docker build by @froch in #170
* Fix wasmvm version and checksums by @froch in #171
* query endpoints for webauthn validation by @ash-burnt in #147
* JWK Module + JWT Verification by @ash-burnt in #158
* ACL  by @ash-burnt in #164
* Pfm migration  by @edjroz in #176

**Full Changelog**: v3.1.0...v3.1.1
2xburnt added a commit that referenced this pull request Dec 21, 2024
## 🛠️  Upgrades

- Pfm migration
   - PR: #176

## What's Changed
* Open up cors on the xion testnet docker build by @justinbarry in #140
* remove dependabot by @ash-burnt in #143
* AA Signature by @edjroz in #131
* JWT Integration Test by @ash-burnt in #129
* Fix `xiond export` by @froch in #162
* Point upgrades of cosmos/wasm/ibc dependencies by @ash-burnt in #159
* Trigger GH workflows on tags by @froch in #169
* Fix Docker build by @froch in #170
* Fix wasmvm version and checksums by @froch in #171
* query endpoints for webauthn validation by @ash-burnt in #147
* JWK Module + JWT Verification by @ash-burnt in #158
* ACL  by @ash-burnt in #164
* Pfm migration  by @edjroz in #176

**Full Changelog**: v3.1.0...v3.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants