Skip to content

Releases: osmosis-labs/mesh-security

refs/tags/v0.6.0

24 Aug 03:29
2f0ea46
Compare
Choose a tag to compare

0.6.0

  • Implement Value Ranges instead of Locking #98
  • tests: Remove unused packages/mocks #110
  • Update sylvia #105

refs/tags/v0.5.0-alpha.1

25 Jul 05:41
7087207
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

28 Jun 09:33
9b4b596
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

27 Jun 18:05
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

27 Jun 18:53
9f567ff
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

23 Jun 13:17
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

23 Jun 09:55
158d25e
Compare
Choose a tag to compare

0.3.0-beta

  • IBC specification is added to the documents.
  • IBC types and logic added to mesh-api::ibc
  • converter and external-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

22 Jun 08:02
39712e6
Compare
Choose a tag to compare

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

05 Jun 19:38
3a7372f
Compare
Choose a tag to compare

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

02 Jun 13:36
Compare
Choose a tag to compare

Release 0.2.0-alpha.X

Just testing the build process here, don't really use