Skip to content

Commit 7879441

Browse files
committed
Update changelog for 0.12.0
1 parent 3b22a28 commit 7879441

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [0.12.0] - 2020-02-19
8+
9+
### Changed
10+
11+
- `TLNetwork` now uses two distinct urls for messaging and relay in its config (BREAKING)
12+
- Updated initcode of identity proxy to match new contracts version, this changes the address of deployed identities (BREAKING)
13+
- Updated meta-transaction fields to match new contracts feature (BREAKING) New fields: chainId, version, baseFee, gasPrice, gasLimit, feeRecipient, timeLimit, operationType. Fields removed: delegationFees, extraData
14+
15+
### Added
16+
17+
- Added method `getAllOfUser()` in `Trustline` to get all trustlines of loaded user
18+
- Added caching for getting the decimals of a currency network
19+
- Enabled websocket stream subscribers to handle websocket errors
20+
- Added function `getUserAccruedInterests` in `Information` to get all accrued interests of user
21+
- Added function `getTrustlineAccruedInterests` in `Information` to get all accrued interests of trustline
22+
723
## [0.11.0] - 2020-01-13
824

925
### Changed

0 commit comments

Comments
 (0)