Skip to content

XuperChain v3.4.0 Release Notes

Compare
Choose a tag to compare
@yucaowang yucaowang released this 13 Dec 13:05
· 14 commits to v3.4 since this release

Smart Contract

  1. Support transfer to contract and transfer from a contract.
  2. Contract SDK add builtin Account type for user accounts.
  3. Add contract template for digital assets.

Performance Improvements

  1. Support block/transaction compression in P2P message.
  2. Add contract data cache to speed up the contract execution.

Other Improvements

  1. Support update gas price by proposal/vote system.
  2. Add interface to query the available and frozen UTXO of user account.
  3. Plugin system support autoload plugins from given folder.
  4. Several bug fixes.