issues
search
Fantom-foundation
/
lachesis-rs
Lachesis BFT consensus for permission-less networks, in Rust
MIT License
34
stars
5
forks
source link
Improve `Debug` for `Swirlds`
#28
Open
AgustinCB
opened
5 years ago
AgustinCB
commented
5 years ago
Various things here:
move the code into a different, separate, file
Move the code related with printing the graph into a
Debug
implementation of
Hashgraph
instead and simply
{}
state.hashgraph
.
Break into smaller functions
Various things here:
Debug
implementation ofHashgraph
instead and simply{}
state.hashgraph
.