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
9e613d514a90d32e7c954f80dc767aefc3bd5214
darkfi
/
script
/
research
/
validatord
History
aggstam
9e613d514a
validatord: moved tx protocol and json rpc to main p2p subnet, protocol_sync.rs: upon receiving finalized block, node removes blocks txs from unconfirmed_txs, /src/consensus/state.rs: decoupled removal of unconfirmed txs
2022-04-21 16:40:52 +03:00
..
src
validatord: moved tx protocol and json rpc to main p2p subnet, protocol_sync.rs: upon receiving finalized block, node removes blocks txs from unconfirmed_txs, /src/consensus/state.rs: decoupled removal of unconfirmed txs
2022-04-21 16:40:52 +03:00
.gitignore
Update dependency versions.
2022-03-28 19:59:38 +02:00
Cargo.toml
src/consensus: blake3 hashes used insted of String, removed serde Deserialize/Serialize (finally)
2022-04-09 14:40:32 +03:00
simulation.sh
validatord: sync tasks and protocols implemented
2022-04-21 04:43:37 +03:00
validatord_config.toml
scr/consensus: BlockOrderStore created, validatord: retrieve last block info from sled (removed redudant ConsensusState attributes), added subnets configs, simulation script modified, nodes-tool: removed redudant info
2022-04-19 16:27:53 +03:00