Commit Graph

1042 Commits

Author SHA1 Message Date
Ethan Frey 555db84977 Move db interfaces to top level 2017-10-25 19:56:48 +02:00
Ethan Frey 2a3c072cc5 Util handlers compile and pass tests 2017-10-25 19:56:48 +02:00
Ethan Frey a90741f2df Cleanup base module -> util 2017-10-25 19:56:48 +02:00
Ethan Frey 362fbe6fe9 Define Handler and Decorator 2017-10-25 19:56:48 +02:00
Ethan Frey babe854682 Merge pull request #261 from cosmos/nano
Support for nano ledger in basecli
2017-10-25 19:55:27 +02:00
Ethan Frey 2cc53beca7 CLI supports creating ledger keys 2017-10-25 19:54:57 +02:00
Ethan Frey 8f9caa8907 Merge pull request #265 from cosmos/feature/reorg-light-client
Reorg light client
2017-10-25 19:54:10 +02:00
Ethan Frey 995feb532c Update after rebase 2017-10-25 19:35:36 +02:00
Ethan Frey 7926a6494d Update ibc test script for new commands 2017-10-25 19:35:36 +02:00
Ethan Frey 6f87b0a42f Rename seeds command to commits 2017-10-25 19:35:36 +02:00
Ethan Frey 9442e7e04a Cleaned up naming of seed->commit 2017-10-25 19:35:36 +02:00
Ethan Frey e635a8ff53 Fix ibc cli test 2017-10-25 19:35:36 +02:00
Ethan Frey c4e87dbf10 Fixed ibc tests 2017-10-25 19:35:36 +02:00
Ethan Frey 1c446f4b49 fix client tests 2017-10-25 19:35:36 +02:00
Ethan Frey 1b7bec230d make install works 2017-10-25 19:35:36 +02:00
Ethan Frey 40bb1fdca5 Update ibc imports 2017-10-25 19:35:36 +02:00
Ethan Frey 624133ad92 Fix lot more lightclient imports 2017-10-25 19:35:36 +02:00
Ethan Frey 1f897cabde Fix light-client imports 2017-10-25 19:35:36 +02:00
Ethan Frey b5320748e6 Update to reorged light-client 2017-10-25 19:35:36 +02:00
Ethan Frey 7fad21d800 Use own ErrNoData, not from light-client 2017-10-25 19:35:36 +02:00
Ethan Frey ad04aba0a4 Merge branch 'feature/expose-historical-queries' into develop 2017-10-25 19:35:11 +02:00
Ethan Frey ae09c8faff Dpes use develop, now that abci and light client prs are merged 2017-10-25 19:14:28 +02:00
Ethan Frey 630c5ca9ff Update iavl tree and address pr cleanup comments 2017-10-25 19:14:28 +02:00
Ethan Frey ba27d23ad1 Clean up genesis parse per Anton 2017-10-25 19:14:28 +02:00
Ethan Frey 822b6a3fef Cleanup loop per Alexis 2017-10-25 19:14:28 +02:00
Ethan Frey ae6c9ef9b1 update abci, iavl, tendermint versions again 2017-10-25 19:14:28 +02:00
Ethan Frey f40807ce5f Update ibc unit tests for height+1 2017-10-25 19:14:28 +02:00
Ethan Frey 2e6b45437d Better tests on ibc packet receipt, clean up shell test 2017-10-25 19:14:28 +02:00
Ethan Frey 0d9c8de958 Fix IBC off-by-one with proofs 2017-10-25 19:14:28 +02:00
Ethan Frey 9a3080ffcc Fix up some ibc queries, debug height mismatch 2017-10-25 19:14:28 +02:00
Ethan Frey 609600d322 Fixed height handling in rest queries 2017-10-25 19:14:28 +02:00
Ethan Frey ff0a50a1b3 Fix cli tests to explicitly pass height when querying results of tx 2017-10-25 19:14:28 +02:00
Ethan Frey 5714b101b5 Handle explicit heights to query tx in basictx.sh 2017-10-25 19:14:28 +02:00
Ethan Frey c4ead8b8a3 Expose height flag in all queries 2017-10-25 19:14:28 +02:00
Ethan Frey 3b7020520c Clean up store versions after a limit 2017-10-25 19:14:28 +02:00
Ethan Frey 422e67b382 Update deps: tendermint/abci/iavl, fix code 2017-10-25 19:14:28 +02:00
Ethan Frey de87acef0d Merge pull request #266 from cosmos/feature/iavl-app
Refactor out BaseApp, StoreApp (per spec #1 and #2)
2017-10-25 19:13:42 +02:00
Ethan Frey acdc083821 Clean up genesis, add godoc to genesis and app 2017-10-20 13:42:03 +02:00
Ethan Frey 7631680159 Cleanup names in genesis package 2017-10-20 13:42:03 +02:00
Ethan Frey 6305399baf Pulled genesis file parsing into own package, for clarity 2017-10-20 13:42:03 +02:00
Ethan Frey fbe88ee275 Clean up state.State as we only support persistence 2017-10-20 13:42:03 +02:00
Ethan Frey 4855b3c9d9 StoreApp explicitly exposes some State methods, not embedded, for better godoc 2017-10-20 13:42:03 +02:00
Ethan Frey 9b206153e2 Eyes takes init state, fix cli test about genesis 2017-10-20 13:42:03 +02:00
Ethan Frey 3316bfcfb8 Abort on error with genesis app_options 2017-10-20 13:42:03 +02:00
Ethan Frey f65215ad92 Big cleanup of app dir
StoreApp just the queries, BaseApp with handler/ticker
Ticker now defined top level, as an interface, with context
Name for info taken as parameter, start cmd uses commandline name
Cleaner compisition of apps.
2017-10-20 13:42:03 +02:00
Ethan Frey 3a16fa9482 Clean up genesis handling 2017-10-20 13:42:03 +02:00
Ethan Frey adab86c947 Cleanup 2017-10-20 13:42:03 +02:00
Ethan Frey df0f3a22da Separate genesis parsing from basecoin 2017-10-20 13:42:03 +02:00
Ethan Frey c1d36eeb21 Fixed all tests 2017-10-20 13:42:03 +02:00
Ethan Frey 9d1205f8c7 Merged app.Store into app.BaseApp 2017-10-20 13:42:03 +02:00