Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
922af7c405
|
int64 height
uint64 is considered dangerous. the details will follow in a blog post. |
7 years ago |
Anton Kaliaev | b3492356e6 | uint64 height (Refs #911) | 7 years ago |
Anton Kaliaev |
e06bbaf303
|
refactor TestNoBlockMessageResponse to eliminate a race condition | 7 years ago |
Anton Kaliaev |
716364182d
|
[state] expose ChainID and Params
``` jaekwon Yeah we should definitely expose ChainID. ConsensusParams is small enough, we can just write it. ``` https://github.com/tendermint/tendermint/pull/676#discussion_r144123203 |
7 years ago |
Ethan Buchman | 659768783f | blockchain: fixing reactor tests | 7 years ago |
Emmanuel Odeke | 068f01368f |
blockchain/reactor: respondWithNoResponseMessage for missing height
Fixes #514 Replaces #540 If a peer requests a block with a height that we don't have respond with a bcNoBlockResponseMessage. However, according to the Tendermint spec, if all nodes are honest this condition shouldn't occur, so this is a possible hint of an dishonest node. |
7 years ago |