v1.5.0 - Hard Fork - Mandatory update
codefather-filestar
released this
17 Sep 07:26
·
16 commits
to master
since this release
This is an mandatory release of Filestar that upgrade specs-actors to v3 and introduce ERC1155-Token.
The network will upgrade at height 953100, which is 2021-09-23T10:30:00 UTC+8.
Changes
new features
- upgrade specs-actors to v3 which improve the performance of hamt/amt
- add ERC1155 token actor, support mint/transfer NFT token
- new cli
lotus token info
- new cli
lotus token create
- new cli
lotus token uri
- new cli
lotus token creators
- new cli
lotus token mintBatch
- new cli
lotus token balances
- new cli
lotus token safeTransfer
- new cli
lotus token approves
- new RPC
StateTokenInfo
- new RPC
StateTokenCreators
- new RPC
StateTokenCreatorByTokenID
- new RPC
StateTokenIDsByCreator
- new RPC
StateTokenURIByTokenID
- new RPC
StateTokenBalanceByTokenID
- new RPC
StateTokenBalanceByAddr
- new RPC
StateTokenBalanceByTokenIDAndAddr
- new RPC
StateTokenBalanceByTokenIDsAndAddrs
- new RPC
StateTokenIsAllApproved
- new cli
- add interactive mode in lotus-wallet. (91304c2)
- new api
StateSectorGetInfo
andStateSearchMsg
. (afa2f58)