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
0cc786a1e5277f96cbd7fe64b55a6f633045c32f
grin-node
/
grin
/
src
T
History
Ignotus Peverell
0cc786a1e5
Refactored server to share the same struct whether futures are exposed or not. Multi-server test now properly waits for a block instead of a timer.
2016-12-23 12:15:36 -08:00
..
adapters.rs
Adapters between the chain and the network for block broadcast. First working test that spins up 5 servers, connects them all together, mine a block on one and watch it getting added to all the other servers chains. Some improvements still needed to automate the test properly.
2016-12-20 17:39:02 -08:00
lib.rs
Refactored server to share the same struct whether futures are exposed or not. Multi-server test now properly waits for a block instead of a timer.
2016-12-23 12:15:36 -08:00
miner.rs
Several bug fixes to the miner loop. Now builds the block properly and updates the shared head state.
2016-12-20 17:36:48 -08:00
server.rs
Refactored server to share the same struct whether futures are exposed or not. Multi-server test now properly waits for a block instead of a timer.
2016-12-23 12:15:36 -08:00