Releases: osmosis-labs/mesh-security
refs/tags/v0.6.0
refs/tags/v0.5.0-alpha.1
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support IBC- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
TODO: Dynamic updates - Staking protocol (Provider -> Consumer)
- Rewards protocol (Consumer -> Provider -> Consumer)
refs/tags/v0.4.0-alpha.1
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support ibc- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
- WIP: Staking protocol (Provider -> Consumer)
- TODO: Reward protocol (Consumer -> Provider)
refs/tags/v0.3.0-rc.1
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support ibc- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
- WIP: Staking protocol (Provider -> Consumer)
- TODO: Reward protocol (Consumer -> Provider)
refs/tags/v0.3.0
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support ibc- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
- WIP: Staking protocol (Provider -> Consumer)
- TODO: Reward protocol (Consumer -> Provider)
refs/tags/v0.3.0-beta.2
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support ibc- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
- WIP: Staking protocol (Provider -> Consumer)
- TODO: Reward protocol (Consumer -> Provider)
refs/tags/v0.3.0-beta.1
0.3.0-beta
- IBC specification is added to the documents.
- IBC types and logic added to
mesh-api::ibc
converter
andexternal-staking
support ibc- Handshake and channel creation
- Validator sync protocol (Consumer -> Provider)
- WIP: Staking protocol (Provider -> Consumer)
- TODO: Reward protocol (Consumer -> Provider)
refs/tags/v0.3.0-alpha.1
Release 0.2.0
This has a complete implementation of the Provider side, except the external staking
contracts don't send any IBC packets. The main purpose of these contracts is to allow
development and testing of the frontend, as all user interactions will be with the
provider contracts. Please create issues for any missing queries, so we can add them.
We has some stub contracts for the consumer side. They are incomplete and not tested,
but at least a rough draft of the required functionality for the virtual-staking
contract which can be used to test the virtual staking sdk module
refs/tags/v0.2.0
Release 0.2.0
This has a complete implementation of the Provider side, except the external staking
contracts don't send any IBC packets. The main purpose of these contracts is to allow
development and testing of the frontend, as all user interactions will be with the
provider contracts. Please create issues for any missing queries, so we can add them.
We has some stub contracts for the consumer side. They are incomplete and not tested,
but at least a rough draft of the required functionality for the virtual-staking
contract which can be used to test the virtual staking sdk module
refs/tags/v0.2.0-alpha.3
Release 0.2.0-alpha.X
Just testing the build process here, don't really use