jerohm
jerohm
I'm getting this error on first run. I'm pretty sure I have the right genesis and addrbook files. Ubuntu LTS Go 1.19 `seid start`
### Roller version Roller version v1.0.6-beta ### OS mac sonoma 14.2.1 ### Processor Architecture m2 max ### Others _No response_ ### Steps to reproduce it I see the constant failure...
Turorial code: ```go message QueryGetStoredGameRequest { string index = 1; } message QueryGetStoredGameResponse { StoredGame StoredGame = 1; } message QueryAllStoredGameRequest { cosmos.base.query.v1beta1.PageRequest pagination = 1; } message QueryAllStoredGameResponse {...