Commit Graph

232 Commits

Author SHA1 Message Date
Ethan Frey b757467f7b Moved content of txs package to sit next to the handlers 2017-07-06 16:33:38 +02:00
Ethan Frey a047e210fa Moved the handlers from stack into modules 2017-07-06 16:00:54 +02:00
Ethan Frey 6983f61961 Moved Coins from types -> modules/coin 2017-07-06 14:59:45 +02:00
Ethan Frey 912c24093f Removed a whole lot of old crud 2017-07-06 13:40:02 +02:00
rigel rozanski 9b561344fe addressing PR 154 comments 2017-07-06 05:39:58 -04:00
rigel rozanski 35845a958f fix cmd/bascoin/commands/init old flags 2017-07-05 07:08:56 -04:00
rigel rozanski 5044032a23 golint compliant for app, cmd folders 2017-07-05 06:57:52 -04:00
rigel rozanski 375fad3bec go linting working 2017-07-04 23:28:27 -04:00
Ethan Frey 6d56891a0f Re-implement counter plugin 2017-07-04 13:43:25 +02:00
Ethan Frey 9cd303d1fd Cleaned up unneeded adapters 2017-07-03 22:34:30 +02:00
Ethan Frey 413ea2e23f basecli works for sendtx and cli tests 2017-07-03 22:30:12 +02:00
Ethan Frey af132fbab8 Fixed basecli query for 0.7 2017-07-03 21:53:58 +02:00
Ethan Frey fa1a300943 Add SetOption to all middleware and handlers 2017-07-03 18:10:46 +02:00
Ethan Frey 159574db89 Move ChainID into context 2017-07-03 17:32:01 +02:00
Ethan Frey ef0ab758ed Cleaned up logger on constructors in App, State 2017-07-03 16:54:47 +02:00
Ethan Frey d0a2041c89 Remove references to IBC from binaries 2017-07-03 16:47:03 +02:00
rigel rozanski ec7ef41fdc First Full Auto-Tutorial Test 2017-06-29 05:47:38 -04:00
Ethan Frey 7fa01a2a74 Add experimental support for bash autocomplete 2017-06-28 11:54:48 +02:00
Ethan Frey 71946ada6f Add new rpc subcommand from light-client 2017-06-27 18:13:29 +02:00
Ethan Frey 41bc371a1d Update dependencies, set merkleeyes logger 2017-06-27 15:20:32 +02:00
Ethan Frey ad5c129b8e #127: init messages refer to command name 2017-06-27 14:07:55 +02:00
Ethan Frey e839a92f88 Updated RequireInit, latest light-client 2017-06-26 21:36:49 +02:00
Ethan Frey e37c0cf538 Update dependencies, improve basecli init check 2017-06-26 18:22:51 +02:00
Ethan Frey 14c39e7312 Support all "tendermint node" flags in "basecoin start" 2017-06-26 18:22:50 +02:00
Ethan Frey 18d7b6426b Add support for --log_level 2017-06-26 18:22:50 +02:00
Ethan Frey c36352e4a5 Refactor tendermint config loading 2017-06-26 18:22:50 +02:00
rigel rozanski fc36b21669 Add Signers in ReadAppTxFlags 2017-06-23 17:50:54 -04:00
Ethan Frey f5e96a8d31 Bump version to 0.6.0, add to basecli command 2017-06-22 16:21:59 +02:00
Ethan Frey 4cabad0980 Minor cleanup 2017-06-21 16:24:51 +02:00
Ethan Buchman 824050a0b4 basecoin init --chain-id 2017-06-21 02:48:09 -04:00
Ethan Buchman 43378a9b7b fix up basecli readme and basecoin-tool.md 2017-06-21 00:43:32 -04:00
Ethan Buchman e671ce6030 bring back key.json. ibc guide edits 2017-06-21 00:32:59 -04:00
Ethan Buchman 105cdbac38 cmd/commands -> cmd/basecoin/commands 2017-06-21 00:27:23 -04:00
Ethan Buchman 7b595b3f87 user ErrNoData from light-client 2017-06-20 21:35:46 -04:00
Ethan Buchman a3bc96c56b basecoin init takes an account address 2017-06-20 21:35:22 -04:00
rigel rozanski 24bd0f5ed6 update docs, move counter
int

int

int
2017-06-18 19:01:54 -04:00
Ethan Frey a57e2d34b1 Remove remnants of basecoin tx as ibc functions are now under relay 2017-06-16 20:42:41 +02:00
Ethan Frey cb075bbb7e Working with relay init 2017-06-16 20:36:38 +02:00
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 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 33d4f930da basecli sendtx handles chain/addr format 2017-06-16 15:42:18 +02:00
Ethan Frey 2f3c7002fa Create new command, countercli, removed counter from basecli 2017-06-16 14:00:43 +02:00
rigel rozanski 9c8ccefd35 reorganize basecli appTx commands
int
2017-06-16 13:41:42 +02:00
Ethan Frey 3c18c33e92 Fix basecli --chainid to --chain-id 2017-06-15 20:29:26 +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
rigel rozanski 25e7a79174 replace basecli state presenters with cmds 2017-06-14 05:02:42 -04: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 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 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 da698bb7af 94: init creates config, like tendermint init 2017-05-24 15:21:56 +02:00
Ethan Buchman 1f5a278965 fix build/tests 2017-05-22 07:44:50 -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 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
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
Ethan Frey ab6e5c3da2 Add counter app to basecli 2017-05-16 23:53:58 +02:00
Ethan Frey a32bf5475f Start working on apptx for counter in basecli 2017-05-16 21:40:07 +02:00
Ethan Frey 0843c4428b Cleanup merge 2017-05-16 20:21:55 +02:00
rigel rozanski 4207275d18 basecli cleanup
glide fix

int

int
2017-05-16 19:08:07 +02:00
Ethan Frey 4a380bb6e8 Start abci server when running --without-tendermint 2017-05-16 18:54:19 +02:00
Anton Kaliaev e42849b4b8 move logger to state
also remove redundant root.go logger
2017-05-14 20:48:11 +02:00
Ethan Buchman c92c9de342 update glide 2017-05-14 20:48:10 +02:00
Ethan Buchman 59c3d05dfa updates for structs using data.Bytes 2017-05-14 20:48:10 +02:00
Anton Kaliaev f2e452435a use helper func 2017-05-14 20:47:01 +02:00
Anton Kaliaev 41ef8af108 new logging 2017-05-14 20:47:01 +02:00
Ethan Frey ab93d969bc Fixed typos in readme 2017-05-14 20:44:35 +02:00
Ethan Buchman 4a1920a2a7 exit code on error 2017-05-13 20:03:53 -04:00
Ethan Frey d0be11682b Embed light-client proxy 2017-05-13 15:08:45 +02:00
Ethan Frey 93c4e4d82a Add basic info on using basecli 2017-05-12 22:15:20 +02:00
Ethan Frey 5aec321b76 Fix start command 2017-05-12 21:47:18 +02:00
Ethan Frey 2324f5d766 Fix all tests with new tendermint style 2017-05-12 20:54:50 +02:00
Ethan Frey 73435303af Fix basecoin cli to newest tendermint develop (0.10) 2017-05-12 20:29:13 +02:00
Jae Kwon 76b9580045 Fix tabs in init files 2017-04-30 15:21:41 -07:00
Ethan Frey b907d34dea Imported basecli wholesale 2017-04-27 23:17:06 +02:00
Ethan Frey b02bc358b1 Update basecoin init configs for tendermint 0.10 2017-04-27 21:14:40 +02:00
Ethan Buchman 525cb4c80b fix tendermint rpc link 2017-04-27 12:52:47 -04:00
Ethan Buchman 9c391a08a9 fix some imports 2017-04-27 15:55:23 +02:00
Ethan Buchman 1a6fae6af6 update import paths for repo merge 2017-04-27 15:55:23 +02:00
Ethan Frey b6ebf9f8b8 Update to latest go-crypto, adjust code and tests 2017-04-27 15:53:49 +02:00
Ethan Frey 787cf0ebac Update to patched go-p2p, tendermint, fix a few tests 2017-04-27 15:53:49 +02:00
Ethan Frey 57356beab6 Use WrapXxx to safelt construct XxxS structs 2017-04-27 15:52:53 +02:00
rigel rozanski 3c2a6c5d8c cleanup/small fixes 2017-04-21 16:59:16 -04:00
Ethan Buchman 9d620e449b glide update and rebase fixes 2017-04-21 12:56:50 -04:00
rigel rozanski 55e4cf17fd minor fix x2 2017-04-21 12:34:29 -04:00
rigel rozanski 6da5f72de9 tiny fixes 2017-04-21 12:34:29 -04:00
Ethan Buchman 04f79f3ad2 cmd.SilenceUsage 2017-04-21 12:34:11 -04:00
Rigel Rozanski c292d54e47 Debug Flag, Run -> RunE 2017-04-21 12:34:11 -04:00