Ethan Frey
|
b63f8bd15a
|
Move relay to basecoin relay start
|
2017-06-16 20:20:23 +02:00 |
Ethan Frey
|
d7cddb252a
|
Cleaned up comments
|
2017-06-16 19:31:09 +02:00 |
Ethan Frey
|
6c01988388
|
Merge pull request #115 from tendermint/feature/remove-client-from-basecoin
Feature/remove client from basecoin
|
2017-06-16 17:40:25 +02:00 |
Ethan Frey
|
22918ba3d2
|
Remove example-plugin code, need to fix docs
|
2017-06-16 17:35:37 +02:00 |
Ethan Frey
|
9bf34cbac2
|
Removed many more unneeded commands
|
2017-06-16 17:28:26 +02:00 |
Ethan Frey
|
b15f882ff4
|
Ripped out query, tx send, account, keys, and more
|
2017-06-16 17:20:45 +02:00 |
Ethan Frey
|
f75ebca3ae
|
Fix Makefile, remove no longer needed demo!
|
2017-06-16 17:10:45 +02:00 |
Ethan Frey
|
6eac364c43
|
Complete ibc tests with "basecoin ibc register" and "basecoin relay"
|
2017-06-16 16:59:23 +02:00 |
Ethan Frey
|
33d4f930da
|
basecli sendtx handles chain/addr format
|
2017-06-16 15:42:18 +02:00 |
Ethan Frey
|
cba5523ca5
|
Clear output of test failures in ibc
|
2017-06-16 15:33:37 +02:00 |
Ethan Frey
|
4606fc84f7
|
Add ibc test scaffolding
|
2017-06-16 14:43:54 +02:00 |
Ethan Frey
|
fb7fc78b2e
|
clean up cli tests
|
2017-06-16 14:26:35 +02:00 |
Ethan Frey
|
526e2136e1
|
Fix cli tests for new countercli app
|
2017-06-16 14:01:37 +02:00 |
Ethan Frey
|
2f3c7002fa
|
Create new command, countercli, removed counter from basecli
|
2017-06-16 14:00:43 +02:00 |
Ethan Frey
|
4d4137855d
|
Cache shunit2 in Makefile, so we don't wget everytime
|
2017-06-16 13:56:12 +02:00 |
Ethan Frey
|
75425b9bc1
|
Update CHANGELOG for some of the 0.6 enhancements
|
2017-06-16 13:51:48 +02:00 |
Ethan Frey
|
985db9c747
|
Merge pull request #111 from tendermint/apptxReorg
|
2017-06-16 13:42:10 +02:00 |
rigel rozanski
|
9c8ccefd35
|
reorganize basecli appTx commands
int
|
2017-06-16 13:41:42 +02:00 |
rigel rozanski
|
ad17fcf347
|
makefile cleanup
int
|
2017-06-16 13:38:51 +02:00 |
Ethan Frey
|
81d6d2425f
|
Added counter tests as well
|
2017-06-16 13:38:51 +02:00 |
Ethan Frey
|
9341b8be5d
|
Support other binaries
|
2017-06-16 13:38:51 +02:00 |
Ethan Frey
|
789ebada42
|
pulled out common helpers, prepare to support ibc
|
2017-06-16 13:38:51 +02:00 |
rigel rozanski
|
226546e558
|
circle bash integration
|
2017-06-16 13:38:23 +02:00 |
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 |