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 8db5b7b614 move everything to blockManagerState; sim 10 years ago
accounts bug fixes in binary 11 years ago
binary Connection -> MConnection, huge refactor. True multiplexing. 10 years ago
blocks move everything to blockManagerState; sim 10 years ago
common move everything to blockManagerState; sim 10 years ago
config TMROOT env variable. Panic less. 11 years ago
crypto go fmt 11 years ago
db move everything to blockManagerState; sim 10 years ago
docs . 11 years ago
merkle Connection -> MConnection, huge refactor. True multiplexing. 10 years ago
p2p move everything to blockManagerState; sim 10 years ago
rpc created "Node" 11 years ago
sim move everything to blockManagerState; sim 10 years ago
.gitignore bug fixes in binary 11 years ago
README.md Message is wrapped by TypedMessage. 11 years ago
log.go Connection -> MConnection, huge refactor. True multiplexing. 10 years ago
main.go Moved PEX logic to PeerManager where it belongs. 11 years ago

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*