Skip to content

Releases: open-dollar/od-contracts

v1.7.2 - Basic Actions

18 Jun 23:00
Compare
Choose a tag to compare

Changes

New BasicActions.sol 0x9493767f055f6fca8e914205ce9e9a1c252323c0

BasicActions has been deployed with the following new changes:

  • Allow transfer collateral to another vault caa16cc
  • Calling protectSAFE now gives the correct permissions for a vault saviour 04ddd4b. Note: when removing a saviour, allowSAFE should be called to revoke permissions.

v1.7.1 - Basic Actions

04 May 00:08
Compare
Choose a tag to compare

Changes

  • Deployed new basic actions contract to fix debt precision issue #674

Protocol updates (performed 5/1/24)

v1.7.0 - Arbitrum Protocol Deployment

04 May 00:05
f1077af
Compare
Choose a tag to compare

Contracts Deployed

  • Protocol contracts (SystemCoin, Vault721, SafeEngine, etc.) deployed at tag v1.7.0
  • TimelockController was deployed at commit 76cc6d1
  • ODGovernor was deployed at tag v1.6.5-governance
  • Oracle factories (Chainlink, Camelot, and Denominated) were deployed from repo od-relayer at tag v1.70
  • Protocol Token (ODG) was deployed at tag v1.5.9

v1.6.5-governance

21 Apr 19:31
Compare
Choose a tag to compare

v1.6.5-rc.1

10 Apr 19:57
Compare
Choose a tag to compare

Changes

  • Fixed all findings from the Quantstamp audit (published soon)
  • Updated Solidity to v0.8.20
  • Update Open Zeppelin to v4.9.6 (ODGovernor will be redeployed and updated)

v1.6.4

05 Mar 01:15
Compare
Choose a tag to compare
v1.6.4 Pre-release
Pre-release

Changes

  • v1.6.3 branch feature/hai-audit-fixes is the release which was sent for audit
  • On 3/1 pen tester team asked for a deployment of the v1.6.3 contracts
  • In order to deploy, a few changes to the scripts were needed. @daopunk created the audit-deploy branch with the necessary changes, and deployed the protocol to Arbitrum Sepolia. The new Pentest contract addresses can be found in script/SepoliaContracts.s.sol
  • This PR shows the "Pentest" changes
  • A new contract release will be created using this branch targeting v1.6.4
  • A new od-app deployment will be made using the v1.6.4 release

v1.6.3

13 Feb 18:33
cfb3874
Compare
Choose a tag to compare

Includes latest HAI inherited changes

v1.6.2

09 Feb 17:44
6fbe167
Compare
Choose a tag to compare

Release for audit

Changes:

  • HAI merge to include Solidified audit fixes

v1.6.1

02 Feb 22:56
Compare
Choose a tag to compare

Changes

  • taxCollector call in BasicActions
  • Remove safeHandler check in SafeManager
  • Update ODGovernor, government script
  • Refactor Anvil tests

Deployment - Governance

01 Feb 21:57
Compare
Choose a tag to compare
Pre-release

Governance contracts deployed at 76cc6d1 using DeployGovernance.s.sol

Refer to the docs for more information about Open Zeppelin Governance

// Governance Settings
uint256 constant MAINNET_INIT_VOTING_DELAY = 7200; // 1 day
uint256 constant MAINNET_INIT_VOTING_PERIOD = 50_400;  // 7 days
uint256 constant MAINNET_INIT_PROP_THRESHOLD = 10_000 * 1e18; // 10k ODG
uint256 constant MAINNET_INIT_VOTE_QUORUM = 2; // 0.2% using a custom denominator of 1000