cosmos-sdk/client/commands
Emmanuel Odeke 1a45755027 client/rest, modules/coin/rest: moved code around
After offline emails and a video call with @ethanfrey,
a goal was decided to move things around i.e:
- [X] Move /build/send and /query/account to modules/coin/rest

Due to that move, there is a lot of overlap between needed
code and utils so extracted common code to make
https://github.com/tendermint/tmlibs/pull/33
so make sure to pull in that commit into your tmlibs tree.

After code review feedback:
client/rest, modules/coin/rest: FoutputProof, PrepareSendTx helper

* Extract OutputProof to FoutputProof helper that can
be used in modules/coin/rest/handlers.go as proofs.FoutputProof
* Revert r.HandleFunc("/tx", doPostTx).Methods("POST") which
was erraneously deleted
* Use function signatures from "tendermint/tmblibs/common"
2017-08-02 12:57:29 -06:00
..
auto Moved cmd/basecli/commands into client/commands 2017-07-18 22:21:57 +02:00
proofs client/rest, modules/coin/rest: moved code around 2017-08-02 12:57:29 -06:00
proxy new library orders 2017-07-19 04:51:36 -04:00
rpc new library orders 2017-07-19 04:51:36 -04:00
seeds Update seed to a given height 2017-07-27 16:41:13 -04:00
txs Add --no-sign flag 2017-07-27 15:42:09 -04:00
common.go Updated light-client 2017-07-27 16:41:36 -04:00
init.go Don't require init when --trust-node is given 2017-07-29 17:23:21 -04:00
version.go Add roles cli test, coin query supports multiple apps in actor 2017-07-19 16:14:26 +02:00