Releases: fractalplatform/fractal
Releases · fractalplatform/fractal
v0.0.11
Deprecated
- [ASSET] modify asset and account action struct
- [ACCOUNT] modify account detail to description
- [DPOS] add dpos reward interface for solidity
v0.0.10
Fixed
- [ASSET] get asset object return panic
- [VM] fix contract issue asset bug
v0.0.9
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
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
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
Added
- [CRYPTO] add btcd secp256k1 crypto
Fixed
- [MAKEFILE] fixed cross platform
v0.0.5-unstable
- modify sync block log ,pull request #43, #45
- add node finder, pull request #44, #47
- fix blockchain fork chain validate header error, pull request #51
- remove reorg state when the blockchain forking, pull request #52
- support hard fork function, pull request #54 ( test net work ,on the block number 422500 , make a hard forking)
v0.0.4-unstable
- change timeout of download request, pullrequest #23
- sign content add from, pullrequest #24
- receiptroot calc bug, pullrequest #25
- feature genesis bootnodes , pullrequest #26
- reduce event's mutex competition, pullrequest #27
- fix receipts root different err, pullrequest #28
- testnet genesis.json, pullrequest #29, pullrequest #31 pullrequest #35
- update consensus/miner/work, pullrequest #30
- update readme.md , pullrequest #32
- multi bonus, pullrequest #33
- return right gas when trasfer internal tx , pullrequest #36
- add some functionality for wallet and blockchain broswer, pullrequest #40
- change env script, pullrequest #41
- bug miner private checke, pullrequest #42
v0.0.3-unstable
v0.0.2-unstable
- add coveralls service, pull reuqest #8
- fix epoch judgement, issue #10 , pull request #9
- fix txpool pending unable to delete transactions, issue #11,pull request #12
- modify RPC method p2p_peersEvent ,pull request #13
- add mutex to protect event.typeList, ,pull request #14
- add common.name rlp interface, issue #15 ,pull request #16