forked from tendermint/tendermint
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R4R: Merge irisnet/v0.27.3-iris branch into master #51
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
haifengxi
commented
Mar 20, 2019
- Bring irisnet/tendermint up to (about) the same level as tendermint/tendermint v0.27.4
- Add enhancements to support class2 upgrade and class4 export
- Cherry pick (mostly p2p) bug fixes from tendermint/tendermint v0.28+
* p2p: add protocol Version to NodeInfo * update node pkg. remove extraneous version files * update changelog and docs * fix test * p2p: Version -> ProtocolVersion; more ValidateBasic and tests
It utilises async IO -> greater performance.
* 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
* p2p: bring back OriginalAddr * p2p: set OriginalAddr * update changelog
…endermint#2670) * types: dont use SimpleHashFromMap for header. closes tendermint#1841 * changelog and spec * comments
* update changelog, add authors script * update changelog * update changelog
* types: first field in Canonical structs is Type * fix spec
* crypto: use stdlib crypto/rand. ref tendermint#2099 * comment
* version bump * update UPGRADING.md * add missing pr numbers to changelog pending * linkify changelog
* use types.NewValidator * node: set p2p.ProtocolVersion from state, not globals
* types: test tm2pm on fully populated header * upgrade for amino v0.13.0-rc0 * fix lint * comment out final test
* catch up with amino changes in tendermint/go-amino#222 * WIP: update to amino v0.13.0 * update to fixed amino release
…LRound in rounds > 0 This condition is really hard to get. Initially, lockedRound and validRound are set to -1 as we start with round 0. Refs tendermint#2702
* WIP: update to amino 0.14.0 * update Changelog * Update to latest amino version (v0.14.0)
…#2728) original author of this file is @ebuchman: https://github.com/ebuchman/fail-test
* Add ValidatorPubkeyTypes as a consensus param Ref tendermint#2414 * update spec * address anton's comment * Switch to Validator and Validator Params * Correct changelog entry * Address bucky's comments! * forgot to update changelog * fix typo * fix Params naming
* add year to log format * update documentation
…t#2730) * reorder fields * add TestVoteString & update tests * remove redundant info from Proposal.String() * update spec * revert changes on vote.String() -> more human friendly
…dermint#2652) * Introduce EventValidBlock for informing peer about wanted block * Merge with develop * Add isCommit flag to NewValidBlock message - Add test for the case of +2/3 Precommit from the previous round
* Align Proposal message with spec * Update spec
R4R: Switch fields ordering
R4R: Fix consensus round issue
…other tx insertion
R4R: Add latest tx to the back of cache list
R4R: Add maximum msg size in CheckTx
R4R: add stopMtx for FlushStop and OnStop
R4R: Fix goroutine leak
R4R: fix infinite loop in addrbook
chengwenxi
approved these changes
Mar 20, 2019
wukongcheng
approved these changes
Mar 20, 2019
HaoyangLiu
approved these changes
Mar 20, 2019
This was referenced Apr 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.