Commit History

Author SHA1 Message Date
  aggstam a4c1e3b6de validatod: misc fixes and cleanups 4 years ago
  aggstam d7bf42a67f validatord/protocol_sync.rs: handle_receive_block correct flag value handling 4 years ago
  aggstam 66baa52e91 validatord/protocol_sync.rs: handle_receive_block to be executed based on node mode flag 4 years ago
  aggstam bae1ce4ad3 validatord: removed dummy log message used for testing 4 years ago
  aggstam 9e613d514a validatord: moved tx protocol and json rpc to main p2p subnet, protocol_sync.rs: upon receiving finalized block, node removes blocks txs from unconfirmed_txs, /src/consensus/state.rs: decoupled removal of unconfirmed txs 4 years ago
  aggstam c217030367 validatord: sync tasks and protocols implemented 4 years ago
  aggstam 71cd403ceb scr/consensus: BlockOrderStore created, validatord: retrieve last block info from sled (removed redudant ConsensusState attributes), added subnets configs, simulation script modified, nodes-tool: removed redudant info 4 years ago
  aggstam 4ed5fb001b Revert "src/consensus: removed fixed genesis timestamp (if sled db doesn't exists it restarts from current timestamp)" 4 years ago
  aggstam 425d339c43 src/consensus: removed fixed genesis timestamp (if sled db doesn't exists it restarts from current timestamp) 4 years ago
  aggstam 7a34ec3d45 src/consensus: split state, fully sled integration, modified nodes-tool to extract all sled db data 4 years ago
  aggstam 56186fc49e src/consensus: fork chains to use BlockProposal strusture, cleanup, encode_payload! macro added 4 years ago
  aggstam 8ea28e752f src/consensus: blake3 hashes used insted of String, removed serde Deserialize/Serialize (finally) 4 years ago
  aggstam 267e1d2016 validatord: state storage moved from jsonfile to sled 4 years ago
  aggstam bc49396a64 validatord: participants logic implemented 4 years ago
  aggstam 65e827df1e validatord: proper p2p messages handling, n nodes simulation 4 years ago
  aggstam 07b27791b0 validatord: added votes orphans impl, removed artificial delays when voting, remove +nightly from simulation 4 years ago
  aggstam bcf0975d82 jsonrpc: quick results handling 4 years ago
  aggstam 3328887294 validatord: jsonrpc cleanup 4 years ago
  aggstam 5a00ea2c51 validatord: p2p impl for all consensus messages implemented, consensus structures added at src/consensus, WIP: consensus network 4 years ago
  aggstam cbcb90ca6b script/research/validatord: minor cleanup 4 years ago
  aggstam e5b507693c script/research/validatord: Core validator boilerplate implementation, using p2p network. 4 years ago