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.
 
 
 
 
 
 
Ethan Buchman 6e81e8a848 rpc: fixes for better type handlings, explicit error field in response, more tests 10 years ago
account rpc: fixes for better type handlings, explicit error field in response, more tests 10 years ago
alert App -> App() 10 years ago
binary use WriteTime/ReadTime, and also log how the block header gets hashed 10 years ago
blockchain tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
cmd tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
common VMAppState bridge to vm. 10 years ago
config some public convenience functions, extra debug errors on ExecTx 10 years ago
consensus tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
daemon rpc: generalized rpc using reflection on funcs and params 10 years ago
db db: add Close() to db interface. closes #31 10 years ago
logger some public convenience functions, extra debug errors on ExecTx 10 years ago
mempool tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
merkle rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 10 years ago
p2p rpc: give each call a dedicated Response struct, add basic test 10 years ago
rpc rpc: fixes for better type handlings, explicit error field in response, more tests 10 years ago
state tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
types tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
vm Minor cleanup 10 years ago
.gitignore Ingoring OS X nonsense 10 years ago
Dockerfile Introducing make economy and docker 10 years ago
LICENSE.md Update README 10 years ago
Makefile Introducing make economy and docker 10 years ago
README.md Update README.md 10 years ago
Vagrantfile Introducing make economy and docker 10 years ago

README.md

Tendermint

Website | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) | Build Status

Tendermint is blockchain consensus. No proof of work.

Check out the Developer Quick Start