This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
darkfi
Watch
1
Star
1
Fork
0
You've already forked darkfi
mirror of
https://github.com/darkrenaissance/darkfi.git
synced
2026-04-28 03:00:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09677446357a2a800ae332cceae355cdf3f9f1ad
darkfi
/
src
/
validator
History
zero
0967744635
runtime: add tx_hash to runtime params
2024-04-01 11:59:17 +02:00
..
consensus.rs
tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() )
2024-04-01 11:59:17 +02:00
fees.rs
zkas/zk: add sparse_tree_is_member() opcode
2024-03-09 13:10:14 +01:00
mod.rs
validator: eat ze bugs
2024-03-23 19:50:40 +02:00
pow.rs
src/time: Implement and use {over,under}flow-safe API
2024-03-07 12:35:21 +01:00
utils.rs
runtime: add tx_hash to runtime params
2024-04-01 11:59:17 +02:00
verification.rs
runtime: add tx_hash to runtime params
2024-04-01 11:59:17 +02:00