Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-dollar/od-contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6cdc848
Choose a base ref
...
head repository: open-dollar/od-contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 43 files changed
  • 5 contributors

Commits on Apr 24, 2024

  1. 4 21 24 deployment (#643)

    * Update ODGovernor to be compatible with OZv4.9.6
    
    * Add relayers and salts
    
    * Added ARB coinjoin delegation, skipping relayer factories already deployed
    
    * Update readme and license
    
    * Update PI settings
    
    * Update mainnet params
    
    * fix vault721 auths
    
    * v1.7.0
    
    * Ensure delegation in coinjoin
    
    * update arb delegatable cjoin
    
    * Update salts
    
    * add mainnet deployment output
    
    * Add MainnetContracts.s.sol
    
    * verified deployment
    
    * Cleanup deploy logic
    
    * reduce fuzz runs, increase max rejections
    
    * reduce vm.assumes in test_Revert_IntOverflow_1 test
    
    ---------
    
    Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com>
    Co-authored-by: Hunter King <hking6776@gmail.com>
    3 people authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8fd02f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Add script DeployVault721Mainnet (#648)

    * Update ODGovernor to be compatible with OZv4.9.6
    
    * Add relayers and salts
    
    * Added ARB coinjoin delegation, skipping relayer factories already deployed
    
    * Update readme and license
    
    * Update PI settings
    
    * Update mainnet params
    
    * fix vault721 auths
    
    * v1.7.0
    
    * Ensure delegation in coinjoin
    
    * update arb delegatable cjoin
    
    * Update salts
    
    * add mainnet deployment output
    
    * Add MainnetContracts.s.sol
    
    * verified deployment
    
    * Add script DeployVault721Mainnet
    
    * pulling rebase
    
    * removed extra 'startBroadcast' line
    
    * added mainnet output folder
    
    * updated ModifyParameters.json  just need to paste in the new SafeManager address in the data field
    
    * updated address in modify params json
    
    * add redeploy script
    
    * deleted enter system from basic actions
    
    * edit log text
    
    * added mainnet deployment verification script and updated the mainnetparams.s.sol to match what's in the hack md.
    
    * missing files added and linted
    
    * adjusted for correct params, uncommented commented script.  clean up.
    
    * added a couple more console logs for clarity
    
    * Update name and Symbol
    
    * Cleanup deploy logic
    
    * Update registry to avoid create2 collision
    
    * Update audits
    
    * 4 21 24 deployment (#643)
    
    * Update ODGovernor to be compatible with OZv4.9.6
    
    * Add relayers and salts
    
    * Added ARB coinjoin delegation, skipping relayer factories already deployed
    
    * Update readme and license
    
    * Update PI settings
    
    * Update mainnet params
    
    * fix vault721 auths
    
    * v1.7.0
    
    * Ensure delegation in coinjoin
    
    * update arb delegatable cjoin
    
    * Update salts
    
    * add mainnet deployment output
    
    * Add MainnetContracts.s.sol
    
    * verified deployment
    
    * Cleanup deploy logic
    
    * reduce fuzz runs, increase max rejections
    
    * reduce vm.assumes in test_Revert_IntOverflow_1 test
    
    ---------
    
    Co-authored-by: Patrick Gallagher <blockchainbuddha@gmail.com>
    Co-authored-by: Hunter King <hking6776@gmail.com>
    
    * add links to reports
    
    * add revoke script (#652)
    
    * add revoke script
    
    * added safeEngine modifyParams
    
    * add yarn commands
    
    * follow contracts naming pattern
    
    * add deployStaticOracle script
    
    * Redeploy vault 721
    
    * deployed vault721, intialized, deployed safemanager
    
    * vault721 and static oracle deploy
    
    * Update MainnetContracts.s.sol
    
    * Remove unused proposal
    
    * Remove unused proposals
    
    * Add UpdateOracles script
    
    * Add update stability fee
    
    * Add back CHAINLINK_CBETH_ETH_FEED
    
    * Fix failing test for RedeployVault721
    
    ---------
    
    Co-authored-by: jschiarizzi <9449596+cupOJoseph@users.noreply.github.com>
    Co-authored-by: MrDeadCe11 <mister.deadce11@gmail.com>
    Co-authored-by: Hunter King <hking6776@gmail.com>
    Co-authored-by: huntrr <50965054+daopunk@users.noreply.github.com>
    5 people authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bb75502 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. update forge docs

    pi0neerpat committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9e3e250 View commit details
    Browse the repository at this point in the history
Loading