Go to file
Ubuntu 50544c50af smaller integers to conserve memory 2014-08-30 04:17:08 -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 move everything to blockManagerState; sim 2014-08-03 15:50:28 -07:00
common move everything to blockManagerState; sim 2014-08-03 15:50:28 -07:00
config TMROOT env variable. Panic less. 2014-07-16 13:15:18 -07:00
crypto go fmt 2014-07-01 14:50:24 -07:00
db move everything to blockManagerState; sim 2014-08-03 15:50:28 -07:00
docs . 2014-06-16 22:37:42 -07:00
merkle Connection -> MConnection, huge refactor. True multiplexing. 2014-07-28 01:41:25 -07:00
p2p move everything to blockManagerState; sim 2014-08-03 15:50:28 -07:00
rpc created "Node" 2014-07-09 18:33:44 -07:00
sim smaller integers to conserve memory 2014-08-30 04:17:08 -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