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
4f55aab006c45e691b1d50d794f23c79c45ee2fa
grin-node
/
core
/
src
T
History
Ignotus Peverell
2efa8ce706
Merge pull request
#7
from GarrickOllivander/fix_merkle_tree_malleability
...
Fix Merkle tree malleability.
2016-10-30 18:18:40 -07:00
..
core
Merge pull request
#7
from GarrickOllivander/fix_merkle_tree_malleability
2016-10-30 18:18:40 -07:00
pow
p2p module getting close to first integration test allowing 2 peers to connect. Fleshed out handshake and protocol use. Fixed most errors, just need to make the borrow checker happy.
2016-10-25 22:06:13 -07:00
genesis.rs
core: move Hash into its own module
2016-10-23 13:23:04 +00:00
lib.rs
Add apache 2.0 license header to all source files
2016-10-23 13:20:39 +00:00
macros.rs
Re-implemented the whole interaction between server, peer and protocol to be more Rust-ish. Server maintains peer references and protocol is internally mutable.
2016-10-29 12:36:45 -07:00
ser.rs
p2p module getting close to first integration test allowing 2 peers to connect. Fleshed out handshake and protocol use. Fixed most errors, just need to make the borrow checker happy.
2016-10-25 22:06:13 -07:00