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 |
Ethan Buchman
|
ee0772396c
|
[ibc] cleanup tests
|
2017-05-22 07:35:23 -04:00 |
Ethan Buchman
|
aeb36bd531
|
[ibc] CoinsPayload
|
2017-05-22 07:35:23 -04:00 |
Ethan Frey
|
b566b85fd6
|
Merge branch 'testnet-fixes' into develop
|
2017-05-22 13:31:32 +02:00 |
Ethan Frey
|
8daa916729
|
88: Correct functioning of unsafe_reset_all to mirror tendermint
|
2017-05-22 13:30:42 +02:00 |
Ethan Frey
|
029c0e9c72
|
90: don't panic on missing pk in tx construction
|
2017-05-22 13:16:08 +02:00 |
Ethan Frey
|
ecaff359d2
|
89: Add support for setting accounts by address (not just pub_key) in genesis.json
|
2017-05-22 13:10:25 +02:00 |
Ethan Frey
|
b53d71c5cf
|
87: sort the coins from genesis.json/SetOptions to ensure they are valid
|
2017-05-22 11:59:34 +02:00 |
Ethan Frey
|
be321373da
|
87: Sort coin order on ParseCoins to be less fragile
|
2017-05-22 11:22:41 +02:00 |
Jae Kwon
|
2983f5018b
|
Allow keyfile to be absolute path
|
2017-05-21 20:10:29 -07:00 |
Ethan Frey
|
bd62b21d6e
|
Bump version to 0.5.0, update deps
|
2017-05-17 12:46:08 +02:00 |
Ethan Frey
|
a8866bdd2d
|
Reorg basecli for nicer apptx reusage
|
2017-05-17 01:14:31 +02:00 |