Joon
|
71a34adfe5
|
General Merkle Proof (#2298)
* first commit
finalize rebase
add protoc_merkle to Makefile
* in progress
* fix kvstore
* fix tests
* remove iavl dependency
* fix tx_test
* fix test_abci_cli
fix test_apps
* fix test_apps
* fix test_cover
* rm rebase residue
* address comment in progress
* finalize rebase
|
2018-09-28 20:03:19 -04:00 |
|
Dev Ojha
|
2756be5a59
|
libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199)
* libs: Remove usage of custom Fmt, in favor of fmt.Sprintf
Closes #2193
* Fix bug that was masked by custom Fmt!
|
2018-08-10 09:25:57 +04:00 |
|
Ethan Buchman
|
d55243f0e6
|
fix import paths
|
2018-07-01 22:36:49 -04:00 |
|
Alexander Simmerl
|
a605b66c5a
|
Move abci imports
|
2018-06-22 07:28:07 +02:00 |
|
Zach
|
2cc63069c6
|
rename dummy to kvstore (#1223)
* remove accidental binary
* docs: s/Dummy&dummy/KVStore&kvstore/g
* glide update to abci
* update abci import paths
* dummy begone, hello kvstore
* RequestInitChain needs genesisBytes
* glide update
|
2018-02-27 18:01:10 +04:00 |
|
Ethan Buchman
|
7a5060dc52
|
replace data.Bytes with cmn.HexBytes
|
2018-02-03 03:47:01 -05:00 |
|
Ethan Buchman
|
167d0e82f9
|
fixes and version bump
|
2017-12-06 03:33:03 -05:00 |
|
Ethan Buchman
|
9af8da7aad
|
update for new abci int types
|
2017-12-02 01:47:55 -05:00 |
|
Anton Kaliaev
|
f65e357d2b
|
adapt Tendermint to new abci.Client interface
which was introduced in https://github.com/tendermint/abci/pull/130
|
2017-11-29 14:23:44 -06:00 |
|
Ethan Buchman
|
2e76b23c9a
|
rpc: fix tests
|
2017-11-27 22:39:12 +00:00 |
|
Ethan Buchman
|
55b81cc1a1
|
address linting FIXMEs
|
2017-11-27 22:39:12 +00:00 |
|
Zach Ramsay
|
57ea4987f7
|
linting: apply errcheck part1
|
2017-11-27 22:39:11 +00:00 |
|
Anton Kaliaev
|
db413aadfd
|
fixes from @cloudhead review
|
2017-10-13 15:03:21 +04:00 |
|
Anton Kaliaev
|
5433e5771e
|
support historical abci queries (Refs #482)
|
2017-10-13 15:03:20 +04:00 |
|
Zach Ramsay
|
d56b44f3a5
|
all: no more anonymous imports
|
2017-10-04 16:40:45 -04:00 |
|
Ethan Buchman
|
c930f43cbe
|
rpc: fix tests
|
2017-04-27 19:56:14 -04:00 |
|
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
2017-04-26 19:57:33 -04:00 |
|
Ethan Buchman
|
992b11c450
|
premerge2: rpc -> rpc/tendermint
|
2017-04-21 17:39:56 -04:00 |
|
Ethan Frey
|
90abc61c56
|
Improve go-data json support in rpc
|
2017-04-21 16:55:37 -04:00 |
|
Ethan Frey
|
202146e4ce
|
Fix up checktx/delivertx in broadcastTx(A)sync
|
2017-02-24 17:05:15 +01:00 |
|
Ethan Frey
|
70f19e809b
|
Add MockStatus, WaitForHeight helper
|
2017-02-24 17:05:14 +01:00 |
|
Ethan Frey
|
0905332f1d
|
MockClient for real abci app
|
2017-02-24 17:05:14 +01:00 |
|
Ethan Frey
|
df172fa840
|
Provide mock interfaces for calling abci app over tendermint rpc
|
2017-02-24 17:05:14 +01:00 |
|