Releases: gnosisguild/zodiac
Releases · gnosisguild/zodiac
v3.3.1 - Fixed module entry points
What's Changed
- fix workflow after script rename by @jfschwarz in #118
- Fix sdk build by @jfschwarz in #119
- Fix
prerelease
script by @jfschwarz in #120 - Fix module entrypoints by @jfschwarz in #121
Full Changelog: v3.3.0...v3.3.1
v3.3.0 - Export addresses of legacy mastercopies
What's Changed
- Add addresses of legacy mastercopies by @jfschwarz in #116
- bump version by @jfschwarz in #117
- fix workflow after script rename by @jfschwarz in #118
- Fix sdk build by @jfschwarz in #119
- Fix
prerelease
script by @jfschwarz in #120
Full Changelog: v3.2.2...v3.3.0-fix-3
v3.2.2 -- optimistic governor update
What's Changed
- Improve: Update addresses for Optimistic Governor v2 by @abg4 in #114
- bump to 3.2.2 by @samepant in #115
Full Changelog: v3.2.1...v3.2.2
v3.2.1 - update tellor module
v3.2.0 - upgrade to latest OZ version
What's Changed
- Upgrade-to-latest-oz by @auryn-macmillan in #110
- Fix guardable by @auryn-macmillan in #109
- [A2] Adds a setupModules function to modifier.sol by @auryn-macmillan in #108
Full Changelog: v3.1.0...v3.2.0
Update addresses for Optimistic Governor (oSnap)
Signed-off-by: Alex Gaines againes@umaproject.org
Implementation
Updates the optimistic governor contract addresses to include an added ProposalExecuted event.
See UMAprotocol/protocol#4374 for more information on the change.
v3.0.0
What's Changed
- Make package usable in browser env by @jfschwarz in #106
Breaking Changes
- The factory functions now take an
ethers.providers.JsonRpcSigner
instead of aHardhatRuntimeEnvironment
as parameter so they no longer depend on hardhat
Migration from v2
Create a signer from your hardhat environment:
const [signerWithAddress] = await hre.ethers.getSigners();
const signer = hre.ethers.provider.getSigner(signerWithAddress.address)
Pass that signer
instance where previously the HardhatRuntimeEnvironment
was expected.
Full Changelog: v2.1.2...v3.0.0-fix
v2.1.2
What's Changed
- Improve logging + Remove Module Proxy Factory artifact dependencies by @manboy-eth in #103
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Fix initcode is not always array and prevent incompatible hardhat, ethers verions ++ by @manboy-eth in #102
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Return the address when deploying a mastercopy by @manboy-eth in #98
- Remove outdated comments by @manboy-eth in #99
- Update factory address and bump package version by @auryn-macmillan in #94
- Bump version to v2.1.0 by @manboy-eth in #100
Full Changelog: v2.0.4...v2.1.0