Testnet Release - v0.12.0 - Axolotl
Pre-release
Pre-release
π New Raiden Light Client SDK, CLI and dApp Release
INFO: The Light Client SDK, CLI and dApp are work in progress, are not production-ready, and currently can only be used on the Ethereum Testnets.
This release features a new storage backend which resolves problems with restarting the SDK and improves the transport layers resilience in high throughput scenarios. In the dApp more context dependent information is displayed and various smaller issues have been fixed.
Raiden SDK
Fixed
- #2078 Check for overflows before sending transfers
- #2094 Fix TransferState's timestamps missing
- #2174 Fix a few transport issues triggered on high-load scenarios
- #2229 Fix nonce mismatch caused by room waiting overhead
- #2275 Fix mismatch between UDC totalDeposit and effectiveBalance
Added
- #2044 Introduce PouchDB (IndexedDB/leveldown) as new persistent state storage backend
- #2204 Implement toDevice capability and messaging
Changed
- #2158 Adapt WebRTC to new protocol compatible with python client
- #2205 Adapt capabilities to the new query string format
Raiden CLI
Changed
Raiden dApp
Fixed
- #2237 Displays RDN token on Withdrawal screen
- #2026 Removed delay time on tooltips
- #2098 Input fields disabled on transfer screen when no channels are open
- #1838 Fixes Disclaimer mobile layout
- #2096 Fixes buggy wallet connection procedure
- #2108 Fixes red underline under amount input fields on production builds
- #2144 Fixes navigation to transfer screen when token was selected
- #2159 Fixes routing issues for account and transfer steps
- #2238 Fixes broken token overlay for too many connected tokens
- #2224 Show ETH balance of correct account when withdrawing from UDC
Added
Changed
- #1929 Design adjustments to settlement notifications and notification panel