Skip to content

Mainnet Release v.1.1.0 Bharani

Choose a tag to compare

@agatsoh agatsoh released this 09 Aug 13:50
· 588 commits to master since this release
d7914f6

♀️ 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_METADATA in a backwards compatible manner to allow opting in of not prunning metadata.route and allowing to pass it through mediators unchanged.
  • Add encryptedSecret to 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.encryptSecret and Raiden.transfer's encryptSecret boolean option, to allow sending secret to target on LockedTransfer's metadata, encrypted with ECIES over their publicKey, skipping SecretRequest/Reveal and speeding up transfers.