This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
darkfi
Watch
1
Star
1
Fork
0
You've already forked darkfi
mirror of
https://github.com/darkrenaissance/darkfi.git
synced
2026-04-28 03:00:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52e6ea0530de80cd9decab5d1bcff03b05ec9bdc
darkfi
/
bin
/
darkfid
History
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() )
2024-04-01 11:59:17 +02:00
..
src
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() )
2024-04-01 11:59:17 +02:00
Cargo.toml
chore: Update crate dependencies
2024-03-05 08:47:43 +01:00
darkfid_config.toml
doc: Remove reference to quarantine settings
2024-03-28 20:12:06 -04:00
genesis_block_localnet
darkfid: use base64 encoding | drk: minor fixes
2024-02-14 14:31:40 +02:00
genesis_block_mainnet
darkfid: use base64 encoding | drk: minor fixes
2024-02-14 14:31:40 +02:00
genesis_block_testnet
darkfid: use base64 encoding | drk: minor fixes
2024-02-14 14:31:40 +02:00
Makefile
Night of the living dead
2024-01-29 21:41:01 +02:00