Commit Graph

1042 Commits

Author SHA1 Message Date
Ethan Frey 9c1e695d46 Implement register and update headers as handler 2017-07-27 16:25:03 -04:00
Ethan Frey 8747bd5a8b Add set struct to the store 2017-07-27 16:25:03 -04:00
Ethan Frey b150c865f9 Add a light-client provider in the kvstore 2017-07-27 16:25:03 -04:00
Ethan Frey 1b75d9431b Add span to hold sparse, ordered sets 2017-07-27 16:25:03 -04:00
Ethan Frey eaae12101e Add queue implementaiton to state 2017-07-27 16:25:03 -04:00
Ethan Frey 697c2f1e04 Started on ibc module tx, types 2017-07-27 16:23:08 -04:00
Ethan Frey 88781593bb Prepare stack middleware to handle IBC middleware 2017-07-27 16:23:08 -04:00
rigel rozanski 0ea2861311 overview.md content correction 2017-07-27 15:56:19 -04:00
rigel rozanski 5fc78a01d7 overview.md link fix 2017-07-27 15:50:33 -04:00
Ethan Frey e242f30aeb Add --no-sign flag 2017-07-27 15:42:09 -04:00
Ethan Frey 761fb0d0c6 Merge pull request #185 from tendermint/feature/cleanup-state
Cleanup storage
2017-07-27 15:38:15 -04:00
Ethan Frey dfdbfa04c2 Use KVMemCache for checkpointing IAVL tree as they are not go-routine safe... 2017-07-27 15:31:34 -04:00
Ethan Frey 27e7fbe4cf Last cleanup 2017-07-27 15:31:34 -04:00
Ethan Frey 2b79aa0413 Code cleanup from emmanuel 2017-07-27 15:31:34 -04:00
Ethan Frey ea8bdd3f92 Fix app state to commit properly 2017-07-27 15:31:34 -04:00
Ethan Frey 6b96fa4554 Add tests for checkpointer 2017-07-27 15:31:33 -04:00
Ethan Frey 51a29e4bb7 Ported everything to SimpleDB interface 2017-07-27 15:31:33 -04:00
Ethan Frey f1785e312d SimpleDB works except for persisted 2017-07-27 15:31:33 -04:00
Ethan Frey 84e2fa64f1 Cache test for Bonsai 2017-07-27 15:31:33 -04:00
Ethan Frey 199ee81a97 Revert all on failed CheckTx, fee+nonce increment on failed DeliverTx 2017-07-27 15:31:33 -04:00
Ethan Frey d607b76234 Reorg state package and fix all imports 2017-07-27 15:31:33 -04:00
Ethan Frey d0d1a96517 Make kvtests legible 2017-07-27 15:31:32 -04:00
Ethan Frey 744d035d95 Test list queries and iavl implementation 2017-07-27 15:31:32 -04:00
Ethan Frey 37b5d16b73 Add basic kv tests 2017-07-27 15:31:32 -04:00
Ethan Frey 28ebfd64dd Started implementing SimpleDB for MemKVStore 2017-07-27 15:31:32 -04:00
Ethan Frey caff0ad01b Add SimpleDB interface for merkle tree 2017-07-27 15:31:32 -04:00
Ethan Frey 243d767aaa Fixed benchmark and compared unstable to this branch 2017-07-27 15:31:32 -04:00
Ethan Frey f6e7d4b741 Pull in logic from merkleeyes, get it all working with trees 2017-07-27 15:31:32 -04:00
Ethan Frey 5272ca5831 Add checkpoint to middleware not app 2017-07-27 15:31:31 -04:00
Ethan Frey 970805920e Merge pull request #187 from tendermint/infographic
doc update - infographics and overview.md
2017-07-27 15:31:02 -04:00
Rigel 11d7489a74 Create overview.md
Update infographic.xml

Update infographic.xml

Added tx.png

Added tx.png

Update overview.md

Added middleware.png

Added middleware.png

small infograpic doc changes
2017-07-27 15:11:14 -04:00
Rigel 06d2812f81 Added tx.png
Added tx.png
2017-07-27 15:11:14 -04:00
Rigel feac3d423f Added overview-security.png
Added overview-security.png
2017-07-27 15:11:14 -04:00
Rigel 404ede06d1 Added overview-framework.png 2017-07-27 15:11:14 -04:00
Rigel cce444c465 Update infographic.xml - remove dups 2017-07-27 15:11:14 -04:00
Rigel c173937acd Added middleware.png 2017-07-27 15:11:14 -04:00
Rigel 98309f52ca Added dispatcher.png 2017-07-27 15:11:14 -04:00
Rigel fc69341c91 Added tx.png 2017-07-27 15:11:14 -04:00
Rigel acbafb8da1 Added permissioning.png 2017-07-27 15:11:14 -04:00
Rigel abe4dc25d2 Added datastore.png 2017-07-27 15:11:14 -04:00
rigel rozanski f02571f02e infographic export details 2017-07-27 15:11:14 -04:00
Rigel d76f42e47b Added data_store.jpg 2017-07-27 15:11:14 -04:00
Rigel d7b64331f3 separated infographics 2017-07-27 15:11:14 -04:00
Rigel a9cee34fc3 Update README.md 2017-07-27 15:11:14 -04:00
Rigel f0974f83d8 Draft 2 infographic.xml 2017-07-27 15:11:14 -04:00
Rigel ac0bbe542a Update infographic.xml
Update infographic.xml

Update infographic.xml

Update infographic.xml
2017-07-27 15:11:12 -04:00
rigel rozanski 532bdd6be5 typo doc fix 2017-07-27 15:11:12 -04:00
Rigel 81707383b3 Added infographic.xml
infographic basics completed

Update infographic.xml
2017-07-27 15:11:11 -04:00
rigel rozanski 583f30e464 graphics 2017-07-25 22:59:42 -04:00
Ethan Frey 4bf711f529 Merge pull request #183 from tendermint/feature/121-add-benchmarks
Add benchmark for abci app
2017-07-25 22:20:46 -04:00