Fractalplatform Fractal Versions Save

v0.0.21

4 years ago

Fixed

  • [DOWNLOADER] fixed bug that may casue dead loop
  • [BLOCKCHAIN] fixed state store irreversible number bug
  • [DPOS] fixed replace rate for candiate

Removed

  • [TXPOOL] removed some unused variable in txpool/handler.go
  • [RPC] removed invalid code

Added

  • [TXPOOL] limited the amount of gorouting not greater 1024
  • [GENESIS] add use default block gaslimit and update genesis.json

v0.0.20

4 years ago

Fixed

  • [DOWNLOADER] fixed bug of find ancestor and use random station
  • [BLOCKCHAIN] fixed blockchain irreversible number

Add

  • [DPOS] add thread test for rand vote candidate
  • [BLOCKCHAIN] add refuse bad block hashes
  • [BLOCKCHAIN] sync block with a specified block number

v0.0.19

4 years ago

Fixed

  • [ASSET] modify subasset decimals

v0.0.18

4 years ago

Fixed

  • [ACCOUNT] modify children check function

Add

  • [CONTRACT] contract add getassetid api
  • [MINER] fix should counter & add delay duration for miner

v0.0.17

4 years ago

Changed

  • [GENESIS] modify blockchain sys account name

Fixed

  • [BLOCKCHAIN] modify blockchain.HasState function
  • [RPC] fix GetDelegatedByTime rpc interface

v0.0.16

4 years ago

Changed

  • [MAKEFILE] fixed bug of target build_workspace
  • [ACCOUNT] account author lenght should not exceed 10
  • [VM] modify gas distribution

Add

  • [DPOS] add min available quantity of candidate for vote
  • [CMD] add read yaml and toml test
  • [SDK] add sdk contract test
  • [TYPES] support parentIndex when sign
  • [TXPOOL] add txpool resend pending txs

Fixed

  • [P2P] broadcast txs to atleast 3 peers
  • [BLOCKCHAIN] downloader disconnected peers which has to much wrong blocks
  • [DPOS] fix calc should counter of candidate
  • [ALL] fixs some bugs

v0.0.15

4 years ago

Changed

  • [VM] change withdraw type to transfer

Add

  • [P2P] add flow control,some quit channel
  • [P2p] periodic remove the worst peer if peer connections is full, but default is disabled.
  • [RPC] add dpos rpc api for info by epcho

Fixed

  • [DPOS] fix bug when dpos started
  • [ALL] fixs some bugs

v0.0.14

4 years ago

Fixed

  • [GENESIS] fix genesis bootnodes prase failed not start node

v0.0.13

4 years ago

Add

  • [GPO] add add gas price oracle unit test
  • [VM] move gas to GasTableInstanse

Fixed

  • [PARAMS] change genesis gas limit to 30 million
  • [VM] opCreate doing nothing but push zero into stack and distributeGasByScale distribute right num
  • [ACCOUNT] add check asset contract name, check account name length
  • [ALL] fixs some bugs

v0.0.12

5 years ago

Add

  • [CMD] add p2p miner txpool command.

Deprecated

  • [RPCAPI] modify account and blockchain return result
  • [DOC] add jsonrpc, cmd, p2p docs in wiki