Commit Graph

8 Commits

Author SHA1 Message Date
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
Ethan Frey 8618e287e5 Add vagrantfile so i can build dist on osx (docker) 2017-06-29 14:44:34 +02:00
rigel rozanski a78a24bbe9 bash test cleanup
int
2017-06-21 16:30:53 +02:00
Ethan Frey 66c9010bcb Starting bash cli tests 2017-06-15 17:16:00 +02:00
Anton Kaliaev 1f345358e6
fix broken build script (it relies on make tools)
also removed `sudo` from `bash scripts/dish.sh` - I was able to build
dist on MacOS without it. Do we need it?
2017-06-02 19:06:48 +03:00
Ethan Frey 6e3a199f09 Fix sendtx to not panic on error 2017-01-30 19:11:44 +01:00
Jae Kwon 6cb95498fd TMSP -> ABCI 2017-01-14 20:42:47 -08:00
Jae Kwon 01b2def693 Actually set Input.Signature; Call rpc broadcast_tx_sync 2016-02-08 01:55:13 -08:00