e31150398e
Removed unused files, removed tendermint package dependency
2018-02-19 19:49:26 -05:00
1eb7a8a2cc
Removed trackomatron, updated config to tendermint 0.16 (config dir) and changed services to in-process
2018-02-19 19:38:29 -05:00
fe7e26eecf
changelog and version bump
2018-02-19 17:44:49 -05:00
ec2f3f49ef
changelog date and version
2018-02-19 17:35:46 -05:00
8bba7c64bc
update version and changelog [ci skip]
2018-02-19 17:33:48 -05:00
c6163bdab2
version bump and changelog
2018-02-19 17:05:36 -05:00
ffd2483e67
Merge pull request #1204 from tendermint/feature/priv_val_sockets
...
Feature/priv val sockets
2018-02-19 16:06:07 -05:00
831e10f15d
finish the job, dummy
2018-02-19 20:43:36 +00:00
594db86069
rename dummy*.go files to kvstore*.go
2018-02-19 20:40:33 +00:00
a3362ccf35
s/Dummy/KVStore/g
2018-02-19 20:38:22 +00:00
0467de890a
Merge pull request #1202 from tendermint/restore-mempool-memory-leak-tests
...
restore mempool memory leak tests
2018-02-19 15:36:19 -05:00
0ae0155cba
restore mempool memory leak tests
2018-02-19 15:34:33 -05:00
f4feb7703b
fix appHash log. closes #1207
2018-02-19 15:32:09 -05:00
a14aab67de
Integrate PrivValidator socket server
2018-02-19 19:20:01 +01:00
c960c52756
Merge pull request #193 from tendermint/feature/init-chain-app-state
...
types: RequestInitChain.AppStateBytes
2018-02-17 12:51:05 -05:00
a6be687088
types: RequestInitChain.AppStateBytes
2018-02-16 19:49:33 -05:00
b1e29d22f6
Merge pull request #192 from tendermint/feature/fix_glide_yaml
...
Pin tmlibs to develop
2018-02-16 19:37:09 -05:00
7a6a079afe
Pin tmlibs to develop
2018-02-15 12:28:05 +01:00
a0f652dc2e
Merge pull request #151 from tendermint/fix/nit
...
minor nit
2018-02-14 11:57:38 -05:00
106d804357
Correct config description
2018-02-14 02:51:05 +01:00
a1020307a0
Clean up flags
2018-02-14 02:41:16 +01:00
6c70b4ce05
Apply connection deadline consistently
2018-02-14 02:25:17 +01:00
2a292efb56
Return error for all PrivValidator methoods
...
As calls to the private validator can involve side-effects like network
communication it is desirable for all methods returning an error to not
break the control flow of the caller.
* adjust PrivValidator interface
2018-02-13 19:34:50 +01:00
82b1a34a36
Separate connect logic
...
* break out connect functionality out of OnStart
* introduce max retries
2018-02-13 19:08:21 +01:00
0e68638af3
update glide abci/tmlibs to develop
2018-02-12 19:13:36 -05:00
737c30c19d
minor nit
2018-02-12 19:12:24 -05:00
d3e276bf80
Merge pull request #1209 from tendermint/1205-fixes-for-p2p-memory-leak-and-pong
...
Fixes for p2p memory leak and pong
2018-02-12 19:04:31 -05:00
bf70f5e273
Merge pull request #191 from tendermint/tm-1205-quit-method-added
...
Quit method was added to Service/BaseService
2018-02-12 19:04:04 -05:00
c858b3ba78
Merge pull request #150 from tendermint/tm-1205-add-quit-method-to-service
...
add Quit method to Service interface
2018-02-12 18:39:26 -05:00
9bd1f28b8d
Minor package changes
2018-02-12 09:41:54 -05:00
fc585bcdec
do not block when writing to pongTimeoutCh
...
Refs #1205
2018-02-12 17:04:07 +04:00
2a24ae90c1
fixes from Jae's review
...
1. remove pointer
2. add Quit() method to Service interface
2018-02-12 14:32:09 +04:00
5913ae8960
Quit method was added to Service/BaseService
...
Refs https://github.com/tendermint/tendermint/issues/1205
2018-02-12 12:22:32 +04:00
a57340ffb5
add Quit method to Service interface
...
remove deprecated QuitService
2018-02-12 11:40:42 +04:00
8da2a6a147
types/priv_validator: fixes for latest p2p and cmn
2018-02-09 17:24:30 -05:00
7d71e702d8
Integrate privVal client with node secret
2018-02-09 16:54:43 -05:00
38d18ca11a
Harden tests
2018-02-09 16:53:17 -05:00
32d9563a15
Format and consolidate
2018-02-09 16:53:17 -05:00
18f7e52562
Use secret connection
2018-02-09 16:53:17 -05:00
fec541373d
Correct server protocol
2018-02-09 16:53:17 -05:00
ff600e9aa0
wip: check error of wire read
2018-02-09 16:53:17 -05:00
a49357b19e
wip: Avoid underscore in var name
2018-02-09 16:53:17 -05:00
4b997c29ee
wip: fix nil pointer deference
2018-02-09 16:53:17 -05:00
d321839669
wip: fix code block in ADR
2018-02-09 16:53:17 -05:00
c27fda09dd
wip: Comment types
...
* add comments to all public types
* fix comments to adhere to comment standards
2018-02-09 16:53:15 -05:00
23eb84db35
wip: priv val via sockets
2018-02-09 16:52:58 -05:00
bef91ea7fe
adr-008-priv-validator
2018-02-09 16:52:05 -05:00
459633fb4c
types/priv_validator
2018-02-09 16:38:23 -05:00
f1c8489270
Merge pull request #1201 from tendermint/1022-do-not-enforce-1/3-val-changes
...
do not enforce 1/3 validator power change
2018-02-09 16:15:38 -05:00
2d10c8f15b
Merge pull request #1095 from tendermint/804-p2p-issues
...
[p2p] Pong Timeout
2018-02-09 14:38:24 -05:00