Skip to content

v0.44.0

Compare
Choose a tag to compare
@plafer plafer released this 04 Aug 16:30
· 234 commits to main since this release
v0.44.0
b442703

The goal with this release was to replace ClientState::{confirm_not_frozen, expired}() with ClientState::status() (#536). Updating basecoin-rs with the new changes exposed the shortcomings of having SendPacket*Context be supertraits of TokenTransfer*Context, which in turned exposed the shortcomings of having Router be a supertrait of ValidationContext. Hence, we decoupled everything!

There are consensus-breaking changes.

📖CHANGELOG