Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core, txpool: less allocations when handling transactions(revert) #672

Merged
merged 3 commits into from
Jul 10, 2020
Merged

Conversation

ucwong
Copy link
Member

@ucwong ucwong commented Jul 10, 2020

No description provided.

ucwong and others added 3 commits July 10, 2020 10:52
@codecov
Copy link

codecov bot commented Jul 10, 2020

Codecov Report

Merging #672 into master will decrease coverage by 0.02%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #672      +/-   ##
==========================================
- Coverage   50.87%   50.84%   -0.03%     
==========================================
  Files         408      408              
  Lines       51907    51908       +1     
==========================================
- Hits        26409    26394      -15     
- Misses      23466    23477      +11     
- Partials     2032     2037       +5     
Impacted Files Coverage Δ
core/types/transaction.go 55.73% <0.00%> (ø)
common/math/integer.go 93.33% <100.00%> (+0.22%) ⬆️
p2p/simulations/mocker.go 33.63% <0.00%> (-4.55%) ⬇️
ctxc/downloader/statesync.go 61.81% <0.00%> (-3.15%) ⬇️
whisper/whisperv6/message.go 69.94% <0.00%> (-1.16%) ⬇️
ctxc/downloader/downloader.go 78.32% <0.00%> (-0.66%) ⬇️
p2p/rlpx.go 71.38% <0.00%> (-0.57%) ⬇️
p2p/simulations/http.go 69.56% <0.00%> (-0.55%) ⬇️
p2p/discover/v4_udp.go 73.28% <0.00%> (-0.51%) ⬇️
p2p/server.go 66.98% <0.00%> (-0.39%) ⬇️
... and 3 more

@ucwong ucwong changed the title Dev core, txpool: less allocations when handling transactions(revert) Jul 10, 2020
@ucwong ucwong merged commit 2ec6051 into master Jul 10, 2020
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.

None yet

2 participants