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

release: release v0.10.3, adding native staking and text proposal support. #893

Merged
merged 8 commits into from
Dec 1, 2022

Conversation

pythonberg1997
Copy link
Contributor

@pythonberg1997 pythonberg1997 commented Nov 21, 2022

Description

This release is for BEP153
and BEP173

Rationale

BEP153 introduces a native staking protocol onto BNB Smart Chain. With this BEP, individual or institution delegators can stake BNB to specified validators and get staking rewards on the BSC side directly.

BEP173 introduces a new kind of proposal to agree on a certain strategy, plan, commitment, future upgrade, or other statements. Text proposals are exclusively a signaling mechanism and focal point for future coordination - they do not directly cause any changes on-chain.

Example

No

Changes

Change Logs

IMPROVEMENTS

  • #886 [Staking] Fix issues for reward recon service

FEATURES

  • #892 [Gov] Implement BEP173: Enable Text Proposal on BNB Smart Chain

Preflight checks

Related issues

No

forcodedancing
forcodedancing previously approved these changes Nov 21, 2022
Copy link
Collaborator

@unclezoro unclezoro left a comment

Choose a reason for hiding this comment

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

Need modification

* add mainnet Gibbs fork height

* clean irrelevant codes

* update version and changelog
@@ -60,6 +60,8 @@ BEP128Height = 23551600
BEP151Height = 28250000
#Block height of BEP153 upgrade
BEP153Height = 30516226
#Block height of BEP173 upgrade
BEP173Height = 9223372036854775807
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we change this height?

@unclezoro unclezoro changed the title bep173: enable text proposal on BNB Smart Chain release: release v0.10.3, adding native staking and text proposal support. Dec 1, 2022
@unclezoro unclezoro merged commit 7411f1e into master Dec 1, 2022
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.

5 participants