zero dd341c156a smt: add docstrings for runtime/SDK fns 2 anos atrás
..
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 anos atrás
contract b42cb611c5 runtime: review and update ACL perms for fns 2 anos atrás
event_graph 195c477caa chore: Clippy lints 2 anos atrás
geode c25df52c64 fud | lilith | research/dhtd/ | geode | tests : Refactor to return match statements 2 anos atrás
net 83549ccbf0 doc: add missing documentation to refine session and hosts 2 anos atrás
rpc b9edcc6077 channel: expand ChannelInfo to include resolve_addr and connect_addr 2 anos atrás
runtime dd341c156a smt: add docstrings for runtime/SDK fns 2 anos atrás
sdk dd341c156a smt: add docstrings for runtime/SDK fns 2 anos atrás
serial 0de97d0db3 chore: Update crate dependencies 2 anos atrás
system 6bee5bf416 subscriber: add docstrings, and simplify a method. 2 anos atrás
tx b6e8c00243 replace all data strings output as [123, 78, ...] with big endian hex strings. 2 anos atrás
util 1297ff7b07 src/time: Implement and use {over,under}flow-safe API 2 anos atrás
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 anos atrás
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 anos atrás
zkas dcf419b0ca sdk: move find_subslice() and NextTupleN from zkas into SDK util.rs 2 anos atrás
error.rs c2941c4726 error: more descriptive error handling for state transitions 2 anos atrás
lib.rs 16103b84a7 Night of the living dead 2 anos atrás