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

Add block list to pcr #4314

Merged
merged 2 commits into from
Oct 22, 2020
Merged

Add block list to pcr #4314

merged 2 commits into from
Oct 22, 2020

Conversation

travisperson
Copy link
Contributor

No description provided.

@@ -884,6 +919,8 @@ func (r *refunder) processTipsetStorageMarketActor(ctx context.Context, tipset *
}

refundValue = types.BigMul(types.NewInt(uint64(recp.GasUsed)), tipset.Blocks()[0].ParentBaseFee)
default:
return false, messageMethod, types.NewInt(0), nil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated to blocklist, this was a fix I made yesterday and hadn't pr'd yet. It stops us from returning true for message methods we don't know about.

@magik6k
Copy link
Contributor

magik6k commented Oct 22, 2020

(rebased on master)

@magik6k magik6k merged commit 6fc8550 into master Oct 22, 2020
@magik6k magik6k deleted the feat/lotus-pcr-block-list branch October 22, 2020 15:59
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.

None yet

2 participants