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

mempool: adjust the rule of conflicting transaction ranking #3031

Merged
merged 1 commit into from
Jun 1, 2023

mempool: adjust the rule of conflicting transaction ranking

68b9ff1
Select commit
Loading
Failed to load commit list.
Merged

mempool: adjust the rule of conflicting transaction ranking #3031

mempool: adjust the rule of conflicting transaction ranking
68b9ff1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 1, 2023 in 1s

84.58% (-0.13%) compared to 9a15d2d

View this Pull Request on Codecov

84.58% (-0.13%) compared to 9a15d2d

Details

Codecov Report

Merging #3031 (68b9ff1) into master (9a15d2d) will decrease coverage by 0.13%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master    #3031      +/-   ##
==========================================
- Coverage   84.70%   84.58%   -0.13%     
==========================================
  Files         328      328              
  Lines       43399    43716     +317     
==========================================
+ Hits        36762    36975     +213     
- Misses       5149     5248      +99     
- Partials     1488     1493       +5     
Impacted Files Coverage Δ
pkg/rpcclient/nep11/base.go 61.19% <0.00%> (-38.81%) ⬇️
pkg/rpcclient/nep17/nep17.go 44.18% <0.00%> (-55.82%) ⬇️
pkg/smartcontract/binding/generate.go 95.23% <88.46%> (-1.46%) ⬇️
pkg/compiler/compiler.go 78.48% <95.52%> (+3.30%) ⬆️
cli/smartcontract/smart_contract.go 91.98% <100.00%> (+0.10%) ⬆️
pkg/compiler/codegen.go 92.01% <100.00%> (ø)
pkg/compiler/debug.go 92.97% <100.00%> (-0.51%) ⬇️
pkg/compiler/inline.go 97.47% <100.00%> (+0.18%) ⬆️
pkg/core/mempool/mem_pool.go 97.12% <100.00%> (+0.03%) ⬆️
pkg/neotest/compile.go 100.00% <100.00%> (ø)
... and 1 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more