This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Releases: makerdao/dai-plugin-governance
Releases · makerdao/dai-plugin-governance
v0.7.0
v0.5.4+mcd-0.2.4
Changelog
- Update makerdao/services-core to 0.9.5
- Update makerdao/dai to 0.15.1
- Update ChiefService to get the network by accessor property on dai.js Web3Service.
v0.5.3+mcd-0.2.3
Changelog
- enable addresses for local testnet use.
- update kovan contract addresses for latest MCD release.
v0.5.2+mcd-0.2.2
Updated MCD Kovan addresses.
{
"CHIEF": "0x88a23a779cb0550bb6347560ac3daedf0389b098",
"VOTE_PROXY_FACTORY": "0xeac98db8e1177d3020f3b3d0e9409a4a396c3981",
"GOV": "0x1cc05530723a4fd398b4354ea511a1b0543ba714",
"IOU": "0x99eff48e1df706d8e5ae88bec40bb48aea22f3f9"
}
v0.4.1
Now includes contract address files for both SCD and MCD. Set mcd
in plugin options to switch to the latter:
await Maker.create('http', {
plugins: [
[GovPlugin, { mcd: true, network: 'kovan' }]
]
})
Also, will now always override the dai.js contract address for GOV with the one found in its own address file.
v0.3.8
Updates references to service classes and fixes build/deploy process for the testchain
v0.3.5
v0.3.3
v0.2.1
v0.2.0: Merge pull request #2 from makerdao/vote-proxy-factory-tests
store hot and cold addresses in the vote proxy class