Fractalplatform Fractal Versions Save

v1.0.0

4 years ago

Forked

  • [DPOS] allow contract asset transfer (#525)(#528)
  • [FEE] other people pay transaction fee (#531)(#533)(#536)

Fixed

  • [FEE]fee transfer internal record (#495)
  • [BLOCKCHIAN] fixed export blockchain error (#498)
  • [GAS] modify gas price (#501)
  • [MINER] add setcoinbase check (#500) and fix miner bug (#499)(#511)(#512)(#513)(#514)(#516)
  • [P2P] fixed bug that may close a nil channel (#503)and fixed ddos check error (#519)
  • [DOWNLOAD]add node into blacklist if it had too much errors(#519)(#523)

Added

  • [CMD] add version cmd compile date info (#505)(#521)
  • [CMD] cmd/ft: add method 'seednodes' into sub-cmd 'p2p' (#497)
  • [CMD] add txpool cmd gettxsbyaccount (#502)
  • [P2P] p2p,rpc: add rpc to query seed nodes from db(#496)
  • [TEST] add each code module unit test or note (#492)(#493)(#504)(#508)(#507)(#509)

More documentation see v1.0.0

v0.0.30

4 years ago

Fixed

  • [DOWNLOADER] blockchain/downloader: if there were two different blocks in same height, it may cause download error (#481)(#490)
  • [BLOCKCHAIN] blockchain: fixed bug that use nanosecond compared with second (#474)

Changed

  • [RAWDB] modify fractal db interface (#487)
  • [BLOCKCHAIN] modify the blockchain code (#489)

Added

  • [GASPRICE] returns the recommended gas price (#486)
  • [TEST] add each code module unit test or note (#471)(#472)(#473)(#475)(#476)(#478)(#482)(#483)(#485)

v0.0.29

4 years ago

Fixed

  • [P2P] blockchain/downloader: fixed bug that may don't download the new block (#469)

Added

  • [CMD] add chain command forkstatus (#468)
  • [TEST] add each code module unit test or note.(#467)(#466)

v0.0.28

4 years ago

Fixed

  • [P2P] bootnode in genesis is ft finder.(#439)
  • [DPOS]dpos api epoch add url. (#437)
  • [INTERNALTX]modify internal tx log hash. (#441)
  • [FILTER]fix rpc output format. (#440)

Changed

  • [RPCAPI] modify setStatePruning rpc private (#464),modify blockchain misspelling and change ft_getTransactions (#457)

Added

  • [RPCAPI] add rpc api ft_forkStatus.(#463)
  • [TEST] add each code module unit test or note.(#442)(#446)(#447)(#448)(#450)(#451)(#454)(#455)(#456)(#458)(#459)(#461)(#462)(#465)

v0.0.27

4 years ago

Fixed

  • [VIM] vm fix stack valid (#416)

Added

  • [RPC] add rpc interface: ft_getTransBatch

v0.0.26

4 years ago

Fixed

  • [LOG] fix vendor log bug, patch for version 0.0.25

v0.0.25

4 years ago

Forked

  • [DPOS] fork3: reduce CandidateAvailableMinQuantity (#416)

Fixed

  • [MINER] fixed some bugs (#421)(#422)
  • [TXPOOL] fixed txpool add remotes not check the same tx was exist (#423)
  • [TXPOOL] fixed txpool rpc send same tx err (#430)
  • [ACCOUNT] fix internal action bug (#424)

Changed

  • [RPCAPI] modify api get account by name and id (#428)
  • [GASPRICE] modify gas price oracle (#417)
  • [ACCOUNT] modify account fliter balance zero (#414)

Added

  • [FILTERS] add filters rpc (#431)
  • [MOD] support go mod (#429)
  • [VM] add timeout func (#419) and add callwithpay (#425)

v0.0.24

4 years ago

Fixed

  • [BLOCKCHAIN] blockchain store irreversible number
  • [TXPOOL] fixed txpool test failed in travis CI

Changed

  • [DPOS] update some dpos apis

Added

  • [LOG] add some log print
  • [RPC] add rpc dpos_snapShotStake and fixed GetActivedCandidate

v0.0.23

4 years ago

Fixed

  • [RPC] fixed getTxsByAccount rpc arg check and uint infinite loop
  • [BLOCKCHAIN] modify blockchain start err

Changed

  • [TXPOOL] move TxPool reorg and events to background goroutine
  • [P2P] ftfinder: add cmd flag that can input genesis block hash

Added

  • [P2P] txpool.handler: add config of txs broadcast
  • [RPC] add some dpos rpc api for browser

v0.0.22

4 years ago

Forked

  • [ACCOUNTNAME] forkID=1: modify account verification rules,asset contains account prefix

Changed

  • [DPOS] modify dpos getepoch api
  • [GENESIS] fix SetupGenesisBlock func return result

Added

  • [GENESIS] start node with fork id