Release v0.0.5 is a bug fix and enhancement release.
In this release:
- Fullnode is added, with which you can easily sync L2 data.
- NFTs which have been withdrawn to L1 can be queried by smart contracts.
- SMT performance has been improved dramatically.
- BNB and BUSD are configured as gas tokens now.
- New apis have been added, and api error codes have been improved.
- Bug fix.
Change logs
#190 feat: add fullnode
#215 feat: refine API error codes
#224 dao: fix compressed block out of order
#226 feat: export toAccountIndex and toAccountName in Tx APIs
#227 feat: support query account tx APIs by txType
#228 committer: fix txDetails generation bug
#229 statedb tree: optimize the time of the statedb commit phase
#232 feat: Implement GET /executedTxs API
#233 fix: correct witness and committer when gas account sending txs
#235 refine: improve the query of GetTxsTotalCount