Go to file
Jae Kwon 34fe442514 Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
accounts bug fixes in binary 2014-07-08 15:33:26 -07:00
binary Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
blocks Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
common Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
config TMROOT env variable. Panic less. 2014-07-16 13:15:18 -07:00
crypto
db Put->Set 2014-07-19 15:19:07 -07:00
docs
merkle Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
p2p Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
rpc created "Node" 2014-07-09 18:33:44 -07:00
.gitignore bug fixes in binary 2014-07-08 15:33:26 -07:00
README.md Message is wrapped by TypedMessage. 2014-07-18 21:21:42 -07:00
log.go Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
main.go Moved PEX logic to PeerManager where it belongs. 2014-07-19 16:40:49 -07:00

README.md

TenderMint - proof of concept

  • p2p: P2P networking stack. Designed to be extensible.
  • merkle: Immutable Persistent Merkle-ized AVL+ Tree, used primarily for keeping track of mutable state like account balances.
  • crypto: Includes cgo bindings of ed25519.

Status

  • Block manager now
  • Node & testnet complete
  • PEX peer exchange complete
  • p2p/* complete
  • Ed25519 bindings complete
  • merkle/* complete