Marko
b9af87c4ea
state: proto migration ( #4951 )
4 years ago
Tess Rinearson
bdf268e03e
CHANGELOG: update to reflect 0.33.5 ( #4915 )
Final step of a point release.
5 years ago
Erik Grinaker
569981325a
add ABCI interface for state sync snapshots ( #4704 )
Adds the ABCI interface for [state sync](https://github.com/tendermint/tendermint/issues/828 ) as outlined in [ADR-053](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-053-state-sync-prototype.md ), and bumps ABCIVersion to `0.17.0`.
The interface adds a new ABCI connection which Tendermint can use to query and load snapshots from the app (for serving snapshots to other nodes), and to offer and apply snapshots to the app (for state syncing a local node from peers).
Split out from the original PR in #4645 , state sync reactor will be submitted as a separate PR. The interface is implemented by the Cosmos SDK in https://github.com/cosmos/cosmos-sdk/pull/5803 .
5 years ago
Marko
727c15e5e2
rc1/v0.33.4
Prepare release 0.33.4
5 years ago
Erik Grinaker
cd19471c49
bump ABCI version to 0.16.2 due to ResponseCommit.retain_height
See #4588 for original change.
I believe this is appropriate. Anything else that needs to be updated?
______
For contributor use:
- [ ] ~Wrote tests~
- [x] Updated CHANGELOG_PENDING.md
- [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] ~Updated relevant documentation (`docs/`) and code comments~
- [x] Re-reviewed `Files changed` in the Github PR explorer
5 years ago
Anton Kaliaev
4f88071324
update changelog and version
5 years ago
Marko
c534291a56
rc1/v0.33.2( #4541 )
* rc1/v0.33.2
- release candiadte for 0.33.2
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
5 years ago
Marko
fb5751d2c5
release: minor release 0.33.1 ( #4401 )
* release: minor release 0.33.1
- minor release for 0.33.1
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* remvoe wording
* version bump
5 years ago
Marko
3e2751d274
lint: Enable Golint ( #4212 )
* Fix many golint errors
* Fix golint errors in the 'lite' package
* Don't export Pool.store
* Fix typo
* Revert unwanted changes
* Fix errors in counter package
* Fix linter errors in kvstore package
* Fix linter error in example package
* Fix error in tests package
* Fix linter errors in v2 package
* Fix linter errors in consensus package
* Fix linter errors in evidence package
* Fix linter error in fail package
* Fix linter errors in query package
* Fix linter errors in core package
* Fix linter errors in node package
* Fix linter errors in mempool package
* Fix linter error in conn package
* Fix linter errors in pex package
* Rename PEXReactor export to Reactor
* Fix linter errors in trust package
* Fix linter errors in upnp package
* Fix linter errors in p2p package
* Fix linter errors in proxy package
* Fix linter errors in mock_test package
* Fix linter error in client_test package
* Fix linter errors in coretypes package
* Fix linter errors in coregrpc package
* Fix linter errors in rpcserver package
* Fix linter errors in rpctypes package
* Fix linter errors in rpctest package
* Fix linter error in json2wal script
* Fix linter error in wal2json script
* Fix linter errors in kv package
* Fix linter error in state package
* Fix linter error in grpc_client
* Fix linter errors in types package
* Fix linter error in version package
* Fix remaining errors
* Address review comments
* Fix broken tests
* Reconcile package coregrpc
* Fix golangci bot error
* Fix new golint errors
* Fix broken reference
* Enable golint linter
* minor changes to bring golint into line
* fix failing test
* fix pex reactor naming
* address PR comments
5 years ago
Marko
97222eb90f
CHANGELOG: update release/v0.32.8 details ( #4162 )
- update master with changelog from v0.32.8
- bump `tm-version` in `version.go`
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Marko
5206ce32a0
Update master ( #4087 )
* cs: panic only when WAL#WriteSync fails
- modify WAL#Write and WAL#WriteSync to return an error
* fix test
* types: validate Part#Proof
add ValidateBasic to crypto/merkle/SimpleProof
* cs: limit max bit array size and block parts count
* cs: test new limits
* cs: only assert important stuff
* update changelog and bump version to 0.32.7
* fixes after Ethan's review
* align max wal msg and max consensus msg sizes
* fix tests
* fix test
* add change log for 31.11
5 years ago
Anton Kaliaev
143b2b85c3
update changelog and bump version to v0.32.6
5 years ago
Zaki Manian
1af0e83931
update version.go
5 years ago
Marko Baricevic
049f158465
revert abci change
5 years ago
Marko Baricevic
a5a19add77
bump versions
5 years ago
Anton Kaliaev
5346d8b9a2
v0.32.3 changelog and version bump ( #3924 )
5 years ago
Marko Baricevic
8ed1400949
release for v0.32.2
5 years ago
Marko
06a57baa59
Release/v0.32.1 ( #3801 )
* Release branch for v0.32.1
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* add links to changelog
* wording change
* Apply suggestions from code review
Comment from PR
Co-Authored-By: Ethan Buchman <ethan@coinculture.info>
* add link bump abci Version
* include doc change for abci/app
* moved abci change to features as it doesnt break the abci
* pr comments (#3803 )
* pr comments
* abci changelog change
* Marko/update release1 (#3806 )
* pr comments
* remove empty space
5 years ago
Marko Baricevic
0787b79347
add link bump abci Version
5 years ago
Marko Baricevic
ac232caef3
Release branch for v0.32.1
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Ethan Buchman
747f99fdc1
changelog and version ( #3750 )
* changelog and version
* Add section on ABCI changes
* Update ABCI upgrade section to include events examples
* update upgrading
* more upgrading and changelog
* update changelog from pending
* refer to #rpc_changes
* minor word changes
5 years ago
Ethan Buchman
65a3dfe235
changelog and version ( #3709 )
6 years ago
Anton Kaliaev
4474a5ec70
bump version
6 years ago
Ismail Khoffi
b6da8880c2
prepare v0.31.4 release:
- prep changelog
- add missing changelog entries
- fix minor glitch in existing changelog (v0.31.2)
- bump versions
6 years ago
Ethan Buchman
3cfd9757a7
changelog and version v0.31.3
6 years ago
Ismail Khoffi
ab24925c94
prepare changelog and bump versions to v0.31.2
6 years ago
Ismail Khoffi
2338134836
bump versions
6 years ago
Ismail Khoffi
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
6 years ago
Ismail Khoffi
85c023db88
Prep release v0.31.0:
- update changelog, reset pending
- bump versions
- add external contributors (partly manually)
6 years ago
Anton Kaliaev
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
6 years ago
Anton Kaliaev
f996b10f47
update changelog and bump version to 0.30.2
6 years ago
Anton Kaliaev
9d4f59b836
update changelog and bump version
6 years ago
Ethan Buchman
792b12573e
Prepare v0.30.0 ( #3287 )
* changelog, upgrading, version
* update for evidence fixes
* linkify
* fix an entry
6 years ago
Ethan Buchman
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
6 years ago
Ethan Buchman
a58d5897e4
note about TmCoreSemVer
6 years ago
Anton Kaliaev
bb0a9b3d6d
bump version
6 years ago
Ethan Buchman
d9d4f3e629
Prepare v0.29.0 ( #3184 )
* update changelog and upgrading
* add note about max voting power in abci spec
* update version
* changelog
6 years ago
Ethan Buchman
5a2e69df81
changelog and version
6 years ago
Ethan Buchman
fc031d980b
Bucky/v0.28.0 ( #3119 )
* changelog pending and upgrading
* linkify and version bump
* changelog shuffle
6 years ago
Ethan Buchman
c6604b5a9b
changelog and version
6 years ago
Ethan Buchman
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
6 years ago
Ethan Buchman
b3141d7d02
makeNodeInfo returns error ( #3029 )
* makeNodeInfo returns error
* version and changelog
6 years ago
Ethan Buchman
e4806f980b
Bucky/v0.27.1 ( #3022 )
* update changelog
* linkify
* changelog and version
6 years ago
Ethan Buchman
dc2a338d96
Bucky/v0.27.0 ( #2950 )
* update changelog
* changelog, upgrading, version
6 years ago
Ethan Buchman
1abf34aa91
Prepare v0.26.4 changelog ( #2921 )
* prepare changelog
* linkify changelog
* changelog and version
* update changelog
6 years ago
Ethan Buchman
ccf6b2b512
Bucky/v0.26.3 ( #2872 )
* update CONTRIBUTING with notes on CHANGELOG
* update changelog
* changelog and version
6 years ago
Ethan Buchman
9973decff9
changelog, versionbump ( #2850 )
6 years ago
Ethan Buchman
533b3cfb73
Release/v0.26.1 ( #2803 )
* changelog and version
* fix changelog
6 years ago
Ethan Buchman
f94eb42ebe
Version bump; Update Upgrading.md; linkify Changelog ( #2679 )
* version bump
* update UPGRADING.md
* add missing pr numbers to changelog pending
* linkify changelog
6 years ago
Ethan Buchman
ed4ce5ff6c
ADR-016: Update ABCI Info method for versions ( #2662 )
* abci: update RequestInfo for versions
* abci: update ResponseInfo for versions
* compile fix
* fix test
* software_version -> version
* comment fix
* update spec
* add test
* comments and fix test
6 years ago