This website requires JavaScript.
Explore
Help
Sign In
certusone
/
cosmos-sdk
mirror of
https://github.com/certusone/cosmos-sdk.git
Watch
1
Star
0
Fork
You've already forked cosmos-sdk
0
Code
Issues
Projects
Releases
Wiki
Activity
d629f27800
cosmos-sdk
/
.gitignore
9 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Actually set Input.Signature; Call rpc broadcast_tx_sync
2016-02-08 01:55:13 -08:00
*.swp
TMSP -> ABCI
2017-01-14 20:42:47 -08:00
vendor
Add vagrantfile so i can build dist on osx (docker)
2017-06-29 05:44:34 -07:00
.vagrant
Fix sendtx to not panic on error
2017-01-30 10:11:44 -08:00
merkleeyes.db
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 09:06:48 -07:00
build
Starting bash cli tests
2017-06-15 08:16:00 -07:00
shunit2
bash test cleanup int
2017-06-20 04:21:06 -07:00
docs/guide/*.sh
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-07-31 15:08:19 -07:00
keys/