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

bep173: enable text proposal on BNB Smart Chain #305

Merged
merged 2 commits into from
Nov 20, 2022

Conversation

randyahx
Copy link
Contributor

@randyahx randyahx commented Nov 17, 2022

"Text" accepted as a valid BNB Smart Chain proposalType in proposals_sidechain.go

BEP154 upgrade validation to be handled in handler_sidechain.go

Tested the implementation before and after the BEP173 upgrade. Proposal type "Text" is accepted after the BEP173 upgrade.

Commands:

Submit Text Proposal

./tbnbcli gov submit-proposal --type text …[flags]

Query Proposal

./tbnbcli gov query-proposal --proposal-id {id} ...[flags]

Voting

./tbnbcli gov vote --option yes --proposal-id {id} ...[flags]

"Text" accepted as a valid BNB Smart Chain proposalType in proposals_sidechain.go

BEP154 upgrade validation to be handled in handler_sidechain.go
@randyahx randyahx changed the title bep154: enable text proposal on BNB Smart Chain bep173: enable text proposal on BNB Smart Chain Nov 17, 2022
@unclezoro unclezoro added r4r enhancement New feature or request labels Nov 20, 2022
@unclezoro unclezoro merged commit 310eaee into bnb-chain:develop Nov 20, 2022
Copy link

@egglestonahma egglestonahma left a comment

Choose a reason for hiding this comment

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

Fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request r4r
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants