Commit Graph

57 Commits

Author SHA1 Message Date
Ethan Frey 6d56891a0f Re-implement counter plugin 2017-07-04 13:43:25 +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 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 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
Ethan Buchman 824050a0b4 basecoin init --chain-id 2017-06-21 02:48:09 -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 Frey a57e2d34b1 Remove remnants of basecoin tx as ibc functions are now under relay 2017-06-16 20:42:41 +02:00
Ethan Frey b15f882ff4 Ripped out query, tx send, account, keys, and more 2017-06-16 17:20:45 +02:00
Ethan Buchman 7b83dea0d6 [cmd] new relay command for IBC relay 2017-05-22 07:35:23 -04:00
Ethan Buchman 4a1920a2a7 exit code on error 2017-05-13 20:03:53 -04:00
Ethan Frey 73435303af Fix basecoin cli to newest tendermint develop (0.10) 2017-05-12 20:29:13 +02:00
Rigel Rozanski c292d54e47 Debug Flag, Run -> RunE 2017-04-21 12:34:11 -04:00
rigelrozanski fb3fd1b425 added cli cobra
rebaseFixes

int

removed ExitOnErr

int

int

int

int

int

added uint64 to RegisterFlags
2017-04-21 12:34:11 -04:00
Ethan Buchman 30da6eebb0 cmd: log errors 2017-03-23 18:51:15 -04:00
Ethan Buchman 75da135755 basecoin unsafe_reset_all 2017-03-13 20:20:07 -04:00
Ethan Buchman 44189d9055 basecoin init, default to in-proc, fix up guide 2017-03-13 19:28:34 -04:00
Ethan Buchman cd3a545264 version bump to 0.2.0 2017-02-26 13:51:39 -05:00
Ethan Buchman 558df7da15 enable ibc by default 2017-02-17 09:37:48 -05:00
Ethan Buchman d54763965e cli: key command 2017-02-07 16:12:50 -05:00
Ethan Buchman abac65bacc cli: refactor ibc and counter into own binaries 2017-02-07 16:12:50 -05:00
Ethan Frey 215c377fae Show result from AppTx 2017-01-31 17:00:23 +01:00
Ethan Frey 63612f8204 Expose Query globally, to use from other packages 2017-01-31 15:33:34 +01:00
Ethan Frey 6e3a199f09 Fix sendtx to not panic on error 2017-01-30 19:11:44 +01:00
Ethan Frey 15904ea7a7 cmd start allows plugin registration 2017-01-30 17:16:00 +01:00
Ethan Frey 3fbd282f2e Allow registering plugin subcommand to apptx 2017-01-30 15:56:47 +01:00
Ethan Frey cb4f6a4bca Made all flag names public 2017-01-30 15:27:02 +01:00
Ethan Frey 28f6a20a98 Moved all commands into a subdir, for easier importing 2017-01-30 15:16:51 +01:00
Ethan Buchman e578d1f07b fixes to make demo work 2017-01-29 22:45:12 -08:00
Ethan Buchman 1ffe00def6 cmd: fixes 2017-01-29 21:29:52 -08:00
Ethan Buchman e69395c01f cmd: fix some serialization 2017-01-29 20:06:25 -08:00
Ethan Buchman a5eefe12fa cmd: verify iavl proof 2017-01-29 19:45:21 -08:00
Ethan Buchman d3518213c6 cmd: ibc packet 2017-01-29 19:18:50 -08:00
Ethan Buchman 90d0b53a2f cmd: ibc 2017-01-29 18:56:43 -08:00
Ethan Buchman f811502826 cmd: counter tx 2017-01-29 16:30:25 -08:00
Ethan Buchman 4ff02fd681 cmd: utils.go 2017-01-29 13:34:48 -08:00
Ethan Buchman 241c163876 update README, add data 2017-01-29 12:48:28 -08:00
Ethan Buchman 8262d0cc71 cli: working txs and account fetching 2017-01-29 11:41:21 -08:00
Ethan Buchman 665b39e330 new cli 2017-01-28 19:00:21 -08:00
Jae Kwon b8374f4a9c Merge abci_proof 2017-01-28 09:33:07 -08:00
Jae Kwon 6cb95498fd TMSP -> ABCI 2017-01-14 20:42:47 -08:00
rigelrozanski c1c79d1e3d pubkey not nil error 2017-01-12 14:57:59 -08:00
rigelrozanski 73c7edd588 runs in-tendermint 2017-01-12 00:07:56 -05:00