Commit Graph

8496 Commits

Author SHA1 Message Date
Ethan Frey 1d8f59644f Updated dependencies 2017-02-17 13:32:58 +01:00
rigelrozanski 6a21ad5144 tests, now uses mycoin
whoops
2017-02-16 22:06:03 -05:00
Ethan Frey 0cf7ce2f23 Print warning when no genesis file found 2017-02-16 18:03:01 +01:00
rigelrozanski 49c3ab0828 addressed ebuchman comments 2017-02-13 17:07:13 -05:00
rigelrozanski 05c975e7fe comment update 2017-02-13 17:01:28 -05:00
rigelrozanski c835ebf650 Fix Coin.IsGTE logic bug
flag redescription
2017-02-13 17:01:28 -05:00
rigelrozanski d2ac609fa3 CLI no coins sent fix 2017-02-13 17:01:28 -05:00
rigelrozanski e3302bb1bb CLI fee and amount now use string inputs specifying the coin type
readme update

intermin
2017-02-13 17:01:28 -05:00
rigelrozanski 50e787af0a added query subcommand register 2017-02-13 16:56:22 -05:00
Ethan Buchman 948397e3c9 Merge branch 'master' into develop 2017-02-13 15:58:19 -05:00
Ethan Buchman 82c662f6ef Merge remote-tracking branch 'origin/master' 2017-02-13 15:57:29 -05:00
Ethan Buchman c8fea0f092 Merge pull request #30 from tendermint/circle
circle.yml
2017-02-13 15:51:31 -05:00
Ethan Buchman 1e21e8cfbe circle.yml 2017-02-13 15:44:24 -05:00
Ethan Frey 7c481f8c72 Add /account path to query 2017-02-13 16:50:17 +01:00
Jae Kwon 62a61e8b7d s/blank/mycoin/g 2017-02-12 22:15:01 -08:00
Jae Kwon 5be9db68db Minor README fixes 2017-02-12 19:05:27 -08:00
Jae Kwon b189018090 s/adam/basecoin/g; fix tests 2017-02-12 19:01:17 -08:00
Ethan Buchman 5cfc96676a docs: little fixes 2017-02-10 16:40:53 -05:00
Ethan Frey 6f173a44a9 Added some notes on basecoin intro 2017-02-10 16:40:53 -05:00
Ethan Buchman a50146d850 Merge pull request #22 from tendermint/docs
Docs
2017-02-07 20:41:04 -05:00
Ethan Buchman b3834bc5d0 docs: update ibc 2017-02-07 20:35:43 -05:00
Ethan Buchman 53f34f45ff docs: more examples 2017-02-07 20:09:24 -05:00
Ethan Buchman b7ef4652ed docs: update links and flow 2017-02-07 16:32:52 -05:00
Ethan Buchman 7335c8287c docs: example-plugin 2017-02-07 16:12:50 -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
hcopperm f77d43040b Fix typos 2017-02-06 11:57:35 -08:00
Ethan Buchman cb253cbdf4 docs: design, examples 2017-02-05 21:31:31 -05:00
Ethan Buchman 6ecaafcb49 Merge pull request #20 from tendermint/fix-abci-blockchain-aware
Implement abci.BlockchainAware interface
2017-02-05 00:50:40 -05:00
Matt Bell c23c018824 Assert that Basecoin ABCI app implements abci.BlockchainAware 2017-02-04 15:09:16 -08:00
Matt Bell 8af20facc3 Update plugins for new interface 2017-02-04 15:09:16 -08:00
Matt Bell 4ea03bc9dd Change ABCI app to implement abci.BlockchainAware interface 2017-02-04 15:09:16 -08:00
Ethan Buchman 8fda433847 major docs upgrade 2017-02-03 21:18:50 -05:00
Ethan Buchman 5c9d63c6e0 app.GetState() for testing 2017-02-03 16:06:12 -05:00
Ethan Frey a3f9a5338e Add link to "good practices" in main README 2017-02-03 20:39:35 +01:00
Ethan Frey a76b453d19 Clarified README using basecoin as framework 2017-02-03 20:01:43 +01:00
Ethan Frey 66697774dd Actually return result on successful tx 2017-02-02 21:26:46 +01: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 2f7875dec0 Fixed Coins IsValid, issue #8 2017-01-31 12:24:49 +01:00
Ethan Frey 6e3a199f09 Fix sendtx to not panic on error 2017-01-30 19:11:44 +01:00
Ethan Frey 23dad6d0e3 Add links to more info in basecoin-examples 2017-01-30 18:47:30 +01:00
Ethan Frey 9e9a098d93 Added Bucky's plugin docs into it's own md file 2017-01-30 18:28:57 +01:00
Ethan Frey b8f5178300 Merge branch 'refactor_cli' into develop 2017-01-30 17:19:35 +01:00
Ethan Frey 15904ea7a7 cmd start allows plugin registration 2017-01-30 17:16:00 +01:00
Ethan Frey 53786ab4ce Remove obsolete paytovote cmd 2017-01-30 15:57:37 +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
Anton Kaliaev 6a3c91a7f2 fix path for `go get`
also `-d` flag to not install the package
2017-01-30 15:22:41 +04:00