You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 6c48642ff9 don't cache the block/header hashes. fixes a cache invalidation bug 10 years ago
..
types block module -> import as blk 10 years ago
README.md Update README.md 10 years ago
log.go Write log also to a file. 10 years ago
pol.go block module -> import as blk 10 years ago
pol_test.go block module -> import as blk 10 years ago
reactor.go Ensure correct peer vote bitarray capacity 10 years ago
state.go don't cache the block/header hashes. fixes a cache invalidation bug 10 years ago
state_test.go block module -> import as blk 10 years ago
test.go test bondTx 10 years ago
vote_set.go Ensure correct peer vote bitarray capacity 10 years ago
vote_set_test.go block module -> import as blk 10 years ago

README.md

The core consensus algorithm.

  • state.go - The state machine as detailed in the whitepaper
  • reactor.go - A reactor that connects the state machine to the gossip network