zero 564089646d sdk: add hex decoding fns 2 years ago
..
blockchain 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 years ago
contract 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 years ago
event_graph 195c477caa chore: Clippy lints 2 years ago
geode c25df52c64 fud | lilith | research/dhtd/ | geode | tests : Refactor to return match statements 2 years ago
net 564089646d sdk: add hex decoding fns 2 years ago
rpc b9edcc6077 channel: expand ChannelInfo to include resolve_addr and connect_addr 2 years ago
runtime b6e8c00243 replace all data strings output as [123, 78, ...] with big endian hex strings. 2 years ago
sdk 564089646d sdk: add hex decoding fns 2 years ago
serial 0de97d0db3 chore: Update crate dependencies 2 years ago
system 6bee5bf416 subscriber: add docstrings, and simplify a method. 2 years ago
tx b6e8c00243 replace all data strings output as [123, 78, ...] with big endian hex strings. 2 years ago
util 1297ff7b07 src/time: Implement and use {over,under}flow-safe API 2 years ago
validator 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 years ago
zk 9188a62bb3 smt: simplify ZK gadget. Use `root = sparse_merkle_root(pos, path, leaf)` instead of the more complicated `is_member = sparse_tree_is_member(root, path, pos, leaf)` 2 years ago
zkas 9188a62bb3 smt: simplify ZK gadget. Use `root = sparse_merkle_root(pos, path, leaf)` instead of the more complicated `is_member = sparse_tree_is_member(root, path, pos, leaf)` 2 years ago
error.rs c2941c4726 error: more descriptive error handling for state transitions 2 years ago
lib.rs 16103b84a7 Night of the living dead 2 years ago