Commit History

Author SHA1 Message Date
  skoupidi 4582e23745 darkfid: minor cleanup 2 years ago
  draoi dbf5c6bc8f hosts: use sync Mutex for HostRegistry 2 years ago
  skoupidi 07606d27e4 drk: added fee call to transfer 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 c6637029fe darkfid: remove second miners p2p 2 years ago
  draoi fd728f4324 darkfid: update to new channels() API 2 years ago
  skoupidi 38a83c8b40 darkfid: renamed consensus_p2p to miners_p2p 2 years ago
  skoupidi 3e15d146a3 validator/consensus: cleaned up slots logic 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
  parazyd eda67fdc5a chore: Clippy lint 2 years ago
  parazyd ffe8643812 bin: Feature cleanup 3 years ago
  x 5874702bce p2p channels() doesn't need to be async 3 years ago
  parazyd 2b7dd67309 chore: Clippy lints and compile fixes. 3 years ago
  parazyd a5360368aa bin: Remove async-std dependencies. 3 years ago
  parazyd db607de661 darkfid: Update to new RPC dependencies. 3 years ago
  parazyd 55ee919906 net: Perform full p2p code cleanup and improve certain pieces. 3 years ago
  parazyd 17ed4ea5cb darkfid/rpc_tx: Use provided hash() function for hashing transaction. 3 years ago
  aggstam 1bd504eaa0 util/time/TimeKeeper: added verifying slot attribute that can be used by the runtime for validations 3 years ago
  aggstam f390039360 darkfid/rpc_tx.rs: upaded transactions verification with the proper ones 3 years ago
  parazyd 71cd3064d6 Update license year. 3 years ago
  parazyd d1db46fbf8 darkfid: tx.broadcast: Append tx to mempool if participating in consensus. 3 years ago
  parazyd 4892432cde drk: Payments 3 years ago
  parazyd 4886b0ec0b Remove old obsolete tx module and replace with tx2. 3 years ago
  parazyd 569b296c16 darkfid: Get compiling with most of RPC functionality disabled. 3 years ago
  parazyd f062a2bbe9 Apply new TokenID API throughout codebase. 3 years ago
  parazyd d7ee8f3e0c Update calls throughout repository for latest darkfi-sdk changes. 3 years ago
  parazyd 8ae84ad7f9 Add license header to source files. 3 years ago
  Luther Blissett 5e4b663b13 Apply new path to serial crate throughout codebase. 3 years ago
  Luther Blissett b658d77b0d darkfid: Move transaction simulation into a separate fn and add a sim RPC endpoint. 3 years ago