Skip to content

Releases: truechain/truechain-engineering-code

v3.0.3

10 Jan 10:09
Compare
Choose a tag to compare
  • update the tip14
  • update the base reward for every epoch

v3.0.2

05 Jan 10:23
Compare
Choose a tag to compare
  • update the params for tip13

v3.0.1

05 Jan 09:23
Compare
Choose a tag to compare
  • fixed the bug for the tip13

v3.0.0

04 Jan 07:13
Compare
Choose a tag to compare
  • 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

06 Aug 15:12
Compare
Choose a tag to compare
  • update boot nodes.

v2.1.3

06 Aug 08:49
Compare
Choose a tag to compare
  • update the MinTimeGap to 300 for validator snail body
  • update the time gap of make the next fast block

v2.1.2

26 Jul 06:41
Compare
Choose a tag to compare
  1. Update Tip12
  2. Implement eip-2565
  3. Marshall returnData as hexstring in trace logs.
  4. Update EVM config

v2.1.1

23 Nov 12:02
Compare
Choose a tag to compare
  • fix fast download get committee failed(#115)
  • update contract call error
  • fix parallel validate fruit

v2.1.0

27 Aug 14:44
Compare
Choose a tag to compare
  • 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

03 Apr 04:03
Compare
Choose a tag to compare
  • 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.