Revision f82a8ff73a6352355c2f10809a1cce1b23349d20 authored by JamesRay on 15 December 2018, 19:33:30 UTC, committed by Ethan Buchman on 15 December 2018, 19:33:30 UTC
* optimize addProposalBlockPart

* optimize addProposalBlockPart

* if ProposalBlockParts and LockedBlockParts both exist,let LockedBlockParts overwrite ProposalBlockParts.

* fix tryAddBlock

* broadcast lockedBlockParts in higher priority

* when appHeight==0, it's better fetch genDoc than state.validators.

* not save state if replay from height 1

* only save state if replay from height 1 when stateHeight is also 1

* only save state if replay from height 1 when stateHeight is also 1

* only save state if replay from height 0 when stateHeight is also 0

* handshake info's response version only update when stateHeight==0

* save the handshake responseInfo appVersion
1 parent ae275d7
History
File Mode Size
proto3
time
block.go -rw-r--r-- 23.0 KB
block_meta.go -rw-r--r-- 1.2 KB
block_test.go -rw-r--r-- 10.1 KB
canonical.go -rw-r--r-- 2.4 KB
encoding_helper.go -rw-r--r-- 343 bytes
event_bus.go -rw-r--r-- 7.7 KB
event_bus_test.go -rw-r--r-- 8.1 KB
events.go -rw-r--r-- 5.6 KB
events_test.go -rw-r--r-- 379 bytes
evidence.go -rw-r--r-- 8.8 KB
evidence_test.go -rw-r--r-- 5.4 KB
genesis.go -rw-r--r-- 3.8 KB
genesis_test.go -rw-r--r-- 4.6 KB
keys.go -rw-r--r-- 80 bytes
params.go -rw-r--r-- 4.9 KB
params_test.go -rw-r--r-- 3.2 KB
part_set.go -rw-r--r-- 6.3 KB
part_set_test.go -rw-r--r-- 3.7 KB
priv_validator.go -rw-r--r-- 2.7 KB
proposal.go -rw-r--r-- 2.5 KB
proposal_test.go -rw-r--r-- 3.9 KB
proto3_test.go -rw-r--r-- 3.0 KB
protobuf.go -rw-r--r-- 6.2 KB
protobuf_test.go -rw-r--r-- 5.4 KB
results.go -rw-r--r-- 2.0 KB
results_test.go -rw-r--r-- 1.4 KB
signable.go -rw-r--r-- 709 bytes
signed_msg_type.go -rw-r--r-- 440 bytes
test_util.go -rw-r--r-- 868 bytes
tx.go -rw-r--r-- 4.0 KB
tx_test.go -rw-r--r-- 5.0 KB
validation.go -rw-r--r-- 1.2 KB
validator.go -rw-r--r-- 2.7 KB
validator_set.go -rw-r--r-- 18.2 KB
validator_set_test.go -rw-r--r-- 18.8 KB
vote.go -rw-r--r-- 3.7 KB
vote_set.go -rw-r--r-- 17.3 KB
vote_set_test.go -rw-r--r-- 14.7 KB
vote_test.go -rw-r--r-- 9.1 KB
wire.go -rw-r--r-- 419 bytes

back to top