Skip to content

Instantly share code, notes, and snippets.

@hschoenburg
Last active April 24, 2020 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hschoenburg/10251d170ec6be337772f2bc17b8d71d to your computer and use it in GitHub Desktop.
Save hschoenburg/10251d170ec6be337772f2bc17b8d71d to your computer and use it in GitHub Desktop.
panic: invalid character -- Amino:JSON int/int64/uint/uint64 expects quoted values for javascript numeric support, got: 0.
goroutine 1 [running]:
github.com/tendermint/go-amino.(*Codec).MustUnmarshalJSON(0xc000542460, 0xc00049f500, 0x6f7, 0x700, 0x1276340, 0xc000bd7fc0)
github.com/tendermint/go-amino@v0.15.1/amino.go:445 +0x8a
github.com/cosmos/cosmos-sdk/x/auth.AppModule.InitGenesis(0x1907080, 0xc000d09a40, 0x18d4a80, 0xc0004cd9c0, 0x1907080, 0xc000d09a40, 0x1903260, 0xc000d09a40, 0x18d4a80, 0xc0004cda50, ...)
github.com/cosmos/cosmos-sdk@v0.34.4-0.20200423194215-1cd1d088df05/x/auth/module.go:120 +0xa1
github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(0xc000543110, 0x18e8540, 0xc000042068, 0x1900b60, 0xc000bd7ec0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
github.com/cosmos/cosmos-sdk@v0.34.4-0.20200423194215-1cd1d088df05/types/module/module.go:267 +0x298
github.com/cosmos/gaia/app.(*GaiaApp).InitChainer(0xc0000a1800, 0x18e8540, 0xc000042068, 0x1900b60, 0xc000bd7ec0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
github.com/cosmos/gaia/app/app.go:375 +0x138
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000523b80, 0x10a1918, 0xed633edc2, 0x0, 0xc000ce08a0, 0x9, 0xc000bd7e00, 0x257dcb0, 0x0, 0x0, ...)
github.com/cosmos/cosmos-sdk@v0.34.4-0.20200423194215-1cd1d088df05/baseapp/abci.go:40 +0x2a7
github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc000d0dd40, 0x10a1918, 0xed633edc2, 0x0, 0xc000ce08a0, 0x9, 0xc000bd7e00, 0x257dcb0, 0x0, 0x0, ...)
github.com/tendermint/tendermint@v0.33.4/abci/client/local_client.go:223 +0xf8
github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0xc00057b600, 0x10a1918, 0xed633edc2, 0x0, 0xc000ce08a0, 0x9, 0xc000bd7e00, 0x257dcb0, 0x0, 0x0, ...)
github.com/tendermint/tendermint@v0.33.4/proxy/app_conn.go:65 +0x6b
github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(0xc00002b0a8, 0xa, 0x0, 0xc000ce0e00, 0x6, 0xc000ce0e20, 0x9, 0x0, 0x0, 0x0, ...)
g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment