-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: implemente Msgs for SP exit #534
Merged
Merged
Changes from 22 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
312358c
implemente Msgs for SP exit
alexgao001 c14218a
add tests
alexgao001 4d62bb6
add tests
alexgao001 44430c3
fix proto format
alexgao001 0f55d6d
fix test
alexgao001 1d61fbd
expose the gvg statistic api for query
alexgao001 6ae1971
transfer deposit of forced exit SP to payment module when exit completed
alexgao001 18998e1
fix test
alexgao001 5f590ad
fix comments
alexgao001 72fe38f
fix conflict
alexgao001 22e3b8d
fix comments
alexgao001 a107f1d
fix comment
alexgao001 3ad7c09
fix comment
alexgao001 32cb871
format code
alexgao001 2828906
fix swagger yaml due to outdated buf version
alexgao001 260c500
refine the code
alexgao001 91611a9
fix SetUpgradeInitializer
alexgao001 142bf7b
fix SetUpgradeInitializer
alexgao001 629afa3
use queried SP deposit in test
alexgao001 69af6af
Merge branch 'adapt-sp-exit' of github.com:bnb-chain/greenfield into …
alexgao001 df63086
enable bucket migration
alexgao001 1c66afe
fix duplicate gvgs in test
alexgao001 3443fd4
allow reserved swapin expired SP to continue acquire data if no other…
alexgao001 b0c9b53
forced exit SP staked BNB transfer to payment module gov stream recor…
alexgao001 f504e90
add test
alexgao001 28c6e32
fix test assertion due to duplicate GVG not allowed
alexgao001 2d4c29d
Merge branch 'develop' of github.com:bnb-chain/greenfield into adapt-…
alexgao001 ba19800
fix the new params validation failed when init genesis
alexgao001 0b4d1f0
fix swagger
alexgao001 510b91c
fix test
alexgao001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't enable
Bucket migration
in this release, let's leave it to the next version.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled