This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Releases: makerdao/dai.js
Releases · makerdao/dai.js
v0.11.0
- Adds OasisDirectProxy functionality as 'Eth2DaiDirectService'
- More MCD functionality
- Improvements to DSProxyService
Breaking Change! Maker.create() is now asynchronous
This release updates plugin handling to accept an optional configuration object, and refactors Maker.create()
to be async. This allows plugins to perform async operations during setup.
const maker = await Maker.create(...)
v0.9.10
v0.9.9
v0.9.7
v0.9.5
- Fix "browser" account type for upcoming Metamask change
- Add "initialized" event to
TransactionManager.listen
- More proxy CDP functionality: "lock & draw" or "open, lock & draw" in one transaction
- Remove old transactions from Tracker
TransactionObject.isFinalized
no longer depends onconfirm
being called