Eminer Public Chain
1) Remove implicit approval chilling upon slash.
2) The JSON-RPC client no longer hangs when invalid batch results are returned by the server.
3) A corner-case issue in the filter system is resolved.
4) Various improvements to snap sync are included in this release.
5) Correctly populates rosetta’s /network/status endpoint response. Rosetta’s data api is divided into its own go files (account, block, mempool, network).
6) Mainnet optimization transaction logic development from the network layer to the transaction layer,90% completed.
7) Research exploring incremental verification and SNARKS without pairings,70% complete.
8)Remove implicit approval chilling upon slash.
9) Optimize nonce handling performance in the txpool,90% completed.
10) Move lockablecurrency trait to fungibles::lockable and deprecate lockablecurrency.