You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply API breaking changes from cosmos/cosmos-sdk#11224 into the Osmosis code. This is already in osmosis main from: osmosis-labs/cosmos-sdk#224 , so we just need to apply it to our code and check that it works / nothing broke.
Suggested Design
Apply API changes from aforementioned PR
Check that existing txs still work signed via CLI, ledger, authz CLI and authz ledger. (Can we get a golang test for this? A golang test would also help with mutation testing's highlight of a testing gap here0
Acceptance Criteria
API changes done
Golang test Txs signed in ledger format, normal format, and Authz still work. (Pass in an SDK.Msg with signer field filled)
Manual test to sanity check
The text was updated successfully, but these errors were encountered:
You can take this if you'd like. However, I would like to warn you that there is a lot of uncertainty with this. As a result, guidance and help might be limited.
The goal is to have this before the end of the current sprint (end of next week).
So if you'd like to work on something open-ended while having these constraints in mind, feel free to take this.
Please let me know if you are planning on working on this
Background
Apply API breaking changes from cosmos/cosmos-sdk#11224 into the Osmosis code. This is already in osmosis main from: osmosis-labs/cosmos-sdk#224 , so we just need to apply it to our code and check that it works / nothing broke.
Suggested Design
Apply API changes from aforementioned PR
Check that existing txs still work signed via CLI, ledger, authz CLI and authz ledger. (Can we get a golang test for this? A golang test would also help with mutation testing's highlight of a testing gap here0
Acceptance Criteria
The text was updated successfully, but these errors were encountered: