Commit History

Author SHA1 Message Date
  mohab metwally c857f34913 add y_mu, rho_mu random samples to the leadcoin 4 years ago
  aggstam 93ae339b5f consesus: epoch added 4 years ago
  aggstam 360db522e5 consenus: renamed epoch to slot 4 years ago
  aggstam 9b697b525a src/consensus/util.rs moved to src/util/time.rs, modified corresponding depedencies 4 years ago
  aggstam 8d6c696e3a consensu/block: added version, consensus/state: fixed epoch 0 participants check, bin/darkfid2: updated config.toml flags, script/consensus_simulation: updated flags 4 years ago
  parazyd 09bfbc7285 blockchain: Cleanup and documentation. 4 years ago
  parazyd 0fd0cee7fb consensus: Don't use wrapping struct for transactions. 4 years ago
  aggstam a64b149ea2 consensus: use default wallet as node id 4 years ago
  aggstam f230d1dc82 consensus2: renamed to consensus, fixed all dependencies 4 years ago
  aggstam 70ffc7e0c4 src/consensus: moved under script/research/validatord workspace 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 a9b5777861 src/consensu: block metadata modifications, proper hash handling, misc cleanups 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 5d94a1406e src/consensus: updated structures with new serialization derives. 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