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 new proofs version type #8848

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Add new proofs version type #8848

merged 1 commit into from
Jun 14, 2022

Conversation

arajasek
Copy link
Contributor

CI failure is because FFI artefacts aren't up yet, should be good soon.

@arajasek arajasek requested a review from a team as a code owner June 14, 2022 01:44

individual := (total < cfg.MinCommitBatch) || (total < miner.MinAggregatedSectors) || blackedOut()

if !individual && !cfg.AggregateAboveBaseFee.Equals(big.Zero()) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if !individual && !cfg.AggregateAboveBaseFee.Equals(big.Zero()) {
if !individual && !cfg.AggregateAboveBaseFee.IsZero() {

@arajasek arajasek merged commit 89a486c into master Jun 14, 2022
@arajasek arajasek deleted the asr/proof-bump branch June 14, 2022 02:09
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.

2 participants