-
Notifications
You must be signed in to change notification settings - Fork 16
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: Intergrate multi-staking module #104
Merged
jiujiteiro
merged 61 commits into
realiotech:main
from
decentrio:intergrate-multistaking
Feb 2, 2024
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
7d17bd4
add multi staking
GNaD13 aa48f6d
upgrade handler
GNaD13 a89ddca
go mod
GNaD13 6776105
upgrade name:
GNaD13 c9793d2
comment
GNaD13 3da645e
nit
GNaD13 7ec63b3
nit
GNaD13 b729c16
nit
GNaD13 d3b22b9
step
GNaD13 aaeeefa
new migrate
GNaD13 21b213f
comment
GNaD13 f76d9af
add key to upgrade handler
GNaD13 c3d4282
migrate staking module
hieuvubk 88c1969
migrate bank
GNaD13 9ae1519
Merge pull request #1 from decentrio/migrate-bank
GNaD13 e568450
nit
GNaD13 6b4b492
upgrade hanlder
GNaD13 6ababc8
nit
GNaD13 b0460db
resolve conflict
hieuvubk 5d0e806
change cm
GNaD13 6f9ab27
tidy
GNaD13 8af3bf9
go mod
GNaD13 f1e8c94
nit
GNaD13 b9fb09e
add log
GNaD13 8250c6f
nit
GNaD13 400d376
home
hieuvubk 8880a97
state test
GNaD13 654d5fd
nit
GNaD13 2cbe664
Merge branch 'intergrate-multistaking' of https://github.com/decentri…
hieuvubk fdfaa48
mock types
hieuvubk 64686cb
fix
hieuvubk 4cccb49
no need import
hieuvubk aaad598
test
GNaD13 7c02451
nit
GNaD13 1ed7bb4
add migrate distribution
GNaD13 5e01c61
use IntermediaryDelegator
hieuvubk 7b77af7
Merge branch 'intergrate-multistaking' of https://github.com/decentri…
hieuvubk 4e69cac
new multi-staking module
GNaD13 9e212f5
Merge remote-tracking branch 'decent/intergrate-multistaking' into in…
GNaD13 39b1473
merge
GNaD13 60194ac
done
GNaD13 8d1cf1b
remove unused code
GNaD13 8eca95c
nit
GNaD13 388ecef
nit
GNaD13 3914449
nit
GNaD13 478ccbb
nit
GNaD13 17fbc06
module permission:
GNaD13 ca17423
update multi-staking
GNaD13 9bc1794
create module account in upgrade handler
GNaD13 c975933
add migrate multistaking unlock:
GNaD13 105cd03
update multi-staking module
GNaD13 822c761
release multi staking
GNaD13 8a65176
fix setup test
GNaD13 c35fd1b
nit
GNaD13 afc8a64
nit
GNaD13 1fddfea
validate genesis
GNaD13 e6cedb1
Change release version to v1.0.0-rc2
neitdung 27fc5da
Remove unused files
neitdung 951118d
nit
GNaD13 2815270
nit
GNaD13 d164330
nit
GNaD13 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
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.
@catShaark should we keep the staking module here to? We are still using the staking keeper down here.
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.
We change to multi-staking module, which is wrap staking module