تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  skoupidi 235ba3f644 darkfid: purge current forks on network dc 2 سال پیش
  skoupidi 82a56cd2c2 validator: properly handle gas limit checks 2 سال پیش
  kalm cff9d0e7f5 validator/consensus: gas-based limit for unproposed transactions retrieval 2 سال پیش
  skoupidi 43f9fc8aa1 runtime: get_block_target() fn added, to retrieve current block time target(seconds) 2 سال پیش
  parazyd 871d89a3e9 net/transport: Add experimental Tor hidden service support 2 سال پیش
  skoupidi 5f5cfbafa8 validator: random tx handling fixes 2 سال پیش
  skoupidi 73a159ef83 contract/money: properly integrate txs fees into block rewards 2 سال پیش
  skoupidi 80044e306f darkfid: fully configurable fees verification 2 سال پیش
  skoupidi c208ba4442 validator: better erroneous and unreferenced penging txs handling 2 سال پیش
  skoupidi 12efdd87f3 darkfid: use proposals/consensus logic while syncing 2 سال پیش
  skoupidi 9f5e6aafc4 blockchain: changed block height from u64 to u32 2 سال پیش
  skoupidi 930a511309 blockchain: major hashes cleanup 2 سال پیش
  zero c781936b12 replace usage of blake3::Hash for tx hashes with TransactionHash type. Change all occurances of `let txs: Vec<blake3::Hash> = block.txs.iter().map(|x| blake3::hash(&serialize(x))).collect();` to `let txs: Vec<TransactionHash> = block.txs.iter().map(|tx| tx.hash()).collect();` 2 سال پیش
  skoupidi 70aeb839f5 blockchain/tx_store: unified main tree with the pending tree into single store structure 2 سال پیش
  zero 5c9e3bd4a1 tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() ) 2 سال پیش
  skoupidi b70ade1922 validator: permanently store ranks as blockchain expands 2 سال پیش
  skoupidi c15facda1c validator: fixed not saving PoW module updates to db 2 سال پیش
  skoupidi 23d49cd158 validator: use sled-overlay add diff functionality to rebuild forks 2 سال پیش
  skoupidi 269cffbd1c validator: purge unreferenced trees from sled when reseting forks 2 سال پیش
  skoupidi 696bc213a0 validator: fixed stupid mistake 2 سال پیش
  skoupidi 41c9bd28ba validator: updated sled-overlay version and use new diffs logic for finalization 2 سال پیش
  hishope bd456cb839 chore: fix some typos 2 سال پیش
  parazyd 1297ff7b07 src/time: Implement and use {over,under}flow-safe API 2 سال پیش
  skoupidi 7010aae22e validator: changed ranking logic 2 سال پیش
  skoupidi ed8e485575 validator: changed consensus finalization logic 2 سال پیش
  skoupidi d7495510dd darkfid: better locks handling and minor code improvements 2 سال پیش
  skoupidi cff856971d darkfid: consensus fixes 2 سال پیش
  skoupidi 0de966c9c7 darkfid: forks sync logic implemented 2 سال پیش
  skoupidi 6de4869bec darkfid: removed obselete protocol_block 2 سال پیش
  parazyd 68c9bc8418 consensus: Use BigUint for block ranking to obtain higher resolution 2 سال پیش