Skip to content

Releases: informalsystems/hydro

V2.1.0

12 Dec 13:00
de07455
Compare
Choose a tag to compare

Date: December 12th, 2024

BUG FIXES

  • Disable voting in next round with locks that were used in previous round to vote for longer deployment proposal through the "auto-voting" mechanism.
    (#203)

FEATURES

  • Allow proposals to be created in future rounds.
    (#193)
  • Store the lockup schedule as a constant to allow programmatic updates.
    (#194)

v2.0.4

09 Dec 13:26
354c254
Compare
Choose a tag to compare

Date: December 9th, 2024

BUG FIXES

  • Remove contracts migration code from version v1.1.x to version v2.0.2 and bump contracts version to v2.0.4.
    (#200)

v2.0.3

09 Dec 09:44
c67cad3
Compare
Choose a tag to compare

Date: December 9th, 2024

BUG FIXES

  • Fix a bug that would prevent users from switching their vote under specific circumstances.
    (#195)

V2.0.2

28 Nov 14:55
1823c46
Compare
Choose a tag to compare

Date: November 28th, 2024

BUG FIXES

  • Add missing response attributes.
    (#181)

V2.0.1

25 Nov 14:59
cdbe999
Compare
Choose a tag to compare

Date: November 25th, 2024

BUG FIXES

  • Fix user votes query to take into account only active round validators and their power ratios.
    (#174)

FEATURES

  • Migrate Hydro & Tribute contracts to v2.0.1.
    (#170)
  • Do not allow short lockups to vote on proposals requesting longer liquidity deployment.
    (#175)
  • Rename "bid duration" to "deployment duration".
    (#176)
  • Allow longer locks in pilot rounds.
    (#177)

V2.0.0

18 Nov 11:58
a4a6092
Compare
Choose a tag to compare

Date: November 18th, 2024

FEATURES

  • Adjusts tributes to only be claimable if their proposal received a non-zero fund deployment.
    (#164)
  • Add a minimum liquidity request value to proposals.
    (#164)
  • Allow whitelist admins to register performed liquidity deployments in the Hydro contract.
    (#164)
  • Allow bids to set a custom duration they would like to receive liquidity for.
    (#165)

v1.1.1

06 Nov 11:06
a335635
Compare
Choose a tag to compare

Date: November 6th, 2024

BUG FIXES

  • Remove newly introduced, unused creation_time and creation_round fields from Tribute struct.
    (#168)

v1.1.0

22 Oct 09:16
5e56257
Compare
Choose a tag to compare

v1.1.0

Date: October 22nd, 2024

FEATURES

  • Adjust tribute refunding condition.
    (#146)
  • Allow refreshing multiple locks at once
    (#149)
  • Adds a migration to change the start of the first contract on an instantiated contract
    (#156)

v1.0.3

09 Oct 13:40
37af867
Compare
Choose a tag to compare

This release includes the following changes on top of the v1.0.2 release:

  • Introduction of the "pilot mode" concept. While the contract is in the pilot mode, users will be able to lock tokens only for one round.

v1.0.2

08 Oct 11:14
26bf652
Compare
Choose a tag to compare

This release includes the following changes on top of the v1.0.1 release:

  • Proposals don't get inserted into props by score immediately upon creation, but rather when someone votes for them for the first time