Commit Graph
915 Commits
Author SHA1 Message Date
Alexis Sellier 240f262cff Merge pull request #254 from cosmos/feature/historical-queries
Historical queries support
2017-10-10 18:32:53 +02:00
Alexis Sellier 7050862261 Update glide.lock for latest iavl 2017-10-10 17:16:08 +02:00
Ethan Frey 724fb065f2 Fix off-by-one in handshake, add debug logging 2017-10-10 17:10:10 +02:00
Ethan Frey 98e615709a Return most recent state, even if it does block 2017-10-10 16:16:25 +02:00
Ethan Frey 5238448a46 Make sure height in store increments every block, even if empty 2017-10-10 15:03:39 +02:00
Ethan Frey 9092b4d7f1 Fix TestTxProofs 2017-10-10 14:27:38 +02:00
Ethan Frey 1e6d9bcac6 cleanup 2017-10-10 13:55:17 +02:00
Ethan Frey e0604baad5 Get abci commit hash/height working 2017-10-10 13:48:48 +02:00
Ethan Frey e85854fa83 state.NewState is always persistent, remove flag 2017-10-10 13:19:25 +02:00
Alexis Sellier ee6cb37ced Update tendermint/iavl dependency 2017-10-05 16:01:57 +02:00
Alexis Sellier 75e2591a68 Start adding versioned queries support 2017-10-05 15:54:57 +02:00
Alexis Sellier bc5edbdc89 Update/fix glide file 2017-10-05 12:52:59 +02:00
Alexis Sellier 36f8c59fee Move to iavl.VersionedTree 2017-10-04 17:05:38 +02:00
Alexis Sellier 0fdccfc60d Update glide.lock 2017-10-04 17:05:18 +02:00
Ethan Buchman f40fa5b416 more glide tm updates 2017-10-03 00:02:45 -04:00
Ethan Buchman 12c2d0428b glide: tm fix 2017-10-02 21:25:23 -04:00
Ethan Buchman 1f151d1232 update for tendermint 0.11 2017-10-02 14:40:42 -04:00
Ethan Frey 0307321051 Update go-crypto for 4 byte checksums like 0.6.2 2017-09-13 14:13:50 +02:00
Ethan Frey 7c4cc3785e Merge pull request #248 from cosmos/feature/separate-out-viper
Separate out viper
2017-09-08 21:01:48 +02:00
Ethan Frey b11536c579 Move the tests into basecoin examples 2017-09-08 20:51:14 +02:00
Ethan Frey 307bc8e746 Update dependencies again for go-crypto 2017-09-08 20:47:46 +02:00
Ethan Frey ec58e9dd46 Import more extensive keys tests from go-crypto 2017-09-08 20:47:46 +02:00
Ethan Frey 8fbf923c25 Update binaries to use our key commands, not the ones from go-crypto 2017-09-08 20:47:46 +02:00
Ethan Frey ed690b8aa3 Move keys command from go-crypto here 2017-09-08 20:47:46 +02:00
Ethan Frey 2ac564fead Clean up seed input/output code 2017-09-08 20:47:46 +02:00
Ethan Frey f967c1dc07 Modify IBC to work with new proof serialization 2017-09-08 20:47:46 +02:00
Ethan Frey 46d10db990 fix unit tests 2017-09-08 20:47:46 +02:00
Ethan Frey 2951763660 Moved merkleeyes->iavl and updated references 2017-09-08 20:47:46 +02:00
Ethan Frey b869a999c3 Update deps, break on iavl proof changes 2017-09-08 20:47:46 +02:00
Ethan Frey f2ff547a8f Removed proxy from client/rest as now in client 2017-09-08 20:47:46 +02:00
Ethan Frey 38b6173066 Pull out proxy server away from viper 2017-09-08 20:47:46 +02:00
Ethan Frey e0ddecc229 Move proof logic away from viper 2017-09-08 20:47:46 +02:00
Ethan Frey 521503026e Separate common commands from viper 2017-09-08 20:47:46 +02:00
Ethan Frey 83c460a402 Merge pull request #243 from cosmos/feature/init-option
Feature/init option
2017-09-08 20:45:52 +02:00
rigelrozanski 4ac089f084 json testing, addressed init option PR comments 2017-09-06 01:19:20 -04:00
rigelrozanski 748a1e97e4 init --option can now use json 2017-09-06 01:19:20 -04:00
rigelrozanski eae60cedee added sep string var properly 2017-09-06 01:19:20 -04:00
Rigel Rozanski dd68d34216 init option changelog 2017-09-06 01:19:20 -04:00
Rigel Rozanski ab8505d1f6 init options tests 2017-09-06 01:19:20 -04:00
Rigel Rozanski bfd4ce96bb added init option flag and tests 2017-09-06 01:19:20 -04:00
Ethan Frey 080d9a1e31 Remove random test failures 2017-09-05 17:34:04 +02:00
Ethan Frey 163634daf7 Cleanup badges on readme 2017-09-05 17:08:28 +02:00
Ethan Frey b0e73a5400 Merge pull request #247 from cosmos/read-the-docs
Implement read the docs
2017-09-04 19:11:30 +02:00
Zach Ramsay 7f4e2ab681 docs: add basecoin-kubernetes from medium 2017-09-04 13:04:51 -04:00
Zach Ramsay 2738c22798 docs: edits for rst & other cleanup 2017-09-04 13:04:51 -04:00
Zach Ramsay e60b311796 docs: rtd working 2017-09-04 13:04:51 -04:00
Zach Ramsay 085d0cb44e docs: rename all files from .md to .rst 2017-09-04 13:04:51 -04:00
Zach Ramsay ae928d0de9 docs: init sphinx for RTD 2017-09-04 13:04:34 -04:00
Ethan Frey c94500f269 Merge pull request #242 from cosmos/feature/move_to_examples
Move all binaries to examples
2017-09-04 18:10:26 +02:00
Ethan Frey 2887d0d288 Cleaned up root command to be less basecoin-specific 2017-09-04 16:50:09 +02:00