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
|
7 years ago |
Ethan Buchman
|
3ad055ef3a
|
fix randPort
|
7 years ago |
Anton Kaliaev
|
07571741c5
|
[consensus] remove WAL separator (Refs #785)
We don't really need a separator unless we have complex structures
(rows, cells like RDBMS have https://www.sqlite.org/fileformat.html).
|
7 years ago |
Anton Kaliaev
|
cb9743e567
|
dummy app now returns one DeliverTx tag
|
7 years ago |
Anton Kaliaev
|
69b5da766c
|
service#Start, service#Stop signatures were changed
See https://github.com/tendermint/tmlibs/issues/45
|
7 years ago |
Zach Ramsay
|
57ea4987f7
|
linting: apply errcheck part1
|
7 years ago |
Ethan Buchman
|
194712fd3b
|
rpc: wait for rpc servers to be available in tests
|
7 years ago |
Ethan Buchman
|
779c2a22d0
|
node: NewNode takes DBProvider and GenDocProvider
|
7 years ago |
Ethan Buchman
|
4382c8d28b
|
fix tests
|
7 years ago |
Adrian Brink
|
7dd3c007c7
|
Refactor priv_validator
Users can now just pass an object that implements the Signer interface.
|
7 years ago |
Ethan Buchman
|
d8ca0580a8
|
rpc: move grpc_test from test/ to grpc/
|
7 years ago |
Anton Kaliaev
|
eaec0c8ea5
|
deduplicate tests in rpc/test and rpc/client (Refs #496)
|
8 years ago |
zramsay
|
cf31f8d06f
|
core: apply megacheck vet tool (unused, gosimple, staticcheck)
|
8 years ago |
Ethan Buchman
|
bd7ec18c19
|
fix tests
|
8 years ago |
Anton Kaliaev
|
f803544195
|
new logging
|
8 years ago |
Ethan Buchman
|
75989342b0
|
fixes from rebase
|
8 years ago |
Ethan Buchman
|
46151720f8
|
fix tests
|
8 years ago |
Ethan Buchman
|
6afee8f117
|
rpc: fix tests
|
8 years ago |
Ethan Buchman
|
f0e7f0acf8
|
remove viper from rpc except test
|
8 years ago |
Ethan Buchman
|
efeadcc0f4
|
some cleanup from review
|
8 years ago |
Ethan Buchman
|
4e781961e9
|
remove TMResult. ::drinks champagne::
|
8 years ago |
Ethan Buchman
|
07e59e63f9
|
TMEventDataInner
|
8 years ago |
Ethan Frey
|
6c60c07f16
|
BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc
|
8 years ago |
Ethan Frey
|
f6f1f1992c
|
Prepare rpc responses for go-data compatibility, still use go-wire
|
8 years ago |
Ethan Buchman
|
c930f43cbe
|
rpc: fix tests
|
8 years ago |
Ethan Buchman
|
cc6dde96c1
|
rpc -> rpc/lib and rpc/tendermint -> rpc
|
8 years ago |
Ethan Buchman
|
9e82d132ce
|
go-rpc -> tendermint/rpc
|
8 years ago |
Ethan Buchman
|
c55d83281a
|
move into rpc package
|
8 years ago |
Ethan Buchman
|
992b11c450
|
premerge2: rpc -> rpc/tendermint
|
8 years ago |
Ethan Buchman
|
3240ce21b8
|
update glide
|
8 years ago |
Ethan Frey
|
90abc61c56
|
Improve go-data json support in rpc
|
8 years ago |
Ethan Buchman
|
f4d0076344
|
TxResult includes Tx. /tx only works if indexer active
|
8 years ago |
Ethan Buchman
|
16bffdf7ab
|
rpc/test: restore txindexer after setting null
|
8 years ago |
Ethan Frey
|
c648bd5b31
|
Test /tx with indexer disabled
|
8 years ago |
Ethan Buchman
|
6e065affe5
|
rpc: /tx allows height+hash
|
8 years ago |
Ethan Frey
|
4ee9acb8a7
|
Improve tx tests for both prove true/false
|
8 years ago |
Ethan Frey
|
b33a7c46ce
|
Break new Tx rpc endpoint
|
8 years ago |
Ethan Buchman
|
58c860ba11
|
rpc/test: /tx
|
8 years ago |
Ethan Buchman
|
ac86e664c7
|
Revert "Undo last two commits"
This reverts commit d1fc37ff9e .
|
8 years ago |
Ethan Frey
|
d1fc37ff9e
|
Undo last two commits
|
8 years ago |
Ethan Frey
|
e4e17a2c95
|
Play well with go-{rpc,crypto,data}:develop
|
8 years ago |
Ethan Frey
|
cd9ee9d84b
|
cleanup
|
8 years ago |
Ethan Frey
|
42a9b847ec
|
Make all client tests safe to run in parallel
|
8 years ago |
Ethan Frey
|
7c26be3242
|
Begin implementation of local client
|
8 years ago |
Ethan Frey
|
bf1ee89b27
|
Moved httpclient into subpackage
|
8 years ago |
Ethan Frey
|
c9d36cd713
|
Add dependencies, pull out HTTPClient test code
|
8 years ago |
Ethan Frey
|
2c75c9daf9
|
Clean up tests, remove panics
|
8 years ago |
Ethan Frey
|
d971416d12
|
collision merge of light-client code
|
8 years ago |
Jae Kwon
|
1af930441c
|
Support new Query message for proofs
|
8 years ago |
Jae Kwon
|
9a2dd8bc92
|
Refactor Node; Node is a simple BaseService
|
8 years ago |