File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## [ 0.4.1 ] - 2020-03-04
44### Fixed
55- [ #1116 ] Fixed unhandled exception on transfer error dialog on PFS expected errors
66- [ #1118 ] Fixed token list in token overlay.
139139- Add link to privacy policy.
140140- Add basic transfer screen.
141141
142- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.4.0...HEAD
142+ [ 0.4.1 ] : https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
143143[ 0.4.0 ] : https://github.com/raiden-network/light-client/compare/v0.3.0...v0.4.0
144144[ 0.3.0 ] : https://github.com/raiden-network/light-client/compare/v0.2...v0.3.0
145145[ 0.2 ] : https://github.com/raiden-network/light-client/compare/v0.1.1...v0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-dapp" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "private" : true ,
55 "description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
66 "author" : " brainbot labs est." ,
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.4.1 ] - 2020-03-04
44### Changed
55- [ #1128 ] Enable faster channel opening & deposit by parallelizing them and their confirmations
66
77### Fixed
88- [ #1120 ] Ensure PFS is updated by sending a PFSCapacityUpdate every time our capacity changes
99- [ #1116 ] Wait for confirmation blocks after mint & depositToUDC to resolve promise
1010
11+ [ #1120 ] : https://github.com/raiden-network/light-client/issues/1120
12+ [ #1128 ] : https://github.com/raiden-network/light-client/issues/1128
13+ [ #1116 ] : https://github.com/raiden-network/light-client/issues/1116
14+
1115## [ 0.4.0] - 2020-02-28
1216### Added
1317- [ #614 ] Implement state upgrades and migration
97101- Add protocol message implementation.
98102
99103
100- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v0.4.0...HEAD
104+ [ 0.4.1 ] : https://github.com/raiden-network/light-client/compare/v0.4.0...v0.4.1
101105[ 0.4.0 ] : https://github.com/raiden-network/light-client/compare/v0.3.0...v0.4.0
102106[ 0.3.0 ] : https://github.com/raiden-network/light-client/compare/v0.2...v0.3.0
103107[ 0.2 ] : https://github.com/raiden-network/light-client/compare/v0.1.1...v0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-ts" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " Raiden Light Client Typescript/Javascript SDK" ,
55 "main" : " dist:cjs/index.js" ,
66 "module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments