Skip to content

Releases: gnosisguild/zodiac

v3.3.1 - Fixed module entry points

09 May 07:44
25bf6bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0 - Export addresses of legacy mastercopies

02 May 08:49
092c223
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.3.0-fix-3

v3.2.2 -- optimistic governor update

10 Apr 15:52
6f39b82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1 - update tellor module

29 Mar 23:05
2bc4581
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0 - upgrade to latest OZ version

06 Mar 09:13
4098d62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

Update addresses for Optimistic Governor (oSnap)

21 Feb 17:56
d7b59e5
Compare
Choose a tag to compare

Signed-off-by: Alex Gaines [email protected]

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

03 Feb 21:08
f47f187
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The factory functions now take an ethers.providers.JsonRpcSigner instead of a HardhatRuntimeEnvironment 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

04 Jan 07:47
40c4137
Compare
Choose a tag to compare

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

30 Dec 12:38
4387adc
Compare
Choose a tag to compare

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

22 Dec 13:32
af8a529
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.1.0