Logo
Explore Help
Sign In
fluencelabs/tendermint
1
0
Fork 0
You've already forked tendermint
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-09 21:32:14 +00:00
Code Issues Projects Releases Wiki Activity
tendermint/types/keys.go

7 lines
80 B
Go
Raw Normal View History

mempool tests
2015-09-29 11:36:52 -04:00
package types
types: comments
2017-09-22 12:00:37 -04:00
// UNSTABLE
mempool tests
2015-09-29 11:36:52 -04:00
var (
consensus: fixes #1754 * updateToState exits early if the state isn't new, which happens after * fast syncing. This results in not sending a NewRoundStep message. The mempool * reactor depends on PeerState, which is updated by NewRoundStep * messages. If the peer never sends a NewRoundStep, the mempool reactor * will think they're behind, and never forward transactions. Note this * only happens when `create_empty_blocks = false`, because otherwise * peers will move through the consensus state and send a NewRoundStep * for a new step soon anyways. Simple fix is just to send the * NewRoundStep message during updateToState even if exit early
2018-06-18 17:08:09 -07:00
PeerStateKey = "ConsensusReactor.peerState"
mempool tests
2015-09-29 11:36:52 -04:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 55ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API