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

feat: implement tipset gas #1644

Merged
merged 1 commit into from
Feb 6, 2023
Merged

feat: implement tipset gas #1644

merged 1 commit into from
Feb 6, 2023

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Feb 6, 2023

fixes #1633

@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2023

Codecov Report

Merging #1644 (fac8ad5) into master (e50e8e2) will decrease coverage by 0.79%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1644      +/-   ##
==========================================
- Coverage   54.08%   53.30%   -0.79%     
==========================================
  Files         146      146              
  Lines       13980    14183     +203     
==========================================
- Hits         7561     7560       -1     
- Misses       6419     6623     +204     
Impacted Files Coverage Δ
fvm/src/gas/price_list.rs 25.07% <0.00%> (-8.40%) ⬇️
fvm/src/kernel/default.rs 11.70% <0.00%> (-0.40%) ⬇️
ipld/hamt/src/pointer.rs 85.56% <0.00%> (-1.04%) ⬇️

@Stebalien

This comment was marked as resolved.

@Stebalien Stebalien merged commit 190e975 into master Feb 6, 2023
@Stebalien Stebalien deleted the steb/tipset-gas branch February 6, 2023 20:51
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.

Charge gas for the tipset_cid syscall
3 participants