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
48cc398266
cosmos-sdk
/
.gitignore
10 lines
93 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
Unify CheckTx and DeliverTx (#286) Unify CheckTx and DeliverTx
2017-12-03 21:25:37 -08:00
*.swo
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
bash test cleanup int
2017-06-20 04:21:06 -07:00
docs/guide/*.sh
Vendor tools into tools/* (#331) * Add tools dir * Update Makefile to call tools/Makefile * Add cmd/basecoind to make make pass
2018-01-16 11:23:32 -08:00
tools/bin/*
examples/build/*