Skip to content

params: remove blockTimeIota#5987

Merged
mergify[bot] merged 10 commits intomasterfrom
marko/remove-iota
Jan 28, 2021
Merged

params: remove blockTimeIota#5987
mergify[bot] merged 10 commits intomasterfrom
marko/remove-iota

Conversation

@tac0turtle
Copy link
Contributor

@tac0turtle tac0turtle commented Jan 26, 2021

Description

Closes: #5939

@tac0turtle tac0turtle added T:breaking Type: Breaking Change T:code-hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity. labels Jan 26, 2021
@tac0turtle tac0turtle self-assigned this Jan 26, 2021
@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #5987 (f5a24f3) into master (5a9b740) will decrease coverage by 0.07%.
The diff coverage is 77.77%.

@@            Coverage Diff             @@
##           master    #5987      +/-   ##
==========================================
- Coverage   59.57%   59.49%   -0.08%     
==========================================
  Files         272      272              
  Lines       25231    25210      -21     
==========================================
- Hits        15031    14999      -32     
- Misses       8587     8593       +6     
- Partials     1613     1618       +5     
Impacted Files Coverage Δ
p2p/conn/secret_connection.go 82.98% <ø> (ø)
privval/secret_connection.go 76.28% <ø> (ø)
rpc/core/consensus.go 0.00% <0.00%> (ø)
rpc/core/types/responses.go 33.33% <ø> (ø)
types/protobuf.go 44.44% <ø> (-14.58%) ⬇️
types/params.go 80.55% <76.92%> (-3.23%) ⬇️
consensus/replay.go 71.78% <100.00%> (ø)
state/store.go 55.72% <100.00%> (-0.17%) ⬇️
blockchain/v2/reactor.go 32.04% <0.00%> (-2.82%) ⬇️
libs/clist/clist.go 67.25% <0.00%> (-1.76%) ⬇️
... and 9 more

@tac0turtle tac0turtle marked this pull request as ready for review January 28, 2021 10:41
@tac0turtle tac0turtle requested a review from cmwaters January 28, 2021 10:42
Copy link
Contributor

@cmwaters cmwaters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff 👍 It might also be a good idea to append this PR id to the existing changelog entry regarding removing timeIota so that people can find this one as well.

@tac0turtle tac0turtle requested a review from melekes January 28, 2021 13:22
@tac0turtle tac0turtle added the S:automerge Automatically merge PR when requirements pass label Jan 28, 2021
@mergify mergify bot merged commit 1f01e5d into master Jan 28, 2021
@mergify mergify bot deleted the marko/remove-iota branch January 28, 2021 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S:automerge Automatically merge PR when requirements pass T:breaking Type: Breaking Change T:code-hygiene General cleanup and restructuring of code to provide clarity, flexibility, and modularity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

params: TimeIotaMs cleanup

3 participants