Jae Kwon
|
7bbd21f7ee
|
Fix res.Log; Update chain test
|
2017-01-29 20:47:09 -08:00 |
Ethan Buchman
|
e69395c01f
|
cmd: fix some serialization
|
2017-01-29 20:06:25 -08:00 |
Jae Kwon
|
530694f93c
|
Fill remaining IBC run* methods
|
2017-01-29 19:56:30 -08:00 |
Ethan Buchman
|
a5eefe12fa
|
cmd: verify iavl proof
|
2017-01-29 19:45:21 -08:00 |
Ethan Buchman
|
d3518213c6
|
cmd: ibc packet
|
2017-01-29 19:18:50 -08:00 |
Ethan Buchman
|
3d0c6d07bd
|
ibc: PacketCreate and PacketPost
|
2017-01-29 19:16:11 -08:00 |
Ethan Buchman
|
90d0b53a2f
|
cmd: ibc
|
2017-01-29 18:56:43 -08:00 |
Jae Kwon
|
b5e3a11347
|
Add test for IBCRegisterChainTx
|
2017-01-29 18:48:12 -08:00 |
Ethan Buchman
|
f811502826
|
cmd: counter tx
|
2017-01-29 16:30:25 -08:00 |
Jae Kwon
|
1fea9501d1
|
Added Contributing
|
2017-01-29 15:23:50 -08:00 |
Jae Kwon
|
8d17dda2a6
|
Begin implementing IBC plugin
|
2017-01-29 15:17:44 -08:00 |
Jae Kwon
|
974fd1b455
|
Merge pull request #17 from tendermint/cli
Cli
|
2017-01-29 15:13:32 -08:00 |
Ethan Buchman
|
4ff02fd681
|
cmd: utils.go
|
2017-01-29 13:34:48 -08:00 |
Ethan Buchman
|
241c163876
|
update README, add data
|
2017-01-29 12:48:28 -08:00 |
Ethan Buchman
|
7bb21c4795
|
cleanup readme
|
2017-01-29 12:43:30 -08:00 |
Ethan Buchman
|
8262d0cc71
|
cli: working txs and account fetching
|
2017-01-29 11:41:21 -08:00 |
Ethan Buchman
|
665b39e330
|
new cli
|
2017-01-28 19:00:21 -08:00 |
Jae Kwon
|
1ff535d883
|
Cost -> Fee
|
2017-01-28 17:01:07 -08:00 |
Jae Kwon
|
0b583ec97b
|
Update README markdown
|
2017-01-28 12:21:07 -08:00 |
Jae Kwon
|
9da85942c0
|
Move GoBasics
|
2017-01-28 12:19:30 -08:00 |
Jae Kwon
|
985d15338c
|
Merge remote-tracking branch 'origin/master' into develop
|
2017-01-28 12:15:15 -08:00 |
Jae Kwon
|
b8374f4a9c
|
Merge abci_proof
|
2017-01-28 09:33:07 -08:00 |
Jae Kwon
|
cf33596bb1
|
Fix Context field
|
2017-01-27 10:46:01 -08:00 |
Ethan Frey
|
3945919fa0
|
Added getting started info
|
2017-01-26 22:52:13 +01:00 |
Jae Kwon
|
c974475378
|
Updating the comments to match the blog post
|
2017-01-18 14:05:25 -08:00 |
Jae Kwon
|
d8a4110e2d
|
Add README
|
2017-01-16 03:37:10 -08:00 |
Jae Kwon
|
16ccf8c6d7
|
Remove spurious commits
|
2017-01-15 15:31:38 -08:00 |
Jae Kwon
|
c0e153d103
|
Move tmsp_test to tests/tmsp
|
2017-01-15 15:16:18 -08:00 |
Jae Kwon
|
16a6680e24
|
Vote->Counter; Fee is types.Coin; Context has Account; Cleanup
|
2017-01-15 15:10:51 -08:00 |
Jae Kwon
|
5ba8250efd
|
Clean glide files
|
2017-01-14 21:02:33 -08:00 |
Jae Kwon
|
6cb95498fd
|
TMSP -> ABCI
|
2017-01-14 20:42:47 -08:00 |
Jae Kwon
|
8a6e4095b7
|
Cleanup code, remove plugin type byte
|
2017-01-13 16:10:22 -08:00 |
Jae Kwon
|
0f90f51262
|
Merge pull request #6 from rigelrozanski/voteplugin
Test plugin integration and testing
|
2017-01-13 14:22:29 -08:00 |
rigelrozanski
|
ba24e69e45
|
restructure, tmsp test now using go testing, app/tmsp_test.go
|
2017-01-13 15:29:12 -05:00 |
rigelrozanski
|
f2275c3089
|
successful vote plugin tests
|
2017-01-13 04:27:07 -05:00 |
Jae Kwon
|
1c50204470
|
Reset readCache upon commit
|
2017-01-12 17:49:51 -08:00 |
Jae Kwon
|
623ef17a84
|
Fix tests
|
2017-01-12 14:57:59 -08:00 |
Jae Kwon
|
88fd1b752e
|
Cache updates to state.store in readCache
|
2017-01-12 14:57:59 -08:00 |
rigelrozanski
|
c1c79d1e3d
|
pubkey not nil error
|
2017-01-12 14:57:59 -08:00 |
rigelrozanski
|
73c7edd588
|
runs in-tendermint
|
2017-01-12 00:07:56 -05:00 |
Jae Kwon
|
056106a43a
|
Incomplete fix to make Basecoin compile
|
2016-09-22 17:46:42 +08:00 |
Jae Kwon
|
b090584845
|
Delete .execution.go.swo
|
2016-09-17 14:00:36 -07:00 |
Jae Kwon
|
3695d47684
|
Add Apache2.0 license
|
2016-09-10 15:53:15 -07:00 |
Jae Kwon
|
ea444b7047
|
Implement KVCache.store lookup
|
2016-05-02 14:48:29 -07:00 |
Jae Kwon
|
324e72f36d
|
Plugin interface methods take store
|
2016-05-01 13:52:08 -07:00 |
Jae Kwon
|
fefcbbf3b0
|
Remove unnecessary SetSignature calls
|
2016-04-19 17:21:02 -07:00 |
Jae Kwon
|
7676e59944
|
Fixing tests
|
2016-04-19 17:11:19 -07:00 |
Jae Kwon
|
ce2b8904d6
|
Split validation into basic/advanced
|
2016-04-18 08:09:19 -07:00 |
Jae Kwon
|
bc78a2d272
|
Governmint testing
|
2016-04-17 12:41:26 -07:00 |
Jae Kwon
|
d6f75370a1
|
Disable scripts/* building with build tags
|
2016-04-13 15:05:07 -07:00 |