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-01-21 03:21:08 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
dda223f25b
grin
/
chain
/
src
History
Ignotus Peverell
dda223f25b
Chain logic to support multiple forks, select the most worked fork as the head. Significantly simplified from the original direction as it doesn't seem that explicitly materializing forks is necessary. Simple total difficulty accounting in block headers helping a lot there.
2017-01-09 15:16:44 -08:00
..
lib.rs
A few more basic block checks in the chain pipeline. Added a chain adapter trait that's notified when a block is accepted.
2016-12-20 17:35:04 -08:00
pipe.rs
Chain logic to support multiple forks, select the most worked fork as the head. Significantly simplified from the original direction as it doesn't seem that explicitly materializing forks is necessary. Simple total difficulty accounting in block headers helping a lot there.
2017-01-09 15:16:44 -08:00
store.rs
Chain logic to support multiple forks, select the most worked fork as the head. Significantly simplified from the original direction as it doesn't seem that explicitly materializing forks is necessary. Simple total difficulty accounting in block headers helping a lot there.
2017-01-09 15:16:44 -08:00
types.rs
Chain logic to support multiple forks, select the most worked fork as the head. Significantly simplified from the original direction as it doesn't seem that explicitly materializing forks is necessary. Simple total difficulty accounting in block headers helping a lot there.
2017-01-09 15:16:44 -08:00