Skip to content

Releases: RigoBlock/v3-contracts

Release v1.5.0

25 Nov 15:31
Compare
Choose a tag to compare

1.5.0 (2023-11-25)

Features

  • remove deprecated self custody code (5cf93f9)

Release v1.4.2

11 Nov 10:51
Compare
Choose a tag to compare

1.4.2 (2023-11-11)

Bug Fixes

  • gas optimization on initialization revert (7a36acd)
  • revert with wrong pool initialization (5cb1cb8)
  • update version in implementation deployment constants (f6beeb8)

Reverts

  • Revert "chore: fix check pr title workflow" (911ad15)

Release v1.4.1

09 Sep 10:47
Compare
Choose a tag to compare

1.4.1 (2023-09-09)

Bug Fixes

Release v1.4.0

09 Sep 07:45
Compare
Choose a tag to compare

1.4.0 (2023-09-09)

Bug Fixes

  • allow swapping for base token if not whitelisted (8c77a25)
  • assert pool is owner of position it is adding liquidity to (5e29af0)
  • correctly retrieve tokenOut in uniswap adapter (19bbbff)
  • correctly retrieve tokens from path in uniswap adapter (2b804b2)
  • modify visibility of internal method (7dc1914)
  • remove implementation of sweep methods (9f00adb)
  • support multi-hop uni v2 swaps (c2f672b)

Features

  • do not store npm adapter 'params' in memory (ddf84e3)
  • update copy and set approval only if positive amount (2115d2c)

Release v1.3.0

09 Feb 15:21
Compare
Choose a tag to compare

1.3.0 (2023-02-09)

Bug Fixes

  • allow executing during voting period when qualified (296cda7)

Features

  • add governance adapter (99d193a)
  • add governance adapter interface to pool extended interface (5c767ce)

Release v1.2.0

07 Feb 11:38
Compare
Choose a tag to compare

1.2.0 (2023-02-07)

Bug Fixes

Features

  • add governance contracts (36a4eda)
  • add governance strategy (47dc9f2)
  • add salt to EIP-712 domain, hash governance strategy (82efffb)
  • allow instant execution if > 2/3 of all active stake in support (8057d5a)
  • assert valid governance init params (7d2fa59)
  • move proposal state verification to strategy (d04f51c)
  • return proposal list in proposal wrapper tuple (13a26df)
  • revert with rich error when execution fails (1b177af)
  • safer governance implementation initialization (a06b0a5)
  • simplify domain separator computation (3977e77)
  • split governance in subcontracts and abstract storage (c8dad0f)
  • split governance interface in subcontracts and reorg code (aceba44)
  • update EIP-712 domain at implementation upgrade (2849adb)
  • upgrade governance strategy (939fecb)
  • validate params in governance strategy (4136a57)

Release v1.1.2

18 Jan 10:50
Compare
Choose a tag to compare

1.1.2 (2023-01-18)

Bug Fixes

  • add InflationL2.sol contract (97b12de)
  • hardcode inflation address in staking on L2s (bf7a8e6)
  • retrieve chainId in staking constructor without using assembly (0e8ea5a)
  • update husky script (68f55eb)

Release v1.1.1

26 Oct 10:16
Compare
Choose a tag to compare

1.1.1 (2022-10-26)

Bug Fixes

  • add uniswap extended uniswap methods (64ef4a3)
  • deprecate LibSafeMath in staking (d5fc4a9)
  • initialize staking pal to null address if is operator (caeec6d)
  • internal constants renaming with _ (b953767)
  • IStorage missing methods, removed non implemented plus docs (f39cfc3)
  • minor staking variables renaming (3ed91f5)
  • mixin deployment constants (4d5014d)
  • remove use of LibSafeMath in staking (8216d2f)
  • simplify math operationsin stake storage (fa62f7b)
  • update multicall interface with extended methods (46eac10)
  • upgrade minimum rigo token interfaces solc (7ac33a1)

Release v1.1.0

19 Oct 16:53
Compare
Choose a tag to compare

1.1.0 (2022-10-19)

Features

  • upgrade version to v3.0.1 (999e9bf)

Release v0.11.1

19 Oct 16:01
Compare
Choose a tag to compare

0.11.1 (2022-10-19)

Bug Fixes

  • upgrade action-semantic-pull-request to v5.0.2 (14170ed)
  • upgrade actions/checkout in release action (cdcd1bc)
  • upgrade ci v3-contracts (d80e9eb)