Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago
Ethan Buchman
2902ab1a14
delete some things for the merge
6 years ago
Ethan Buchman
3a0dff7db2
fix changelog
6 years ago
Ethan Buchman
6e5a01ccec
changelog and version
6 years ago
Anton Kaliaev
399e2fbdac
update changelog
6 years ago
Anton Kaliaev
ada5ef0669
[p2p] add godoc comments to Listener ( #1828 )
* update changelog
* document p2p/listener
* do not expose underlying net.Listener
* add a TODO
* replace todo with a comment
6 years ago
Dev Ojha
41733b46b9
crypto: Abstract pubkey / signature size when known to constants ( #1808 )
* crypto: Abstract pubkey / signature size when known to constants
* Created PubKeyEd25519Size as 32
* Created PubkeySecp256k1Size as 33
* Created SignatureEd25519Size as 64
* Remove extraneous message from changelog
6 years ago
Dev Ojha
b1d6deaf0b
config: rename skip_upnp to upnp ( #1827 )
* config: rename skip_upnp to upnp
Change default option to enable upnp.
Closes #1806
* doc updates
- fix comment and set UPNP to false in TestP2PConfig
- add UPNP to config template
- update changelog
6 years ago
Roman Useinov
f0e5332b1f
Feature/support https rpc client ( #1816 )
* Implement support for https in rpc client
* Update changelog
* update comment
* support wss protocol
* fixed changelog
* if -> switch
* fix lint
* protocol constants introduced
6 years ago
Jae Kwon
49596e0a1f
Bump version to 0.9.0
6 years ago
Anton Kaliaev
936a655990
limit number of open connections
Refs #1740
also, expose limit option for number concurrent streams for gRPC
(unlimited by default)
6 years ago
Ethan Buchman
1e3951c61c
update changelog
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Anton Kaliaev
1bdff076ad
add config option
6 years ago
Ethan Buchman
d220a1ef13
changelog
6 years ago
Ethan Buchman
c6c468c341
update changelog
6 years ago
Ethan Buchman
1d86270e20
version
6 years ago
Anton Kaliaev
cfff83fa3d
update changelog
6 years ago
Ethan Buchman
4b2348f697
mempool: fix cache_size==0. closes #1761
6 years ago
Ethan Buchman
3470e5d7b3
changelog and version
6 years ago
Jae Kwon
21726a6853
Add ColoredBytes() and update DebugDB
6 years ago
Alexander Simmerl
1eeebabb0b
Update version and changelog
6 years ago
Christopher Goes
8e273220a3
Remove error from priv.PubKey() ( #131 )
* Remove error from priv.PubKey()
* Update changelog
6 years ago
Ethan Buchman
854eb323dd
dev version bump
6 years ago
Ethan Buchman
fcf61b8088
check addrs match pubkeys in abci Validator. version bump
6 years ago
Ethan Buchman
89925501f3
p2p/filter/pubkey -> p2p/filter/id
6 years ago
Ethan Buchman
8e45348737
update for abci v0.11.0 release. let InitChain update validators
6 years ago
Ethan Buchman
aaeeb76808
date in changelog
6 years ago
Ethan Buchman
bc07d06647
update changelog, version, spec
6 years ago
Ethan Buchman
8bbe43aa33
update changelog
7 years ago
Ethan Buchman
0e0461d9bc
dev version bump
7 years ago
Ethan Buchman
9cb079dcc6
dep, version, changelog
7 years ago
Ethan Buchman
22541b881d
changelog and version
7 years ago
Ethan Buchman
53937a8129
changelog
7 years ago
Ethan Buchman
aeb91dfc22
dev version bump
7 years ago
Ethan Buchman
876c8f14e7
changelog and version
7 years ago
Ethan Buchman
c777be256a
changelog, version
7 years ago
Alexander Simmerl
3255c076e5
Remove auth_enc config option
As we didn't hear any voices requesting this feature, we removed the
option to disable it and always have peer connection auth encrypted.
closes #1518
follow-up #1325
7 years ago
Ethan Buchman
512b3121a7
include genesis file structure
7 years ago
Ethan Buchman
aaaa5f23e2
changelog and version
7 years ago
Ethan Buchman
d454b1b25f
SkipDuplicate -> AllowDuplicate; fix p2p test on mac
7 years ago
Ethan Buchman
e1ce3ffe0f
changelog and version
7 years ago
Ethan Buchman
2763c8539c
changelog and version
7 years ago
Anton Kaliaev
6004587347
expect all tags to be strings ( #1498 )
* expect all tags to be strings
Refs #1369
* port changes from https://github.com/tendermint/tmlibs/pull/204
Refs #1369
7 years ago
Zach
7f20eb5f8e
generate RPC docs using Slate ( #1612 )
* generate RPC docs using Slate (#691 )
* update changelog
* skip if branch not develop
* slate: only build if rpc/core has changes
* fetch develop to compare against
* slate: build on master only
* [rpc/core] use original repo, not fork in README
7 years ago
Anton Kaliaev
708f35e5c1
do not look for height in older files if we've seen height - 1
Refs #1600
7 years ago
Ethan Buchman
06cffa6acb
changelog and version
7 years ago