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 лет назад
..
dao 88c39e5861 dao::propose(): fix get_tx_location(), by making the test-harness write the txs and their locs to the DB inside wallet.add_transactions() 2 лет назад
deployooor 0de97d0db3 chore: Update crate dependencies 2 лет назад
money 83f5898de5 DAO::vote(): now with SMT flavor 2 лет назад
test-harness 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 лет назад
README.md d59d3cd21a contract/deployooor: Initial impl of non-native smart contract deployment. 3 лет назад