File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " light-client" ,
3- "version" : " 2.0.0-rc.1 " ,
3+ "version" : " 2.0.0-rc.2 " ,
44 "description" : " Raiden Light Client monorepo" ,
55 "author" : " brainbot labs est." ,
66 "private" : true ,
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.0.0-rc.2] - 2021-09-14
6+
57## [ 2.0.0-rc.1] - 2021-08-13
68
79## [ 1.1.0] - 2021-08-09
7880[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
7981
8082
81- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
83+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
84+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
8285[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
8386[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
8487[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @raiden_network/raiden-cli" ,
3- "version" : " 2.0.0-rc.1 " ,
3+ "version" : " 2.0.0-rc.2 " ,
44 "author" : " brainbot labs est." ,
55 "license" : " MIT" ,
66 "description" : " Raiden Light Client standalone app with a REST API via HTTP" ,
5555 "loglevel" : " ^1.7.1" ,
5656 "morgan" : " ^1.10.0" ,
5757 "node-localstorage" : " ^2.2.1" ,
58- "raiden-ts" : " ^2.0.0-rc.1 " ,
58+ "raiden-ts" : " ^2.0.0-rc.2 " ,
5959 "rxjs" : " ^7.3.0" ,
6060 "wrtc" : " ^0.4.7" ,
6161 "yargs" : " ^17.1.1"
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 2.0.0-rc.2] - 2021-09-14
6+
57### Added
68
79- [ #2882 ] Add new quick pay feature
615617- Add link to privacy policy.
616618- Add basic transfer screen.
617619
618- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
620+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
621+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
619622[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
620623[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
621624[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-dapp" ,
3- "version" : " 2.0.0-rc.1 " ,
3+ "version" : " 2.0.0-rc.2 " ,
44 "private" : true ,
55 "description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
66 "author" : " brainbot labs est." ,
3838 "pouchdb" : " ^7.2.2" ,
3939 "pouchdb-adapter-cordova-sqlite" : " ^2.0.8" ,
4040 "query-string" : " ^7.0.1" ,
41- "raiden-ts" : " ^2.0.0-rc.1 " ,
41+ "raiden-ts" : " ^2.0.0-rc.2 " ,
4242 "rxjs" : " ^7.3.0" ,
4343 "tiny-async-pool" : " ^1.2.0" ,
4444 "vue" : " ^2.6.14" ,
Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 2.0.0-rc.2] - 2021-09-14
6+
47### Fixed
58- [ #2798 ] Delay non-closing auto-settle to prevent wasted gas on channelSettle race; closing side is given priority on auto-settling
69- [ #2889 ] Ensure capabilities are updated when they change even if RTC channels are established by reconnecting them.
503506- Add protocol message implementation.
504507
505508
506- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...HEAD
509+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.2...HEAD
510+ [ 2.0.0-rc.2 ] : https://github.com/raiden-network/light-client/compare/v2.0.0-rc.1...v2.0.0-rc.2
507511[ 2.0.0-rc.1 ] : https://github.com/raiden-network/light-client/compare/v1.1.0...v2.0.0-rc.1
508512[ 1.1.0 ] : https://github.com/raiden-network/light-client/compare/v1.0.0...v1.1.0
509513[ 1.0.0 ] : https://github.com/raiden-network/light-client/compare/v0.17.0...v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-ts" ,
3- "version" : " 2.0.0-rc.1 " ,
3+ "version" : " 2.0.0-rc.2 " ,
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