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

Update to specs 0.9.7 and markets 0.6.0 #3627

Merged
merged 2 commits into from Sep 7, 2020
Merged

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Sep 7, 2020

No description provided.

chain/stmgr/stmgr.go Outdated Show resolved Hide resolved
@arajasek arajasek mentioned this pull request Sep 7, 2020
9 tasks
chain/stmgr/stmgr.go Outdated Show resolved Hide resolved
@@ -1120,3 +1123,11 @@ func (sm *StateManager) GetCirculatingSupply(ctx context.Context, height abi.Cha

return csi.FilCirculating, nil
}

func (sm *StateManager) GetNtwkVersion(ctx context.Context, height abi.ChainEpoch) runtime.NetworkVersion {
if build.UpgradeBreezeHeight == 0 || height <= build.UpgradeBreezeHeight {
Copy link
Contributor

Choose a reason for hiding this comment

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

Cool name. Is the next one going to be hurricane?

Copy link
Contributor

Choose a reason for hiding this comment

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

Confirming this means that UpgradeBreezeHeight will still run protocol version 0. UpgradeBreezeHeight + 1 is version 1

@arajasek arajasek merged commit 0e986df into ntwk-0.6.0 Sep 7, 2020
@arajasek arajasek deleted the asr/specs-update-0.9.7 branch September 7, 2020 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/consensus Impact: Consensus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants