v0.0.4
Release v0.0.4 is a performance release.
In this release:
- AMM dex module is removed.
- Several circuit improvements are included, it turns out the constraints per tx decrease from 80K to 40K(v0.0.3).
- Redesign the state cache.
- The NFT initiated on L1 can no longer deposit into L2.
- Only BNB and BUSD can be used as a gas fee.
Change Logs
#221 sender: fix corner case in case the rollup tx is timeout
#216 ci: install golangci-lint in Makefile
#219 core, dao: merge new update map for account and nft
#218 refactor: reduce public inputs of block constraints
#206 core: move gas to block level
#220 executor: fix full exit nft
#214 feat: add totalAssetValue in GetAccount API response
#217 committer: fix the bug when using new generated nft/account tx in the same block
#213 refactor: prohibit native l1 nft deposits
#207 feat: Replace apiserver gocache with ristretto cache
#212 update zkbnb-crypto version
#208 fix deploy local script
#210 feat: add icon url for assets
#209 feat(api.server): add Size member to Block struct for fullnode
#205 refactor: prune amm related txs and types
#184 committer: fix tx status is not updated issue