Commit History

Author SHA1 Message Date
  skoupidi 72526ed18c validator: improved uproposed txs retriaval logic 2 years ago
  skoupidi 2ce7f38880 validator: producer tx on last instead of first position in block txs vector and proper header Merkle tree validation 2 years ago
  skoupidi f79bd2de18 sdk, blockchain, validator: removed slot stuff 2 years ago
  skoupidi 3e15d146a3 validator/consensus: cleaned up slots logic 2 years ago
  skoupidi 4c45c8d592 validator: cleaned up verification and validations methods and merged the two files 2 years ago
  skoupidi ccc3a8e3a7 blockchain/header: derive block version using sdk block_version fn 2 years ago
  skoupidi f64c4e5750 contract/*: renamed all slot references to block height 2 years ago
  parazyd 2305faefb4 validator/verification: Return an Error if there are failing txs in verifying sets 2 years ago
  parazyd 0e6f51e895 chore: Update copyright year in license headers 2 years ago
  aggstam 7c9b3549cf darkfid2: use minerd to mine blocks, validator: cleaned up threads info as its not longer required 2 years ago
  aggstam e5660ce75d validator: check if proposal already exists when looking ofr its fork index 2 years ago
  parazyd 4aa20d40f3 validator: Port serialization to async functions 2 years ago
  parazyd 0231beba7f validator: Add placeholder for tx fee enforcement 2 years ago
  aggstam bb99e816f2 validator: removed RwLock over whole struct ptr and moved to inner stuff 2 years ago
  aggstam 4d3984a611 validator: renamed testing_mode to pos_testing_mode 2 years ago
  aggstam cb06356c46 validator/pow: introduced fixed difficulty for testing purposes 2 years ago
  aggstam 44482105c8 darkfid2: enchanched args configuration 2 years ago
  aggstam 5f053ac265 darkfid2: proper producer tx usage 2 years ago
  aggstam 1d2212ae10 validator/consensus: generate proper slots on fork creation/rebuilding 2 years ago
  aggstam 4043e09330 validator/consensus: handle same ranking forks 2 years ago
  aggstam 893ea4a52f validator/pow: store block difficulty info in sled 2 years ago
  aggstam 594946044e validator/pow: TODOs cleanup 2 years ago
  aggstam 8cff15a9b8 validator: handle proposals based on their version 2 years ago
  aggstam 1cdad996d3 validator/consensus: cache fork rank for better performance 2 years ago
  aggstam 0331a02f53 validator/consensus: use blocks previous previous VRF for ranking 2 years ago
  aggstam c847febc51 validator/consensus: fork/block ranking implemented 2 years ago
  aggstam d61cf39649 chore: naming cleanup 2 years ago
  aggstam 6ad2a19bac validator: validate blocks based on their version 2 years ago
  aggstam e5081d55ce blockchain/Block: refactored in preparation for mining integration 3 years ago
  aggstam eca2c7e175 blockchain/Block: moved producer tx at last position of blocks' txs vec 3 years ago