Go to file
Jae Kwon 5c20d133f7 Merge branch 'master' of https://github.com/tendermint/tendermint 2014-07-07 19:25:44 -07:00
binary performance optimization 2014-07-03 13:44:19 -07:00
blocks go fmt 2014-07-01 14:50:24 -07:00
common naive flushing implemented with a throttler. 2014-07-03 14:39:45 -07:00
config go fmt 2014-07-01 14:50:24 -07:00
crypto go fmt 2014-07-01 14:50:24 -07:00
db go fmt 2014-07-01 14:50:24 -07:00
docs . 2014-06-16 22:37:42 -07:00
merkle benchmark works, but could use some improvement. 2014-07-02 16:03:04 -07:00
peer Merge branch 'master' of https://github.com/tendermint/tendermint 2014-07-07 19:25:44 -07:00
.gitignore First iteration of the immutable AVL tree 2014-05-19 20:46:41 -07:00
README.md update status 2014-07-03 16:35:27 -07:00

README.md

TenderMint - proof of concept

  • peer: 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

  • Implement basic peer exchange
  • Implemented the basics of peer/*
  • Ed25519 bindings complete
  • merkle/* complete