Open bznein opened 3 months ago
would be nice if we could make this into a bullet list and slap the help wanted label. contributors can ask for specific subsections of it.
would be nice if we could make this into a bullet list and slap the help wanted label. contributors can ask for specific subsections of it.
great idea, done!
Summary of Bug
This is an umbrella issue to enumerate all the test files that use
tc.expPass
rather than expecting a specific error, extracted with the following command (might not cover ALL of them):To make the work easier, we can split them into the following groups and create separate issues for them
[x] modules/apps/27-interchain-accounts/controller/ (https://github.com/cosmos/ibc-go/pull/7177)
[x] modules/apps/27-interchain-accounts/host/ (https://github.com/cosmos/ibc-go/pull/7181)
[x] modules/apps/29-fee (https://github.com/cosmos/ibc-go/pull/7191)
[X] modules/apps/callbacks/ (False positive)
[x] modules/apps/transfer/ (https://github.com/cosmos/ibc-go/pull/7205)
[ ] modules/core/02-client/
[ ] modules/core/03-connection/
[ ] modules/core/04-channel/ (holding off on this one for now, see #7147)
[ ] modules/core/23-commitment/
[ ] modules/core/24-host/
[ ] modules/core/keeper
[ ] modules/light-clients/06-solomachine/
[ ] modules/light-clients/07-tendermint/
[ ] modules/light-clients/08-wasm/
[ ] Plus everything else (paths that only have one files that needs changes)
For Admin Use