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
/
drk
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
dao.sql
drk: parse coinbase transaction
2024-02-14 15:25:00 +02:00
drk_config.toml
darkfid: use base64 encoding | drk: minor fixes
2024-02-14 14:31:40 +02:00
Makefile
drk is back in the menu boys
2024-01-25 18:52:03 +02:00
money.sql
drk: cleaned up all slot references
2024-02-09 17:43:34 +02:00
wallet.mp3
drk: Notify the user about changes in their wallet.
2022-12-20 18:22:34 +01:00
wallet.sql
drk: broadcasted transactions history handling added
2023-03-21 22:47:19 +02:00