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 година
..
src 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 година
Cargo.toml 0de97d0db3 chore: Update crate dependencies пре 2 година
Makefile 3062597fca drk is back in the menu boys пре 2 година
dao.sql af5542da7b drk: parse coinbase transaction пре 2 година
drk_config.toml 44103f0359 darkfid: use base64 encoding | drk: minor fixes пре 2 година
money.sql 01f88db53b drk: cleaned up all slot references пре 2 година
wallet.mp3 be260674ce drk: Notify the user about changes in their wallet. пре 3 година
wallet.sql a3e0417c7a drk: broadcasted transactions history handling added пре 3 година