Releases: crypto-com/ibc-solo-machine
Releases · crypto-com/ibc-solo-machine
IBC Solo Machine v0.1.4
What's Changed
- Problem: dependencies are outdated by @mmsqe in #99
- Problem: channel handshake open ack failed due signature verification error by @mmsqe in #98
- Problem: release flow meets rate limit by @mmsqe in #100
- Problem: version is not aligned with release by @mmsqe in #101
New Contributors
Full Changelog: v0.1.3...v0.1.4
IBC Solo Machine v0.1.3
What's Changed
- Problem: License file is not up-to-dated by @calvinaco in #85
- Problem: Copyright is missing attribution by @calvinaco in #86
- Problem: Copyright attribution has to be updated by @calvinaco in #87
- Upgrade ibc-go and cosmos-sdk to latest version by @devashishdxt in #91
- Bump the version of crates by @devashishdxt in #92
- Update release workflow by @devashishdxt in #93
- Add write permission to release workflow by @devashishdxt in #95
New Contributors
- @calvinaco made their first contribution in #85
Full Changelog: v0.1.2...v0.1.3
IBC Solo Machine v0.1.2
IBC Solo Machine v0.1.1
What's Changed
- Problem: Outdated dependencies by @devashishdxt in #80
Full Changelog: v0.1.0...v0.1.1
IBC Solo Machine v0.1.0
Features
This release contains following features:
- Ability to perform connection handshake with an IBC enabled chain.
- Ability to mint and burn IBC tokens on IBC enabled chain.
- Support for pluggable signers using
dylib
. - Support for pluggable event handlers using
dylib
. - Support for
sqlite
andpostgres
for data storage usingcargo
features.
Compatibility
This release is compatible with chains using ibc-go v2.0.0
.
v0.0.0-alpha
This release is just to test the github workflow for creating new releases.
v0.0.0
This release is just to test the github workflow for creating new releases.