Skip to content

add 2 more points to ISSUE_TEMPLATE#1293

Merged
melekes merged 2 commits intodevelopfrom
update-template
Mar 9, 2018
Merged

add 2 more points to ISSUE_TEMPLATE#1293
melekes merged 2 commits intodevelopfrom
update-template

Conversation

@melekes
Copy link
Contributor

@melekes melekes commented Mar 8, 2018

Refs #1291

@melekes melekes requested a review from ebuchman as a code owner March 8, 2018 14:56
@melekes melekes requested a review from zramsay March 8, 2018 14:56
@codecov-io
Copy link

Codecov Report

Merging #1293 into develop will increase coverage by 0.13%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1293      +/-   ##
===========================================
+ Coverage    60.41%   60.55%   +0.13%     
===========================================
  Files          112      112              
  Lines        10863    10863              
===========================================
+ Hits          6563     6578      +15     
+ Misses        3656     3644      -12     
+ Partials       644      641       -3
Impacted Files Coverage Δ
p2p/conn/connection.go 82.62% <0%> (+0.28%) ⬆️
consensus/state.go 77.26% <0%> (+0.54%) ⬆️
blockchain/pool.go 70.35% <0%> (+0.71%) ⬆️
consensus/reactor.go 73.39% <0%> (+1.13%) ⬆️

@melekes melekes merged commit 3d5c05e into develop Mar 9, 2018
@melekes melekes deleted the update-template branch March 9, 2018 11:15
firelizzard18 pushed a commit to AccumulateNetwork/tendermint that referenced this pull request Feb 1, 2024
…emarshalled JSON (tendermint#1293)

* node: verify genesis doc hash against the file

Marshalling the doc data back into JSON to checksum is wasteful.
In the future, the hash of the genesis file may be passed as a CLI or
config parameter to help control coordinated upgrades. We want that
hash to be the same as the hash stored in the database.

* node: centralize genesis doc hash verification

Don't put the requirement to verify the JSON content checksum
onto every genesis doc provider, do it in one place in the main code.

* node: link the issue on the recent FIXME comment

* Changelog entry for tendermint#1293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants