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