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
33bf53c408508f571c8cc7ab2b6bcc697d93d011
darkfi
/
src
/
validator
History
skoupidi
97820d7301
darkfid: fixed some sync issues
2024-07-02 22:41:51 +03:00
..
consensus.rs
darkfid: fixed some sync issues
2024-07-02 22:41:51 +03:00
fees.rs
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)
2024-04-02 09:39:38 +02:00
mod.rs
darkfid: fixed some sync issues
2024-07-02 22:41:51 +03:00
pow.rs
validator: check block timestamp is after genesis
2024-06-19 17:37:02 +03:00
utils.rs
runtime: get_block_target() fn added, to retrieve current block time target(seconds)
2024-06-05 13:25:48 +03:00
verification.rs
validator: properly handle gas limit checks
2024-06-19 12:00:21 +03:00