taraxa-node
taraxa-node copied to clipboard
Taraxa blockchain full node implementation
Ficus hf
## 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...
test
## Purpose ## How does the solution address the problem ## Changes made
Various improvements in dag block processing
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 Description Create the same protection mechanism for pillar votes syncing as for pbft syncing - accept data only from requested peer ## Epic Parent
Logging node address in a silent log on initial status message