Releases: nknorg/nkn
Releases · nknorg/nkn
NKN Testnet v0.3.7-alpha
- Add chord id to each sigchain element and use it to check block proposer. This prevents multiple nodes sharing the same wallet from proposing multiple blocks.
- Fix Json api server CORS not working
NKN Testnet v0.3.6-alpha
- Fix the bugs that will cause Chord topology not correct or even crash
- Fix the bugs that will cause node to be deadlocked
- Fix the bugs that will open too many connections
- Fix the bugs that will make node stuck in sync state
- Tons of minor bug fix and improvements
NKN Testnet v0.3.5-alpha
- bug fixes for chord networking, such as deadlock and concurrent access
- bug fixes for transaction relay
- unify node ID to chord ID
NKN Testnet v0.3.4-alpha
Bug fix:
- Add timeout for Chord inbound connections to avoid port leaking
- Broadcast transactions to all neighbors rather than persistfinished
NKN Testnet v0.3.3-alpha
Fix the rare bug that nil pointer error will crash the node in FindSuccessors
NKN Testnet v0.3.2-alpha
- Fix received connection not closing bug
- Handle all nodes restart logic, when no sigchain in system the block proposer will be changed based on timeout.
NKN Testnet v0.3.1-alpha
- Limit the max number of concurrent goroutines to prevent uncontrolled memory usage.
- Fix incoming tcp connection not closed to prevent tcp port leaking.
- A few other bug fixes.
NKN Testnet v0.3-alpha "Lemur" Release
NKN Testnet v0.3-alpha “Lemur” Release:
- Fully functional core systems:
- Decentralized Data Transmission Network
- Proof of Relay (PoR) based on signature chain
- Majority vOte Cellular Automata (MOCA) consensus
- High scalability: tested with 1k+ live nodes distributed globally
- JavaScript client & wallet SDK alpha release: send data and token in global Testnet
- Public Testnet release: everyone can join and start pre-mining
NKN Testnet v0.1-alpha "Firefox" Release
NKN Testnet v0.1 "Firefox" Release:
- The design and preliminary implementation of distributed data transmission network based on Chord DHT
- The design and initial implementation of Proof of Relay (PoR) & Signature Chain
- The design and initial implementation of the decentralized public ledger based on PoR and CA based Ising consensus algorithm
- Web client to provide graphic dashboard and user interaction with live prototype network
- Preview of SDK for dAPP experiments