Releases: RigoBlock/v3-contracts
Releases · RigoBlock/v3-contracts
Release v1.5.0
Release v1.4.2
Release v1.4.1
Release v1.4.0
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
Release v1.3.0
Release v1.2.0
1.2.0 (2023-02-07)
Bug Fixes
- first proposal id = 1 (a747a55)
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
Release v1.1.1
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)