DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Patch/rpc block results errors and osmosis v21 #517

Closed pharr117 closed 9 months ago

pharr117 commented 9 months ago

This PR fixes a number of issues:

  1. Lack of Osmosis latest (v21) support for proto message types
  2. Errors in parsers due to updated log event formats
  3. RPC response unmarshalling errors for BlockResults querying due to new return types in Event and EventAttribute types
  4. Github Actions workflow failures due to precommit + golangci-lint steps causing Error 143

Closes #516 Closes #515 Closes #514