Commit History

Author SHA1 Message Date
  skoupidi bd554cced1 darkfid: network reorg trigger added 1 year ago
  skoupidi 6a39547118 chore: clippy too_long_first_doc_paragraph fixed almost everywhere 1 year ago
  skoupidi 43f9fc8aa1 runtime: get_block_target() fn added, to retrieve current block time target(seconds) 2 years ago
  skoupidi d9304c15cd runtime: changed call_index from u32 to u8 2 years ago
  skoupidi 930a511309 blockchain: major hashes cleanup 2 years ago
  zero 9074440105 runtime: remove call_idx from the payload, and add it as a Runtime param 2 years ago
  zero 0967744635 runtime: add tx_hash to runtime params 2 years ago
  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 years ago
  skoupidi 8871f0898d validator: eat ze bugs 2 years ago
  skoupidi e8d5b312aa validator: clippy chore | darkfid/task/miner: minor logs added 2 years ago
  skoupidi 7010aae22e validator: changed ranking logic 2 years ago
  skoupidi 5e9892363a validator: changed block ranking logic 2 years ago
  parazyd 6002324810 validator/utils: Add FIXME note about dangerous code 2 years ago
  parazyd 68c9bc8418 consensus: Use BigUint for block ranking to obtain higher resolution 2 years ago
  skoupidi 8eef36b898 blockchain/header: changed nonce from pallas::Base to u64 2 years ago
  parazyd 00aefdded5 contract/money: Faucet cleanup 2 years ago
  skoupidi 2dc6832656 validator: removed genesis tx total calculation | darkfid: use next block height for contracts deployment 2 years ago
  skoupidi 7ac561fe67 util/time: TimeKeeper yeeted 2 years ago
  skoupidi 2805f1435c validator: fixed minor encoding/decoding bugs 2 years ago
  skoupidi 3e15d146a3 validator/consensus: cleaned up slots logic 2 years ago
  skoupidi 3355575721 runtime: replaced timekeeper with verifying block height directly 2 years ago
  skoupidi 16103b84a7 Night of the living dead 2 years ago
  parazyd 0e6f51e895 chore: Update copyright year in license headers 2 years ago
  aggstam e5660ce75d validator: check if proposal already exists when looking ofr its fork index 2 years ago
  parazyd 6c2ba6ec6a validator: Deploy the deployooor contract as a native contract 2 years ago
  aggstam a4ba0b1f6b validator: producer tx on first instead of last position in block txs vector 2 years ago
  parazyd 4aa20d40f3 validator: Port serialization to async functions 2 years ago
  aggstam bd86ce5678 tx: use DarkLeaf<ContractCall> in tx calls vec 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