Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Releases: makerdao/dai.js

v0.11.0

13 Feb 02:25
Compare
Choose a tag to compare
  • Adds OasisDirectProxy functionality as 'Eth2DaiDirectService'
  • More MCD functionality
  • Improvements to DSProxyService

Breaking Change! Maker.create() is now asynchronous

17 Jan 19:19
aa6a1ff
Compare
Choose a tag to compare

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

17 Dec 19:33
Compare
Choose a tag to compare
Merge branch 'dev' of https://github.com/makerdao/dai.js into dev

v0.9.9

10 Dec 19:40
Compare
Choose a tag to compare
0.9.9

v0.9.7

22 Nov 09:58
Compare
Choose a tag to compare

Add web3 method getPastLogs() to Web3Service

v0.9.5

11 Oct 00:59
Compare
Choose a tag to compare
  • 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 on confirm being called

v0.9.1

02 Oct 22:40
Compare
Choose a tag to compare
  • Fix handling of reverted transactions (#42)
  • Stop using "hybrid promises"; set transaction lifecycle hooks through TransactionManager instead (#48, usage example in test)