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 ce51af9d4d PeerSet is for fast iteration of peers 10 years ago
binary performance optimization 10 years ago
blocks go fmt 10 years ago
common naive flushing implemented with a throttler. 10 years ago
config go fmt 10 years ago
crypto go fmt 10 years ago
db go fmt 10 years ago
docs . 10 years ago
merkle benchmark works, but could use some improvement. 10 years ago
p2p PeerSet is for fast iteration of peers 10 years ago
.gitignore First iteration of the immutable AVL tree 10 years ago
README.md update status 10 years ago
main.go PeerSet is for fast iteration of peers 10 years ago

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*