This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
v0.2.0-beta.1
Bug Fixes
- consensus: return an error when committing an outdated block (#371) (b3d518b)
- mempool: Ensure that there are no duplicate transactions in the order transaction (#379) (97708ac)
- storage: test batch receipts get panic (#373) (300a3c6)
Features
- network: tag consensus peer (#364) (9b27df1), closes #354 #2 #3 #4 #5 #6 #7
- Add global panic hook (#376) (7382279)
Performance Improvements
BREAKING CHANGES
-
network: - replace Validator address bytes with pubkey bytes
-
change(consensus): log validator address instead of its public key
Block proposer is address instead public key
- fix: compilation failed
- network: - change users_cast to multicast, take peer_ids bytes instead of Address
- network bootstrap configuration now takes peer id instead of pubkey hex
- refactor(network): PeerId api