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 лет назад