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
d900f0b9342db226b642618efed5827b02059eef
grin-node
/
core
/
src
T
History
Ignotus Peverell
45b134ab30
PoW only ever needs the block header, full block unnecessary.
2017-02-07 13:48:11 -08:00
..
core
Hash needs to be writeable for network serialization.
2017-02-06 12:08:35 -08:00
pow
PoW only ever needs the block header, full block unnecessary.
2017-02-07 13:48:11 -08:00
consensus.rs
Block headers maintain total difficulty up to previous. Changed all references of target to difficulty to stay consistent. Ported retargeting algo to use difficulty as well.
2016-12-26 15:39:31 -08:00
genesis.rs
Block headers maintain total difficulty up to previous. Changed all references of target to difficulty to stay consistent. Ported retargeting algo to use difficulty as well.
2016-12-26 15:39:31 -08:00
lib.rs
Block headers maintain total difficulty up to previous. Changed all references of target to difficulty to stay consistent. Ported retargeting algo to use difficulty as well.
2016-12-26 15:39:31 -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
Hash needs to be writeable for network serialization.
2017-02-06 12:08:35 -08:00