taraxa-node icon indicating copy to clipboard operation
taraxa-node copied to clipboard

Taraxa blockchain full node implementation

Results 117 taraxa-node issues
Sort by recently updated
recently updated
newest added

## Purpose Simplified pillar chain implementation: - every "pillar_block_periods" periods, new pillar block + vote for it is created. It consists of period, state_root, validators stakes changes and previous pillar...

## Task Description ### Background Our current system supports only a single undelegation per delegator per validator. This limitation poses challenges for liquid staking, where more flexible and sophisticated solutions...

task

## Purpose ## How does the solution address the problem ## Changes made

In processing DagSyncPacket on verifying the dag blocks, all the transactions were being retrieved from the local cache/db with: trx_mgr_->getBlockTransactions This was inefficient since the packet already contains most of...

## Purpose ## How does the solution address the problem ## Changes made

## Task Description Peer for requesting pillar votes is filtered by max chain size. Max chain size does not mean he has all pillar vote though... Maybe we should have...

task

## Task Description Create the same protection mechanism for pillar votes syncing as for pbft syncing - accept data only from requested peer ## Epic Parent

task

Logging node address in a silent log on initial status message