This website requires JavaScript.
Explore
Help
Sign in
Core
/
grin
Watch
0
Star
0
Fork
You've already forked grin
0
mirror of
https://github.com/mimblewimble/grin.git
synced
2025-02-01 17:01:09 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ca26f0c3f7
grin
/
core
/
src
History
Ignotus Peverell
ca26f0c3f7
Block header needs its own deserialization. Fixed pow verify to use the block target.
2016-11-16 14:08:46 -08:00
..
core
Block header needs its own deserialization. Fixed pow verify to use the block target.
2016-11-16 14:08:46 -08:00
pow
Block header needs its own deserialization. Fixed pow verify to use the block target.
2016-11-16 14:08:46 -08:00
consensus.rs
Block now uses the new Target type. Consensus next_target calculation adjusting every block based on deviation and increasing Cuckoo size gradually. Block time of a minute until we learn more from mining ecosystem, so enough PoW attempts can be made even on CPUs.
2016-11-15 14:41:16 -08:00
genesis.rs
Block now uses the new Target type. Consensus next_target calculation adjusting every block based on deviation and increasing Cuckoo size gradually. Block time of a minute until we learn more from mining ecosystem, so enough PoW attempts can be made even on CPUs.
2016-11-15 14:41:16 -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
Moved consensus related constants to their own core module.
2016-11-09 15:51:24 -08:00