File tree Expand file tree Collapse file tree 7 files changed +16
-7
lines changed
Expand file tree Collapse file tree 7 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " light-client" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "description" : " Raiden Light Client monorepo" ,
55 "author" : " brainbot labs est." ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 3.1.0] - 2022-06-30
46### Added
57- [ #3122 ] ` /api/v1/state.json ` endpoint to allow downloading/backing up and ` --load-state <path.json> ` parameter to upload/rehydrate state/database in a fresh instance
68- [ #3123 ] ** Experimental** : ` --web-ui ` option to serve [ Raiden WebUI] ( https://github.com/raiden-network/webui ) from ` /ui ` route; requires ` yarn build:webui `
115117[ #2054 ] : https://github.com/raiden-network/light-client/pulls/2054
116118
117119
118- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
120+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
121+ [ 3.1.0 ] : https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
119122[ 3.0.0 ] : https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
120123[ 2.2.0 ] : https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
121124[ 2.1.0 ] : https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @raiden_network/raiden-cli" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "author" : " brainbot labs est." ,
55 "license" : " MIT" ,
66 "description" : " Raiden Light Client standalone app with a REST API via HTTP" ,
Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+
5+ ## [ 3.1.0] - 2022-06-30
46### Changed
57- [ #3122 ] ` Backup State ` doesn't require SDK to be shut down anymore
68
655657- Add link to privacy policy.
656658- Add basic transfer screen.
657659
658- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
660+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
661+ [ 3.1.0 ] : https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
659662[ 3.0.0 ] : https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
660663[ 2.2.0 ] : https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
661664[ 2.1.0 ] : https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-dapp" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
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
33## [ Unreleased]
4+
5+ ## [ 3.1.0] - 2022-06-30
46### Fixed
57- [ #3118 ] Dynamically set ` config.revealTimeout ` to half of ` tokenNetworkRegistryContract.settleTimeout ` , if it'd be smaller than default of 600s
68
575577- Add protocol message implementation.
576578
577579
578- [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.0.0...HEAD
580+ [ Unreleased ] : https://github.com/raiden-network/light-client/compare/v3.1.0...HEAD
581+ [ 3.1.0 ] : https://github.com/raiden-network/light-client/compare/v3.0.0...v3.1.0
579582[ 3.0.0 ] : https://github.com/raiden-network/light-client/compare/v2.2.0...v3.0.0
580583[ 2.2.0 ] : https://github.com/raiden-network/light-client/compare/v2.1.0...v2.2.0
581584[ 2.1.0 ] : https://github.com/raiden-network/light-client/compare/v2.0.1...v2.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " raiden-ts" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
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