🔢
Node Release Notes
Dev release nodes for mainnet node post-conversion
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
Docker image:
docker pull taraxa/taraxa-node:v1.3.2
Github:
Release Highlights:
RPC
- Added batch RPC request support via websockets
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
Docker image:
docker pull taraxa/taraxa-node:v1.3.0-rc.10253
Github:
Release Highlights:
Storage
Last modified 1mo ago