Jae Kwon 6d6f061f19 Support nil pointers for Binary.
If the thing does not already have a typebyte declared,
a fake one will be given (0x01).
A TypeByte of 0x00 is reserved for nil things.
No nil-dogs.
2015-04-12 17:46:16 -07:00
..
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-12 17:46:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-08 12:30:49 -07:00
2014-11-20 05:28:01 -08:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00
2015-04-01 17:30:16 -07:00

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