Skip to content

XuperCore v5.3.0 Release Note

Compare
Choose a tag to compare
@godeamon godeamon released this 24 Nov 07:37
7591a38

Bug fixes:

  1. Memory pool: improve the performance of the state machine when executing blocks, fix some minor problems
  2. P2P: fix the content leakage that may be caused by P2PV1
  3. Improve the performance of synchronizing blocks between nodes
  4. Fix the error that may be caused when stopping the parallel chain
  5. Fix the block execution failure that may be caused by small buffer storage of UTXO
  6. Fix iterator error caused by parameter problem
  7. Fix the block execution failure that may be caused by read-only transactions
  8. Consensus: improve the stability of SMR, while fixing some minor problems

Features:

  1. Parallel chain support EVM
  2. Added interface to query contract information based on contract name
  3. Added XToken system contract, support ERC20 interface, as well as proposal, voting and other functions.