Features include:
- performance improvement
- code clean up
- leveldb configurable
- support for golang tracers and add golang callTracer
- Patch EIP-2681, EIP-3541
- API:
- XDPoS_GetEpochNumbersBetween
- support both input and data in eth_call, eth_estimateGas,
- personal_sendTransaction
- merge CallArgs and SendTxArgs
- refactor func ToMessage for CallArgs
Release Change Log
https://github.com/XinFinOrg/XDPoSChain/releases/tag/v2.4.0-beta1
Upgrade on Docker at Xinfin-Node:
git clone https://github.com/XinFinOrg/XinFin-Node.git
cd XinFin-Node/testnet
git pull && ./docker-up.sh
Native Build
git clone https://github.com/XinFinOrg/XDPoSChain.git
cd XDPoSChain
mv ./common/constants/constants.go.testnet ./common/constants.go
make XDC
Discussion (1)
Good work Team :)