Commit Graph

830 Commits

Author SHA1 Message Date
rigel rozanski e356fc1edb makefile cleanup 2017-06-16 13:38:22 +02:00
Ethan Frey 3c18c33e92 Fix basecli --chainid to --chain-id 2017-06-15 20:29:26 +02:00
Ethan Frey 1a1d5d4c74 Merge pull request #107 from tendermint/lcquery
replace basecli state presenters with cmds
2017-06-15 18:06:25 +02:00
Ethan Frey 6e390a6dfb Updated to newest of develop 2017-06-15 17:56:08 +02:00
Ethan Frey cfe13e9c13 Cleanup proof format, complete basic cli tests 2017-06-15 17:45:44 +02:00
Ethan Frey 66c9010bcb Starting bash cli tests 2017-06-15 17:16:00 +02:00
Ethan Frey 282a157997 Update to use new helper methods, less code dups 2017-06-15 15:59:45 +02:00
Ethan Frey 8f67b6be84 Got counter tx working, needs testing 2017-06-15 13:36:18 +02:00
Ethan Frey 66ec2f266c Port sendtx to new format 2017-06-15 13:11:09 +02:00
Ethan Frey 65837cf952 Clean up queries, part 1 2017-06-15 12:27:55 +02:00
Ethan Frey 863e3725fe Update deps to latest light-client pr, breaking changes 2017-06-15 12:11:27 +02:00
rigel rozanski 25e7a79174 replace basecli state presenters with cmds 2017-06-14 05:02:42 -04:00
Ethan Buchman 7624c66f98 Merge pull request #102 from tendermint/bugfix/101-genesis-without-app-options
fix panic when genesis file does not include app_options (Fixes #101)
2017-06-05 10:13:53 -04:00
Anton Kaliaev e242345d03
fix panic when genesis file does not include app_options (Fixes #101) 2017-06-05 15:11:46 +03:00
Ethan Buchman 2655bf8755 dist: dont mkdir in container 2017-06-02 12:37:51 -04:00
Anton Kaliaev 1f345358e6
fix broken build script (it relies on make tools)
also removed `sudo` from `bash scripts/dish.sh` - I was able to build
dist on MacOS without it. Do we need it?
2017-06-02 19:06:48 +03:00
Anton Kaliaev 016d7e55f0
Merge tag 'v0.5.2' into develop
v0.5.2
2017-06-02 12:32:47 +03:00
Anton Kaliaev 8e8da7c9d7
Merge branch 'release/0.5.2' 2017-06-02 12:32:03 +03:00
Anton Kaliaev 333ba7c186
bump version 2017-06-02 11:42:16 +03:00
Anton Kaliaev 4c2fd60ef0
update changelog 2017-06-02 11:42:05 +03:00
Anton Kaliaev 6f7a4365f0 Merge pull request #98 from tendermint/bugfix/97-unexpected-log-level
parse log level using tmlibs/cli/flags package (Fixes #97)
2017-06-02 11:18:30 +03:00
Anton Kaliaev 20ce43e472
parse log level using tmlibs/cli/flags package (Fixes #97)
```
$ basecoin start
loading existing db
I[06-02|06:18:29.290] Done setting Account via SetOption           module=app result=Success
I[06-02|06:18:29.290] Starting Basecoin with Tendermint            module=main chain_id=test_chain_id
ERROR: Expected either "info", "debug", "error" or "none" level, given state:info,*:error
```
2017-06-02 10:56:15 +03:00
Ethan Buchman 9a9a3a787a make: build and publish 2017-06-01 23:51:35 -04:00
Ethan Frey 29afa261e1 Merge branch 'develop' 2017-05-30 18:38:08 +02:00
Ethan Frey b8687a5864 Bump to version 0.5.1 2017-05-30 18:37:58 +02:00
Ethan Frey 525a6cb6cc Use master branch of tendermint to test ibc demo 2017-05-30 18:33:12 +02:00
Ethan Frey cff37c17f7 Merge branch 'develop' 2017-05-30 18:32:30 +02:00
Ethan Frey 9444427d7e Make sure we export hex not base64 for byte slices 2017-05-30 18:28:25 +02:00
Ethan Frey bcf3212462 Fix up tendermint cli flags to 0.10.0-rc2 in demo 2017-05-30 18:11:10 +02:00
Ethan Frey 935c74d970 Make sure cmd uses encoding/json not wire.JSONBytes 2017-05-30 17:51:35 +02:00
Ethan Frey e3a257c4fe Update dependencies 2017-05-29 16:19:44 +02:00
Ethan Frey 7b39417b99 Merge branch 'develop' 2017-05-29 16:19:38 +02:00
Ethan Frey ddf434276c Added brief docs on light-client proxy 2017-05-29 16:16:55 +02:00
Ethan Frey 6fec396fbd 92: Fix ParseCoins regexp in general 2017-05-29 16:16:55 +02:00
Ethan Frey 07fb680a01 92: return error on empty coin in list 2017-05-24 17:15:42 +02:00
Ethan Frey df5d65a891 Update changelog for 0.5.0 release 2017-05-24 17:08:14 +02:00
Ethan Frey da698bb7af 94: init creates config, like tendermint init 2017-05-24 15:21:56 +02:00
Ethan Frey c059e99f56 Update dependencies 2017-05-24 15:21:38 +02:00
Ethan Frey 670d4b5633 Merge pull request #93 from tendermint/ibc-coins
Prototype of Sending coins between chains via ibc
2017-05-24 15:09:15 +02:00
Ethan Buchman 7be04cf426 Merge pull request #95 from rmercer93/master
mending broken links :)
2017-05-23 13:20:15 -04:00
rhm 9daea812c6 fixing dumb links 2017-05-23 14:00:02 +01:00
Ethan Buchman 1f5a278965 fix build/tests 2017-05-22 07:44:50 -04:00
Ethan Buchman 4583f7b748 update demo for cross chain SendTx 2017-05-22 07:35:23 -04:00
Ethan Buchman 7f2d25c593 [cmd] support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
Ethan Buchman 444b96dfe7 fixes for relay 2017-05-22 07:35:23 -04:00
Ethan Buchman 7b83dea0d6 [cmd] new relay command for IBC relay 2017-05-22 07:35:23 -04:00
Ethan Buchman f4c5edaca3 fixes to compile 2017-05-22 07:35:23 -04:00
Ethan Buchman 4503bb61f2 test SendTx to IBC packet 2017-05-22 07:35:23 -04:00
Ethan Buchman 412c2b5bb7 support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
Ethan Buchman 38716d4815 [ibc] test CoinsPayload 2017-05-22 07:35:23 -04:00