Releases: truechain/truechain-engineering-code
Releases · truechain/truechain-engineering-code
v3.0.3
v3.0.2
- update the params for tip13
v3.0.1
- fixed the bug for the tip13
v3.0.0
- update the consensus and verify the block valid.
- update the new mining reward algorithm
- stop the snail block and update to the pos
v2.1.4
v2.1.3
- update the MinTimeGap to 300 for validator snail body
- update the time gap of make the next fast block
v2.1.2
- Update Tip12
- Implement eip-2565
- Marshall returnData as hexstring in trace logs.
- Update EVM config
v2.1.1
v2.1.0
- update and optimize the truechain EVM
- add chainid、selfbalance opcode
- adjust partial instruction GAS calculation rules
- reduce bn256 gas price of zk,add blake2F、bls precompile contract
- apply the TIP11
v2.0.2
- fix the bug that committee member cannot change fee;
- add public key change abi that committee member can change their committee public key;
- modify the reward schedule that staker can get reward immediately when staking tx confirmed and rewarded.
- some small modifications.