Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

v0.2.0-beta.1

Compare
Choose a tag to compare
@yejiayu yejiayu released this 03 Aug 03:32
· 82 commits to master since this release
a479cf2

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

Performance Improvements

  • executor: use inner call instead of service dispatcher (#365) (7b1d2a3)

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