Releases: DLC-link/dlc-solidity
Releases · DLC-link/dlc-solidity
v3.2.2
What's Changed
- update README by @scolear in #105
- Arbitrum Mainnet Migration by @scolear in #104
- feat: remove migration functions by @scolear in #106
- Mainnet deployment by @scolear in #107
- chore: update new Mainnet chain launch scripts by @scolear in #108
- chore: remove blacklisting from arb deployment by @scolear in #109
- chore: add icon and update readme by @scolear in #110
- multi-chain-scripts initial setup by @scolear in #111
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- feat: set fee recipient for vault by @scolear in #85
- Fix: Network name by @scolear in #86
- chore: adding audit reports by @scolear in #87
- feat: modify set status pending by @Polybius93 in #89
- Change symbol() for dlcBTC by @scolear in #88
- BaseSep and Sepolia deployments by @scolear in #90
- Arbsep upgrade by @scolear in #91
- 3.2.0-devnet by @scolear in #92
- ref: remove blacklisting by @scolear in #101
- fix: upgrade script by @scolear in #102
- Base deployment by @scolear in #103
Full Changelog: v3.1.5...v3.2.1
v3.1.5-beta
What's Changed
- Contract Unification by @scolear in #74
- Optimism & Base Deployment by @scolear in #76
- MetaTrust Audit Recommendations by @scolear in #79
- Post Audit redeployments by @scolear in #80
- feat: add getter functions by @scolear in #81
- chore: redeploy with getter functions by @scolear in #82
Full Changelog: v3.1.4...v3.1.5-beta
v3.1.4
What's Changed
Contracts have been unified into DLCManager.
- new arbsepolia deployment by @scolear in #63
- fix: remove version conflict by @scolear in #64
- Hardhat Dockerization by @scolear in #61
- fix: commitment to bytes script by @scolear in #65
- Mainnet token deployment by @scolear in #62
- Script to set BTC mint/redeem fee by @scolear in #66
- feat: set deposit limits script by @scolear in #67
- Overloading mint & burn by @scolear in #68
- feat: tighten roles on burn/mint by @scolear in #69
- feat: better docker setup for local dev by @scolear in #70
- fix: minterOrOwner by @scolear in #72
Full Changelog: v2.4.3...v3.1.4
v2.4.0
First stable release on Arbitrum Mainnet
See the three contracts here:
DLCManager
https://arbiscan.io/address/0x20157DBAbb84e3BBFE68C349d0d44E48AE7B5AD2
TokenManager
https://arbiscan.io/address/0x2940fcbb3c32901df405da0e96fd97d1e2a53f34
dlcBTC
https://arbiscan.io/address/0x050c24dbf1eec17babe5fc585f06116a259cc77a
What's Changed
- Remove Attestor management by @scolear in #31
- Audit Updates and ERC4626 by @scolear in #30
- dlcBTC and upgradeability by @scolear in #29
- feat: refundDelay in DLCManager by @scolear in #32
- feat: BTC fee system in DLC storage by @scolear in #35
- feat: modifies transfer dlcbtc function and goerli deployment by @Polybius93 in #37
- dlcBTC by @scolear in #36
- deploy to BOB testnet by @scolear in #38
- Feat/psbt updates by @scolear in #40
- Pre-Audit cleanups by @scolear in #41
- feat: TSS commitment by @scolear in #42
- Audit Fixes by @scolear in #43
- Arbitrum Sepolia & New Fields by @scolear in #44
- Sepolia redeploy by @scolear in #45
- set-attestor-gpk script by @scolear in #46
- Upgradeable token by @scolear in #47
- Better scripts by @scolear in #49
- arbsepolia redeploy by @scolear in #50
- feat: add defaultAdmin as initializer param by @scolear in #51
- feat: set tss commitment to timestamp by @scolear in #53
- feat: more multisig checks by @scolear in #54
- Mainnet deployment by @scolear in #55
- remove versioning from dFs by @scolear in #57
- add arbsepolia etherscan config by @scolear in #56
- CCIP & PoR by @scolear in #58
- Mainnet updates by @scolear in #60
New Contributors
- @Polybius93 made their first contribution in #37
Full Changelog: v2.0.0...v2.4.0