cosmos-sdk/modules/coin
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
..
commands IBC post packet test passes 2017-07-27 16:41:37 -04:00
rest client/rest, modules/coin/rest: moved code around 2017-08-02 12:57:29 -06:00
bench_test.go Test sendtx with foreign addr creates proper ibc packet 2017-07-27 16:36:15 -04:00
coin_test.go Moved Coins from types -> modules/coin 2017-07-06 14:59:45 +02:00
coin.go remove sequence number from coins 2017-07-12 19:25:14 +02:00
errors.go Add CreditTx and tests 2017-07-27 16:41:12 -04:00
genesis.go Remove all sequence from coin, fixed cli tests 2017-07-12 19:25:15 +02:00
handler_test.go Add CreditTx and tests 2017-07-27 16:41:12 -04:00
handler.go Test creating packet and query via cli 2017-07-27 16:41:12 -04:00
helper.go Add benchmark for abci app 2017-07-25 10:06:07 -04:00
ibc_test.go Add CreditTx and tests 2017-07-27 16:41:12 -04:00
store.go Add issuer position to grant credit 2017-07-27 16:36:47 -04:00
tx_test.go remove sequence number from coins 2017-07-12 19:25:14 +02:00
tx.go Expose credit tx to cli and test 2017-07-27 16:41:12 -04:00