stride icon indicating copy to clipboard operation
stride copied to clipboard

txs API requests that include MsgLiquidStake fail to parse internally

Open joeabbey opened this issue 1 year ago • 5 comments

Summary of Bug

Executing a REST query against: /cosmos/tx/v1beta1/txs may fail with:

{
  "code": 2,
  "message": "codespace sdk code 2: tx parse error: Mismatched \"*types.MsgLiquidStake\": {TagNum: 2, GotWireType: \"varint\" != WantWireType: \"bytes\"}",
  "details": [
  ]
}

Version

v8.0.0

Steps to Reproduce

https://api-stride.mzonder.com/cosmos/tx/v1beta1/txs?page=1&limit=100&order_by=2&events=transfer.recipient%3D%27stride1xwazl8ftks4gn00y5x3c47auquc62ssuxqxxju%27

Screenshots

The above should be sufficient

Additional context

While it's possible to "step over" this txn, it is kind of a pain while trying to gather data for tax reporting


For Admin Use

  • [ ] Not duplicate issue
  • [ ] Appropriate labels applied
  • [ ] Appropriate contributors tagged
  • [ ] Contributor assigned/self-assigned

joeabbey avatar Apr 15 '23 15:04 joeabbey