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

[BACKPORT/22.1.x] go/runtime/txpool: Fix crash on early access #4639

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Apr 4, 2022

Backport of #4638.

@kostko kostko added the c:backport Category: backport to stable branch label Apr 4, 2022
@kostko kostko force-pushed the kostko/stable/22.1.x/backport-4638 branch from e1e652f to 8c492c2 Compare April 4, 2022 12:49
@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #4639 (8c492c2) into stable/22.1.x (f704c6c) will increase coverage by 0.06%.
The diff coverage is 0.00%.

@@                Coverage Diff                @@
##           stable/22.1.x    #4639      +/-   ##
=================================================
+ Coverage          66.98%   67.05%   +0.06%     
=================================================
  Files                431      431              
  Lines              48805    48818      +13     
=================================================
+ Hits               32694    32733      +39     
+ Misses             12078    12058      -20     
+ Partials            4033     4027       -6     
Impacted Files Coverage Δ
go/runtime/txpool/txpool.go 74.00% <0.00%> (-3.01%) ⬇️
go/worker/compute/executor/committee/batch.go 64.00% <0.00%> (-8.00%) ⬇️
go/consensus/api/submission.go 64.28% <0.00%> (-4.77%) ⬇️
go/worker/storage/p2p/sync/server.go 74.19% <0.00%> (-3.23%) ⬇️
go/runtime/registry/host.go 66.23% <0.00%> (-2.17%) ⬇️
go/worker/client/committee/node.go 73.54% <0.00%> (-1.30%) ⬇️
go/consensus/tendermint/abci/mux.go 56.33% <0.00%> (-1.10%) ⬇️
go/common/grpc/grpc.go 81.95% <0.00%> (-0.89%) ⬇️
go/runtime/transaction/transaction.go 79.83% <0.00%> (-0.85%) ⬇️
go/consensus/tendermint/roothash/roothash.go 67.44% <0.00%> (-0.64%) ⬇️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c1a9d5...8c492c2. Read the comment docs.

@kostko kostko merged commit 70d9573 into stable/22.1.x Apr 4, 2022
@kostko kostko deleted the kostko/stable/22.1.x/backport-4638 branch April 4, 2022 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:backport Category: backport to stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants