aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/CHANGELOG.md
blob: 6dabc7eb46c8c02a39f0f42d53d4878fa3a80ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CHANGELOG

## v0.2.1 _TBD_

    * Add a `getProvider` method (#444)

## v0.2.0 _March 4, 2018_

    * Ensure all returned user addresses are lowercase (#373)
    * Add `web3Wrapper.callAsync` (#413)
    * Make `web3Wrapper.estimateGas` accept whole `txData` instead of `data` (#413)
    * Remove `web3Wrapper.getContractInstance` (#413)

## v0.1.12 _February 9, 2018_

    * Fix publishing issue where .npmignore was not properly excluding undesired content (#389)