7448c4adde
Merge pull request #690 from etherealmachine/patch-1
...
Fix typo in using-tendermint.rst
2017-10-01 11:03:16 -04:00
a221736eee
Fix typo in using-tendermint.rst
...
configutation -> configuration
2017-09-29 23:18:45 -07:00
382bead548
rpc: fix client websocket timeout ( #687 )
2017-09-29 13:32:30 +04:00
f9479b34cb
sleep time should be greater than readTimeout (5 sec)
...
otherwise, we're not testing ping/pongs.
see https://github.com/tendermint/tendermint/pull/687#issuecomment-332494735
2017-09-27 15:44:19 +04:00
925696ca65
Merge branch 'p2p-prune-unused-IPRangeCount-funcs' into develop
2017-09-22 21:09:41 -06:00
7682ad9a60
Merge pull request #675 from tendermint/release-v0.11.0
...
Release v0.11.0
v0.11.0
2017-09-22 13:48:52 -04:00
3e92d295e4
glide for tmlibs 0.3.1
2017-09-22 13:25:10 -04:00
661d336dd5
glide
2017-09-22 12:29:53 -04:00
d1a00c684e
types: comments
2017-09-22 12:00:37 -04:00
db034e079a
version bump
2017-09-22 11:44:57 -04:00
7d983a548b
changelog
2017-09-22 11:44:25 -04:00
8311f5c611
abci.Info takes a struct; less merkleeyes
2017-09-22 11:42:40 -04:00
628791e5a5
Merge pull request #665 from tendermint/no-internet
...
p2p: allow listener with no external connection
2017-09-22 10:16:50 -04:00
df857266b6
update glide
2017-09-22 10:14:05 -04:00
ddb3d8945d
p2p: allow listener with no external connection
2017-09-22 10:13:23 -04:00
7f5908b622
Merge pull request #637 from tendermint/feature/hsm
...
PrivValidator Interface
2017-09-22 00:28:40 -04:00
24f7b9387a
more tests
2017-09-22 00:05:39 -04:00
756818f940
fixes from review
2017-09-21 21:44:36 -04:00
2131f8d330
some fixes from review
2017-09-21 17:21:20 -04:00
8ae2ffda89
put funcs back in order to simplify review
2017-09-21 16:59:25 -04:00
75b97a5a65
PrivValidatorFS is like old PrivValidator, for now
2017-09-21 16:46:31 -04:00
7b99039c34
make signBytesHRS a method on LastSignedInfo
2017-09-21 15:54:33 -04:00
3ca7b10ad4
types: more . -> cmn
2017-09-21 15:54:33 -04:00
779c2a22d0
node: NewNode takes DBProvider and GenDocProvider
2017-09-21 15:54:33 -04:00
147a18b34a
fix some comments
2017-09-21 15:52:25 -04:00
4382c8d28b
fix tests
2017-09-21 15:52:25 -04:00
944ebccfe9
more PrivValidator interface
2017-09-21 15:51:20 -04:00
fd1b0b997a
PrivValidator interface
2017-09-21 15:51:20 -04:00
abe912c610
FuncSignerAndApp allows custom signer and abci app
2017-09-21 15:50:43 -04:00
66fcdf7c7a
minor fixes
2017-09-21 15:50:43 -04:00
4e13a19339
Add ability to construct new instance of Tendermint core from scratch
2017-09-21 15:50:43 -04:00
7dd3c007c7
Refactor priv_validator
...
Users can now just pass an object that implements the Signer interface.
2017-09-21 15:50:43 -04:00
0d392a0442
Allow Signer to be generated with priv key
...
Prior to this change, a custom Signer would have no knowledge of the private
key stored in the configuration file. This changes introduces a generator
function, which creates a Signer based on the private key. This provides an
opportunity for customer Signers to adjust behaviour based on the key
contents. (E.g. imagine key contents are a key label, rather than the key
itself).
2017-09-21 15:50:43 -04:00
7e4a704bd1
Remove reliance on default Signer
...
This change allows the default privValidator to use a custom Signer
implementation with no reliance on the default Signer implementation.
2017-09-21 15:50:43 -04:00
bf5e956087
Change capitalisation
2017-09-21 15:50:43 -04:00
2ccc3326ec
Remove redundant file
2017-09-21 15:50:43 -04:00
83f7d5c95a
Setup custom tendermint node
...
By exporting all of the commands, we allow users to setup their own
tendermint node cli. This enables users to provide a different
pivValidator without the need to fork tendermint.
2017-09-21 15:50:43 -04:00
2c129447fd
Example that showcases how to build your own tendermint node
...
This example shows how a user of the tendermint library can build their
own node and supply it with its own commands. It includes two todos in
order to make it easier for library users to use tendermint.
2017-09-21 15:50:43 -04:00
b50339e8e7
p2p: sw.AddPeer -> sw.addPeer
2017-09-21 15:47:41 -04:00
8ff5b365dd
Merge pull request #650 from tendermint/consensus_params
...
Consensus params
2017-09-21 15:46:57 -04:00
1f0985689d
ConsensusParams ptr in GenesisDoc for json
2017-09-21 15:22:58 -04:00
3089bbf2b8
Amount -> Power. Closes #166
2017-09-21 14:59:27 -04:00
5feeb65cf0
dont use pointers for ConsensusParams
2017-09-21 14:59:24 -04:00
715e74186c
fixes from review
2017-09-21 14:51:29 -04:00
3a03fe5a15
updated to match adr 005
2017-09-21 14:51:29 -04:00
d343560108
adr: add 005 consensus params
2017-09-21 14:51:29 -04:00
2b6db268cf
genesis json tests and mv ConsensusParams to types
2017-09-21 14:51:29 -04:00
14abdd57f3
genDoc.ValidateAndComplete
2017-09-21 14:51:29 -04:00
1f3e4d2d9a
move PartSetSize out of the config, into ConsensusParams
2017-09-21 14:51:29 -04:00
29bfcb0a31
minor comments/changes
2017-09-21 14:51:29 -04:00