Commit Graph

971 Commits

Author SHA1 Message Date
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
Ethan Frey 987c0469da Pull out basecoin stuff 2017-10-20 13:42:03 +02:00
Ethan Frey e863e1be70 Started separating BaseApp from Basecoin 2017-10-20 13:42:03 +02:00
Ethan Frey 6c667b8398 Use tendermint version format for basecoin version 2017-10-20 13:05:59 +02:00
Ethan Frey 82714e7ccc Note that go 1.8+ is required 2017-10-19 15:57:57 +02:00
Ethan Buchman 098d17711a fix test 2017-10-11 23:44:40 -04:00
Ethan Buchman a4203368d4 changelog and version 2017-10-11 23:30:50 -04:00
rigelrozanski f71c83305d GetInitCmd takes app options 2017-10-11 23:29:32 -04:00
Ethan Buchman 1785f54a57 update glide 2017-10-11 17:23:37 -04:00
Ethan Buchman 2c98876414 readme, changelog, version bump 2017-10-11 16:57:38 -04:00
Ethan Buchman f6513738cf Merge pull request #255 from cosmos/feature/staking
Feature/staking
2017-10-11 16:53:16 -04:00
rigelrozanski 095e252382 typo 2017-10-11 14:31:53 -04:00
rigelrozanski 1613da91ca genesis account coin denom flag 2017-10-11 14:06:57 -04:00
rigelrozanski 40c79a65b3 strings -> mycoin (cointype change) 2017-10-11 13:24:49 -04:00
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