Links
🔢

Node Release Notes

Dev release nodes for mainnet node post-conversion

v1.4.0

Hardfork at block 3091000 on Mainnet
Docker image:
docker pull taraxa/taraxa-node:v1.4.0
Github:
Release Highlights:
DPOS Contract
  • Fixes a critical security vulnerability where a call to DPOS contract could cause a persisting error in the state readout for a validator.
  • Removes the depth limit on contract call enabling other contracts to interact with the DPOS contract

v1.3.2

Docker image:
docker pull taraxa/taraxa-node:v1.3.2
Github:
Release Highlights:
RPC
  • Added batch RPC request support via websockets

v1.3.1

Docker image:
docker pull taraxa/taraxa-node:v1.3.1
Github:
Release Highlights:
RPC
  • RPC changes to increase indexer performance
  • Update EVM submodule with added getTotalDelegation method to DPOS contract
Consensus
  • Disconnect nodes that send multiple PBFT votes (ie. equivocate) in same step in network layer
  • Properly rebroadcast blocks that local node has voted for

v1.3.0

Docker image:
docker pull taraxa/taraxa-node:v1.3.0-rc.10253
Github:
Release Highlights:
Storage

Syncing

Consensus

EVM

RPC

Improved Tracing

Light Node