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: #7880 gas: add gas charge for VerifyReplicaUpdate #7897

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Jan 6, 2022

Resolves #7880

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <#issue number> <area>: <change being made>
    • example: fix: #1234 mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@Kubuxu Kubuxu requested a review from a team as a code owner January 6, 2022 14:38
chain/vm/gas_v0.go Outdated Show resolved Hide resolved
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
@Kubuxu Kubuxu requested a review from arajasek January 7, 2022 14:19
@jennijuju jennijuju added this to the v1.14.0 milestone Jan 7, 2022
@arajasek arajasek enabled auto-merge January 7, 2022 20:34
@magik6k magik6k disabled auto-merge January 10, 2022 12:27
@magik6k magik6k merged commit 3fb71cd into master Jan 10, 2022
@magik6k magik6k deleted the feat/snap-gas branch January 10, 2022 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gas estimation updates for Proofs verification - (SnapDeals) implementation
5 participants