Go to file
Jae Kwon 1a4aab4c35 When using JSONRPC, do not double-encode JSON. 2015-03-30 15:14:33 -07:00
account Merge branch 'statecache' into rpc 2015-03-29 18:03:28 -07:00
alert App -> App() 2015-03-18 23:27:26 -07:00
binary When using JSONRPC, do not double-encode JSON. 2015-03-30 15:14:33 -07:00
blockchain Create BlockCache and TxCache for performance. 2015-03-28 23:44:07 -07:00
cmd tendermint/block -> tendermint/types and tendermint/blockchain 2015-03-22 19:00:08 -07:00
common Create BlockCache and TxCache for performance. 2015-03-28 23:44:07 -07:00
config Make fast_sync a command-line flag 2015-03-26 00:35:16 -07:00
consensus Create BlockCache and TxCache for performance. 2015-03-28 23:44:07 -07:00
daemon SetRPC/Pipe => core.Set... 2015-03-29 18:06:55 -07:00
db db: add Close() to db interface. closes #31 2015-03-21 01:47:23 -07:00
logger some public convenience functions, extra debug errors on ExecTx 2015-03-21 00:11:01 -07:00
mempool Use BlockCache for RPC/mempool and added TxId() 2015-03-29 18:43:27 -07:00
merkle rpc: return tx hash, creates contract, contract addr in broadcast (required some helper functions). Closes #30 2015-03-21 02:45:07 -07:00
p2p When using JSONRPC, do not double-encode JSON. 2015-03-30 15:14:33 -07:00
rpc When using JSONRPC, do not double-encode JSON. 2015-03-30 15:14:33 -07:00
state add dirty bit to BlockCache accounts and storages. 2015-03-29 17:47:12 -07:00
types Use BlockCache for RPC/mempool and added TxId() 2015-03-29 18:43:27 -07:00
vm Remove spurious flippage 2015-03-29 19:05:29 -07:00
.gitignore Use BlockCache for RPC/mempool and added TxId() 2015-03-29 18:43:27 -07:00
Dockerfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
README.md Update README.md 2015-01-20 03:36:28 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

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