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

[R4R] node repo fix for state sync snapshot command #609

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

ackratos
Copy link
Contributor

@ackratos ackratos commented Jun 19, 2019

Description

node repo fix for bnb-chain/bnc-cosmos-sdk#150

Rationale

move set upgrade to upgrade config's method so that utility tools can override upgrade config

Example

N/A

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • integration tests passed (make integration_test)
  • manual transaction test passed (cli invoke)

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@ackratos ackratos self-assigned this Jun 19, 2019
@ackratos ackratos changed the title node repo fix for state sync snapshot command [R4R] node repo fix for state sync snapshot command Jun 19, 2019
upgrade.Mgr.AddUpgradeHeight(upgrade.BEP6, upgradeConfig.BEP6Height)
upgrade.Mgr.AddUpgradeHeight(upgrade.BEP9, upgradeConfig.BEP9Height)
upgrade.Mgr.AddUpgradeHeight(upgrade.BEP10, upgradeConfig.BEP10Height)
upgrade.Mgr.AddUpgradeHeight(upgrade.BEP19, upgradeConfig.BEP10Height)
Copy link
Contributor

Choose a reason for hiding this comment

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

upgradeConfig.BEP10Height?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

upgradeConfig.BEP10Height?

@rickyyangz will have a PR fix this I think

@ackratos ackratos force-pushed the statesync_upgrade branch from fdb0e3e to ca7d0ee Compare June 19, 2019 06:18
@ackratos ackratos merged commit a4c93c9 into develop Jun 19, 2019
@unclezoro unclezoro deleted the statesync_upgrade branch May 10, 2022 06:14
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.

4 participants