| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64.zip | 2024-05-14 | 20.4 MB | |
| windows-386.zip | 2024-05-14 | 19.8 MB | |
| linux-mipsle.zip | 2024-05-14 | 18.4 MB | |
| linux-mips.zip | 2024-05-14 | 18.6 MB | |
| linux-armv7.zip | 2024-05-14 | 19.1 MB | |
| linux-armv6.zip | 2024-05-14 | 19.1 MB | |
| linux-armv5.zip | 2024-05-14 | 19.2 MB | |
| linux-arm64.zip | 2024-05-14 | 18.9 MB | |
| linux-amd64.zip | 2024-05-14 | 20.1 MB | |
| linux-386.zip | 2024-05-14 | 19.3 MB | |
| darwin-arm64.zip | 2024-05-14 | 19.5 MB | |
| darwin-amd64.zip | 2024-05-14 | 20.3 MB | |
| README.md | 2024-05-14 | 2.0 kB | |
| v2.2.1 source code.tar.gz | 2024-05-14 | 6.9 MB | |
| v2.2.1 source code.zip | 2024-05-14 | 7.0 MB | |
| Totals: 15 Items | 246.6 MB | 1 | |
This version supports WebRTC for client-node communication. WebRTC will be used to replace WSS for JavaScript clients running in https environments. It is the final and most important step towards fully decentralized communication in browsers. In addition, this version contains several performance optimization, bug fixes and security patches. Upgrade is required to support new WebRTC clients.
What's Changed
- Add unittest for election.go by @bufrr in https://github.com/nknorg/nkn/pull/930
- Fix nknc getnonce command invalid params by @yilunzhang in https://github.com/nknorg/nkn/pull/936
- Add websocket session connectTime to avoid deleting cached message too early by @billfort in https://github.com/nknorg/nkn/pull/939
- Fix: Replace hardcoded int literal with variable by @omani in https://github.com/nknorg/nkn/pull/943
- Provide UnmarshalJSON() for common.uint160 by @omani in https://github.com/nknorg/nkn/pull/944
- Change ci badge from travis-ci to github actions by @yilunzhang in https://github.com/nknorg/nkn/pull/953
- Regenerate dashboard yarn.lock using official npm registry by @yilunzhang in https://github.com/nknorg/nkn/pull/954
- fix findSuccessorAddrs has wrong params in comment by @yilunzhang in https://github.com/nknorg/nkn/pull/956
- Support WebRTC communication by @billfort in https://github.com/nknorg/nkn/pull/961
- make config.json optional by @yilunzhang in https://github.com/nknorg/nkn/pull/963
- reduce webrtc error log lvl by @yilunzhang in https://github.com/nknorg/nkn/pull/964
- gofmt by @yilunzhang in https://github.com/nknorg/nkn/pull/965
- Add OnOfferConnected channel for synchronize connected event for client by @billfort in https://github.com/nknorg/nkn/pull/966
- Check if nil before closing WebRTC channels by @billfort in https://github.com/nknorg/nkn/pull/967
- remove some debug log by @yilunzhang in https://github.com/nknorg/nkn/pull/968
Full Changelog: https://github.com/nknorg/nkn/compare/v2.2.0...v2.2.1