|
| 1 | +# [3.17.0](https://github.com/dashevo/DashJS/compare/v3.16.1...v3.17.0) (2020-12-30) |
| 2 | + |
| 3 | + |
| 4 | +### Features |
| 5 | + |
| 6 | +* connect to testnet by default ([#176](https://github.com/dashevo/DashJS/issues/176)) |
| 7 | +* update `dapi-client`, `dashcore-lib`, `dpp` and `wallet-lib` ([#152](https://github.com/dashevo/DashJS/issues/152), [#172](https://github.com/dashevo/DashJS/issues/172)) |
| 8 | +* wait broadcasted data to be available from queries ([#165](https://github.com/dashevo/DashJS/issues/165)) |
| 9 | +* asset lock proofs for identity funding ([#169](https://github.com/dashevo/js-dash-sdk/issues/169)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* crypto.randomBytes stub causing tests to fail ([#173](https://github.com/dashevo/DashJS/issues/173)) |
| 15 | + |
| 16 | + |
| 17 | +### BREAKING CHANGES |
| 18 | + |
| 19 | +* requires a version of DAPI with instant locks implemented, i.e. 0.17 or higher |
| 20 | + |
| 21 | + |
| 22 | + |
1 | 23 | ## [3.16.1](https://github.com/dashevo/DashJS/compare/v3.16.0...v3.16.1) (2020-10-30)
|
2 | 24 |
|
3 | 25 |
|
|
108 | 130 | - **Bug fixes:**
|
109 | 131 | * fix: wrong assetlock tx fee estimation (#85)
|
110 | 132 | * fix: generate one-time private key for the asset lock transaction (#86)
|
111 |
| - |
| 133 | + |
112 | 134 | ## [3.13.2](https://github.com/dashevo/DashJS/compare/v3.13.1...v3.13.2) (2020-06-12)
|
113 | 135 |
|
114 | 136 | - **Bug fixes:**
|
|
146 | 168 | - added replacement of a document. (#41)
|
147 | 169 | - added deletion of a document (#41)
|
148 | 170 |
|
149 |
| -- **impr**: |
| 171 | +- **impr**: |
150 | 172 | - update to dpp 0.12 (#41)
|
151 | 173 |
|
152 | 174 | - **fix**:
|
153 | 175 | - properly release (throw) catched error (#41)
|
154 | 176 |
|
155 | 177 | - **Chore, Docs & Tests:**
|
156 | 178 | - bumped wallet-lib to 6.1 (#41)
|
157 |
| - |
| 179 | + |
158 | 180 | # [2.0.0](https://github.com/dashevo/DashJS/compare/v1.1.2...v2.0.0) (2020-03-27)
|
159 | 181 |
|
160 | 182 | - **breaking:**
|
|
165 | 187 | - exported file for web environment is now `Dash` instead of `DashJS`
|
166 | 188 | - **feat**:
|
167 | 189 | - Sign and verify message (#24)
|
168 |
| -- **impr**: |
| 190 | +- **impr**: |
169 | 191 | - Typings documentation (#30)
|
170 | 192 | - Code cleanup (#31)
|
171 | 193 | - Export all Dashcore Primitives (under `SDK.Core.*`)
|
|
175 | 197 | - Identity/register: updated getUTXOS usages on (#afda5bbafb940b2e15d5e773d0e8fc5fbc48ee13)
|
176 | 198 | - fix(StateTransitionBuilder): records type detection (#b49f74b4b8e03e9d1020dd789c62f4310a4fc1ad)
|
177 | 199 | - broadcasting of contracts (#f4b63e6be692841f1b138e5b058e531a0873f456, #4aa31fec0e5579d7ef8b9222576863a069b95fd3)
|
178 |
| -- **chore**: |
| 200 | +- **chore**: |
179 | 201 | - updated for new evonet (updated wallet-lib to 6.0.0)
|
180 | 202 | - updated dapi-client to 0.11 (#fba4d55d3281bec5e65605787dd23a6ca3517476)
|
181 | 203 | - updated DPNS contractID on evonet (#d0cf11d30cf7c9aaef1ffa4a2b8a955fbf5b1184)
|
0 commit comments