cosmos-sdk/modules
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
..
auth Ported everything to SimpleDB interface 2017-07-27 15:31:33 -04:00
base Ported everything to SimpleDB interface 2017-07-27 15:31:33 -04:00
coin client/rest, modules/coin/rest: moved code around 2017-08-02 12:57:29 -06:00
fee Expose credit tx to cli and test 2017-07-27 16:41:12 -04:00
ibc Updated light-client 2017-07-27 16:41:36 -04:00
nonce Ported everything to SimpleDB interface 2017-07-27 15:31:33 -04:00
roles Add cli support for register/update ibc 2017-07-27 16:27:06 -04:00