confio / tfi

Contracts for Regulated DeFi on the Tgrade blockchain
Apache License 2.0
9 stars 0 forks source link

Upgrade tfi dependencies to cosmwasm 0.16.0 and cosmwasm-plus 0.8.0-rc3 #36

Closed hashedone closed 3 years ago

hashedone commented 3 years ago

Closes #32

Upgrading mutlitest in tfi-pair to 0.8.0-rc2 fails test on querying - I am pretty sure there is a bug in query_smart function.

ethanfrey commented 3 years ago

The bug causing this is tracked here https://github.com/CosmWasm/cosmwasm-plus/pull/381

I would be happy if you get that PR passing and ready to merge. Then this should pass

hashedone commented 3 years ago

@ethanfrey tests are now passing, I also upgraded all other cosmwasm dependencies to newest rcs in all contracts.