This website requires JavaScript.
Explore
Help
Sign In
GRIN
/
grin-node
Watch
1
Star
0
Fork
0
You've already forked grin-node
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
959474dc127d3b6aaf38281d4609cea2a91a3801
grin-node
/
core
/
src
T
History
Ignotus Peverell
d395b3d128
Added another server implementation for when the client needs to stay in control of the event loop (i.e. multiple servers for tests). Test to spin up 5 servers and connect them all together.
2016-12-14 16:10:39 -08:00
..
core
Added another server implementation for when the client needs to stay in control of the event loop (i.e. multiple servers for tests). Test to spin up 5 servers and connect them all together.
2016-12-14 16:10:39 -08:00
pow
Any size pow accesible to tests.
2016-11-29 18:46:28 -08:00
consensus.rs
Formatting.
2016-12-13 19:21:49 -08:00
genesis.rs
Formatting.
2016-12-13 19:21:49 -08:00
lib.rs
Moved consensus related constants to their own core module.
2016-11-09 15:51:24 -08:00
macros.rs
core/ser: change serialization trait to use Result<(), Error> in place of Option<Error>
2016-11-01 02:14:52 +00:00
ser.rs
Rewrote most of p2p code to use futures-rs instead of mioco. Need some cleanup and support for a few more message types.
2016-12-10 19:11:49 -08:00