Mainnet Release v.1.1.0 Bharani
♀️ New Raiden Light Client SDK, dApp and CLI Release
INFO: The Light Client SDK, CLI and dApp are all work in progress projects. All three projects have been released for mainnet and all code is available in the Light Client repository. As this release still has its limitations and is a beta release, it is crucial to read this readme including the security notes carefully before using the software.
Summary of features that went in:
- Add
Capabilities.IMMUTABLE_METADATAin a backwards compatible manner to allow opting in of not prunningmetadata.routeand allowing to pass it through mediators unchanged. - Add
encryptedSecretto allow sending secret to the target on LockedTransfer's metadata, encrypted with ECIES over their publicKey, skipping SecretRequest/Reveal messages and speeding up transfers. - Add E2E and unit tests for the service worker functionality.
Raiden SDK
Added
- [#2766] Add
Capabilities.IMMUTABLE_METADATA(true on LC, fallback to falsy for backwards compatibility) to allow opting in of not prunning metadata.route and allowing to pass it through mediators unchanged - [#2730] Add
config.encryptSecretandRaiden.transfer'sencryptSecretboolean option, to allow sending secret to target on LockedTransfer's metadata, encrypted with ECIES over their publicKey, skipping SecretRequest/Reveal and speeding up transfers.