One of the main changes here is state change during migration.
contract_info
key is overloaded, as CW2 uses it. So we move our ContractInfo
to whoami_contract_info
.
While we're doing state changes, we change the symbol from WHO
to DENS
since that's what people refer to the project as.
What's Changed
- Update juno version by @the-frey in #77
- Bump juno versions up to v6.0.0 by @the-frey in #79
- bump versions, add additional post migration check by @the-frey in #80
- Bump deps, add test by @the-frey in #82
- ci: log response from contract info call after migrate by @the-frey in #81
Full Changelog: v0.6.1...v0.7.0