iotex-core icon indicating copy to clipboard operation
iotex-core copied to clipboard

[eip4844] blob gas fee

Open envestcc opened this issue 1 year ago • 2 comments

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

pre-pr: https://github.com/iotexproject/iotex-proto/pull/158

Type of change

Please delete options that are not relevant.

  • [x] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • [] make test
  • [] fullsync
  • [] Other test (please specify)

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • [] My code follows the style guidelines of this project
  • [] I have performed a self-review of my code
  • [] I have commented my code, particularly in hard-to-understand areas
  • [] I have made corresponding changes to the documentation
  • [] My changes generate no new warnings
  • [] I have added tests that prove my fix is effective or that my feature works
  • [] New and existing unit tests pass locally with my changes
  • [] Any dependent changes have been merged and published in downstream modules

envestcc avatar Aug 19 '24 14:08 envestcc

Codecov Report

Attention: Patch coverage is 40.74074% with 80 lines in your changes missing coverage. Please review.

Project coverage is 75.10%. Comparing base (36f0d99) to head (bcdeb68). Report is 29 commits behind head on master.

Files with missing lines Patch % Lines
state/factory/workingset.go 10.52% 13 Missing and 4 partials :warning:
blockchain/block/eip4844.go 56.25% 14 Missing :warning:
action/protocol/generic_validator.go 0.00% 6 Missing and 2 partials :warning:
blockchain/blockchain.go 0.00% 7 Missing :warning:
action/protocol/protocol.go 0.00% 6 Missing :warning:
blockchain/block/builder.go 0.00% 6 Missing :warning:
blockchain/block/header.go 40.00% 6 Missing :warning:
action/receipt.go 28.57% 3 Missing and 2 partials :warning:
state/factory/util.go 0.00% 5 Missing :warning:
action/protocol/rewarding/fund.go 86.36% 2 Missing and 1 partial :warning:
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4368      +/-   ##
==========================================
- Coverage   75.86%   75.10%   -0.76%     
==========================================
  Files         361      374      +13     
  Lines       30116    30688     +572     
==========================================
+ Hits        22846    23047     +201     
- Misses       6134     6457     +323     
- Partials     1136     1184      +48     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 20 '24 16:08 codecov[bot]