Ethan Buchman and GitHub
3cfd9757a7
changelog and version v0.31.3
2019-04-02 09:14:33 -04:00
Ismail Khoffi
ab24925c94
prepare changelog and bump versions to v0.31.2
2019-04-01 17:49:34 +02:00
Ethan Buchman and GitHub
9390a810eb
minor changelog updates ( #3499 )
2019-03-27 21:03:28 -04:00
Ismail Khoffi and Anton Kaliaev
a49d80b89c
catch up with develop and rebase on current release to include #3482
2019-03-27 23:14:57 +01:00
Ismail Khoffi and Anton Kaliaev
ae88965ff6
changelog: add summary & fix link & add external contributor ( #3490 )
2019-03-27 17:46:29 +01:00
Ismail Khoffi
3c7bb6b571
Add some numbers for #2778
2019-03-27 16:50:42 +01:00
Ismail Khoffi
52727863e1
add external contributors
2019-03-27 16:07:03 +01:00
Ismail Khoffi
ed63e1f378
Add more entries to the Changelog, fix formatting, linkify
2019-03-27 16:03:25 +01:00
Ismail Khoffi
55b7118c98
Prep changelog: copy from pending & update version
2019-03-27 15:35:32 +01:00
1e3469789d
Ensure WriteTimeout > TimeoutBroadcastTxCommit ( #3443 )
...
* Make sure config.TimeoutBroadcastTxCommit < rpcserver.WriteTimeout()
* remove redundant comment
* libs/rpc/http_server: move Read/WriteTimeout into Config
* increase defaults for read/write timeouts
Based on this article
https://www.digitalocean.com/community/tutorials/how-to-optimize-nginx-configuration
* WriteTimeout should be larger than TimeoutBroadcastTxCommit
* set a deadline for subscribing to txs
* extract duration into const
* add two changelog entries
* Update CHANGELOG_PENDING.md
Co-Authored-By: melekes <anton.kalyaev@gmail.com >
* Update CHANGELOG_PENDING.md
Co-Authored-By: melekes <anton.kalyaev@gmail.com >
* 12 -> 10
* changelog
* changelog
2019-03-19 19:45:51 -04:00
Ismail Khoffi
e276f35f86
remove 3421 from changelog
2019-03-19 14:36:42 +01:00
Ismail Khoffi
8e62a3d62a
Add #3421 to changelog and reorder alphabetically
2019-03-19 12:19:02 +01:00
Ismail Khoffi
48aaccab8f
Merge in develop and update CHANGELOG.md
2019-03-19 12:09:26 +01:00
Ethan Buchman and GitHub
551b6322f5
Update v0.31.0 release notes ( #3434 )
...
* changelog: fix formatting
* update release notes
* update changelog
* linkify
* update UPGRADING
2019-03-16 19:24:12 -04:00
Ismail Khoffi and Anton Kaliaev
52c4e15eb2
changelog: more review fixes/release/v0.31.0 ( #3427 )
...
* Update release summary
* Add pubsub config changes
* Add link to issue for pubsub changes
2019-03-14 19:07:06 +04:00
Ismail Khoffi and Anton Kaliaev
5483ac6b0a
minor changes / fixes to release 0.31.0 ( #3422 )
...
* bump ABCIVersion due to renaming BlockSizeParams -> BlockParams
(https://github.com/tendermint/tendermint/pull/3417#discussion_r264974791 )
* Move changelog on consensus params entry to breaking
* Add @melekes' suggestion for breaking change in pubsub into upgrading.md
* Add changelog entry for #3351
* Add changelog entry for #3358 & #3359
* Add changelog entry for #3397
* remove changelog entry for #3397 (was already released in 0.30.2)
* move 3351 to improvements
* Update changelog comment
2019-03-14 15:17:49 +04:00
Ismail Khoffi
85c023db88
Prep release v0.31.0:
...
- update changelog, reset pending
- bump versions
- add external contributors (partly manually)
2019-03-12 20:07:26 +01:00
Anton Kaliaev and GitHub
e42f833fd4
Merge master back to develop ( #3412 )
...
* libs/db: close batch (#3397 )
ClevelDB requires closing when WriteBatch is no longer needed, https://godoc.org/github.com/jmhodges/levigo#WriteBatch.Close
Fixes the memory leak in https://github.com/cosmos/cosmos-sdk/issues/3842
* update changelog and bump version to 0.30.2
2019-03-12 16:20:59 +04:00
Ethan Buchman
f2351dc758
update changelog
2019-02-20 10:05:57 -05:00
Anton Kaliaev
9d4f59b836
update changelog and bump version
2019-02-18 15:27:26 +04:00
Ethan Buchman and Anton Kaliaev
dc6567c677
consensus: flush wal on stop ( #3297 )
...
Should fix #3295
Also partial fix of #3043
2019-02-12 09:32:40 +04:00
Ethan Buchman and GitHub
792b12573e
Prepare v0.30.0 ( #3287 )
...
* changelog, upgrading, version
* update for evidence fixes
* linkify
* fix an entry
2019-02-08 18:50:02 -05:00
Ethan Buchman and GitHub
af6e6cd350
remove MixEntropy ( #3278 )
...
* remove MixEntropy
* changelog
2019-02-07 20:12:57 -05:00
Ethan Buchman and GitHub
f571ee8876
prepare v0.29.2 ( #3272 )
...
* update changelog
* linkify
* bump version
* update main changelog
* final fixes
* entry for wal fix
* changelog preamble
* remove a line
2019-02-07 19:34:01 -05:00
Ethan Buchman
90970d0ddc
fix changelog
2019-01-24 11:19:52 -05:00
Anton Kaliaev
8992596192
update changelog
2019-01-24 19:17:53 +04:00
Ethan Buchman and GitHub
a97d6995c9
fix changelog indent ( #3190 )
2019-01-22 12:24:26 -05:00
Ethan Buchman and GitHub
d9d4f3e629
Prepare v0.29.0 ( #3184 )
...
* update changelog and upgrading
* add note about max voting power in abci spec
* update version
* changelog
2019-01-21 19:32:10 -05:00
Ethan Buchman
5a2e69df81
changelog and version
2019-01-18 12:11:02 -05:00
Ethan Buchman and GitHub
6d6d103f15
fixes from review ( #3137 )
2019-01-16 13:41:37 -05:00
Ethan Buchman and GitHub
239ebe2076
fix changelog fmt ( #3134 )
2019-01-16 10:21:15 -05:00
Ethan Buchman and GitHub
0cba0e11b5
update changelog and upgrading ( #3133 )
2019-01-16 10:16:23 -05:00
Ethan Buchman and GitHub
fc031d980b
Bucky/v0.28.0 ( #3119 )
...
* changelog pending and upgrading
* linkify and version bump
* changelog shuffle
2019-01-13 17:15:34 -05:00
Ethan Buchman
c6604b5a9b
changelog and version
2018-12-21 16:31:28 -05:00
Ethan Buchman and GitHub
0533c73a50
crypto: revert to mainline Go crypto lib ( #3027 )
...
* crypto: revert to mainline Go crypto lib
We used to use a fork for a modified bcrypt so we could pass our own
randomness but this was largely unecessary, unused, and a burden.
So now we just use the mainline Go crypto lib.
* changelog
* fix tests
* version and changelog
2018-12-16 14:19:38 -05:00
Ethan Buchman and GitHub
b3141d7d02
makeNodeInfo returns error ( #3029 )
...
* makeNodeInfo returns error
* version and changelog
2018-12-16 14:05:58 -05:00
Ethan Buchman and GitHub
e4806f980b
Bucky/v0.27.1 ( #3022 )
...
* update changelog
* linkify
* changelog and version
2018-12-15 15:58:09 -05:00
Ethan Buchman and GitHub
9f8761d105
update changelog and upgrading ( #2974 )
2018-12-05 15:19:30 -05:00
Ethan Buchman and GitHub
a14fd8eba0
p2p: fix peer count mismatch #2332 ( #2969 )
...
* p2p: test case for peer count mismatch #2332
* p2p: fix peer count mismatch #2332
* changelog
* use httptest.Server to scrape Prometheus metrics
2018-12-05 07:32:27 -05:00
Ethan Buchman and GitHub
1bb7e31d63
p2p: panic on transport error ( #2968 )
...
* p2p: panic on transport error
Addresses #2823 . Currently, the acceptRoutine exits if the transport returns
an error trying to accept a new connection. Once this happens, the node
can't accept any new connections. So here, we panic instead. While we
could potentially be more intelligent by rerunning the acceptRoutine, the
error may indicate something more fundamental (eg. file desriptor limit)
that requires a restart anyways. We can leave it to process managers to
handle that restart, and notify operators about the panic.
* changelog
2018-12-04 19:16:06 -05:00
Ethan Buchman and GitHub
dc2a338d96
Bucky/v0.27.0 ( #2950 )
...
* update changelog
* changelog, upgrading, version
2018-11-30 14:05:16 -05:00
Ethan Buchman and GitHub
1abf34aa91
Prepare v0.26.4 changelog ( #2921 )
...
* prepare changelog
* linkify changelog
* changelog and version
* update changelog
2018-11-27 08:43:21 -05:00
Ethan Buchman and GitHub
ccf6b2b512
Bucky/v0.26.3 ( #2872 )
...
* update CONTRIBUTING with notes on CHANGELOG
* update changelog
* changelog and version
2018-11-17 16:04:05 -05:00
Ethan Buchman and GitHub
9973decff9
changelog, versionbump ( #2850 )
2018-11-15 12:16:24 -05:00
yutianwu and Ethan Buchman
e11699038d
[R4R] Add adr-034: PrivValidator file structure ( #2751 )
...
* add adr-034
* update changelog
* minor changes
* do some refactor
2018-11-11 14:47:34 -05:00
Ethan Buchman and GitHub
533b3cfb73
Release/v0.26.1 ( #2803 )
...
* changelog and version
* fix changelog
2018-11-11 12:08:28 -05:00
Jae Kwon and Ethan Buchman
5b19fcf204
p2p: AddressBook requires addresses to have IDs; Do not close conn immediately after sending pex addrs in seed mode ( #2797 )
...
* Require addressbook to only store addresses with valid ID
* Do not shut down peer immediately after sending pex addrs in SeedMode
* p2p: fix #2773
* seed mode: use go-routine to sleep before stopping peer
2018-11-11 06:50:25 -05:00
Ethan Buchman and GitHub
322cee9156
Release/v0.26.0 ( #2726 )
...
* changelog_pending -> changelog
* update changelog
* update changelog
* update changelog and upgrading
2018-11-02 13:55:09 -04:00
Ethan Buchman
97b43d875a
update changelog
2018-09-23 01:25:10 -04:00
Ethan Buchman
ee8b8bbefb
flush changelog pending, bump version
2018-09-21 17:41:02 -04:00