Skip to content

Releases: fractalplatform/fractal

v0.0.11

06 May 12:20
Compare
Choose a tag to compare

Deprecated

  • [ASSET] modify asset and account action struct
  • [ACCOUNT] modify account detail to description
  • [DPOS] add dpos reward interface for solidity

v0.0.10

06 May 10:55
Compare
Choose a tag to compare

Fixed

  • [ASSET] get asset object return panic
  • [VM] fix contract issue asset bug

v0.0.9

06 May 02:53
Compare
Choose a tag to compare

Added

  • [BLOCKCHAIN] add gensis block account
  • [FEE] the distributed gas will add to fractal.fee's balance
  • [COMMON] add json unmarshal for author
  • [ASSET] check valid for modifing about contract asset

Fixed

  • [VM] execWithdrawFee return err when fm.WithdrawFeeFromSystem fail
  • [BLOCKCHAIN] fix fork contracl init err
  • [GENESIS] genesis block action repeat
  • [DPOS] fix updateElectedCandidates bug when dpos is false
  • [ALL] fixs some bugs

Changed

  • [COMMON] modify name for support more scenes and modify subaccount/subasset name
  • [ASSET] modify issue asset return assetID

v0.0.8

30 Apr 11:57
Compare
Choose a tag to compare

Added

  • [DEBUG] add debug pprof,trace cmd flags and rpc
  • [FEE] add fee manager and some rpc interface
  • [TXPOOL] add bloom in transaction P2P message
  • [TYPES] types/action.go add remark field

Fixed

  • [TXPOOL] fixed txpool queue and pending don't remove no permissions transactions
  • [VM] fix bug that distribute more gas than given when internal call happens
  • [BLOCKCHAIN] fixed restart node missmatch genesis block hash
  • [ACCOUNTMANAGER] generate author version when account create
  • [DPOS] solve infinite loop for getvoters
  • [ALL] fixs some bugs

v0.0.7

23 Apr 04:54
Compare
Choose a tag to compare

Removed

  • [WALLET] removed wallet module,the local node not support store private key

Added

  • [VM] add opt for opSnapBalance and destroyasset for contract
  • [BLOCKCHAIN] support import/export block
  • [RPC] add get the contract internal transaction

Fixed

  • [VM] add opt for opSnapBalance
  • [TYPES] fixs the base types
  • [ALL] fixs some bugs

v0.0.6

04 Apr 11:56
Compare
Choose a tag to compare

Added

  • [CRYPTO] add btcd secp256k1 crypto

Fixed

  • [MAKEFILE] fixed cross platform

v0.0.5-unstable

07 Mar 03:12
91bd99c
Compare
Choose a tag to compare
  1. modify sync block log ,pull request #43, #45
  2. add node finder, pull request #44, #47
  3. fix blockchain fork chain validate header error, pull request #51
  4. remove reorg state when the blockchain forking, pull request #52
  5. support hard fork function, pull request #54 ( test net work ,on the block number 422500 , make a hard forking)

v0.0.4-unstable

22 Feb 11:49
5047789
Compare
Choose a tag to compare
  1. change timeout of download request, pullrequest #23
  2. sign content add from, pullrequest #24
  3. receiptroot calc bug, pullrequest #25
  4. feature genesis bootnodes , pullrequest #26
  5. reduce event's mutex competition, pullrequest #27
  6. fix receipts root different err, pullrequest #28
  7. testnet genesis.json, pullrequest #29, pullrequest #31 pullrequest #35
  8. update consensus/miner/work, pullrequest #30
  9. update readme.md , pullrequest #32
  10. multi bonus, pullrequest #33
  11. return right gas when trasfer internal tx , pullrequest #36
  12. add some functionality for wallet and blockchain broswer, pullrequest #40
  13. change env script, pullrequest #41
  14. bug miner private checke, pullrequest #42

v0.0.3-unstable

15 Feb 11:47
417644e
Compare
Choose a tag to compare
  1. fix dpos trigger error , pull request #18 .
  2. split action type field, pull request #19 .
  3. add types package notes and uint test, fix log rpc marshal #21 .
  4. add genesis.json into genesis block extra #22 .

v0.0.2-unstable

25 Jan 12:03
89594e8
Compare
Choose a tag to compare
  1. add coveralls service, pull reuqest #8
  2. fix epoch judgement, issue #10 , pull request #9
  3. fix txpool pending unable to delete transactions, issue #11,pull request #12
  4. modify RPC method p2p_peersEvent ,pull request #13
  5. add mutex to protect event.typeList, ,pull request #14
  6. add common.name rlp interface, issue #15 ,pull request #16