forked from LedgerHQ/app-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for staking contract #12
Merged
shuse2
merged 20 commits into
feature/staking-contract
from
9-add-support-for-staking-contract
May 29, 2024
Merged
Add support for staking contract #12
shuse2
merged 20 commits into
feature/staking-contract
from
9-add-support-for-staking-contract
May 29, 2024
Conversation
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
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
April 23, 2024 09:12
ed31202
to
e334ea3
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
April 23, 2024 09:49
e334ea3
to
5382688
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
April 23, 2024 12:33
233b4b5
to
a52b1b4
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
April 23, 2024 17:29
134189b
to
2e88244
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
2 times, most recently
from
April 29, 2024 16:38
154857a
to
412f792
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
3 times, most recently
from
April 30, 2024 07:34
80e7e40
to
4cf6ef9
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
April 30, 2024 08:25
4cf6ef9
to
c36356e
Compare
hrmhatef
force-pushed
the
9-add-support-for-staking-contract
branch
2 times, most recently
from
April 30, 2024 17:38
7fd22fd
to
c36356e
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
6 times, most recently
from
May 2, 2024 11:13
6d8d0e2
to
9608522
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
from
May 2, 2024 12:04
9608522
to
8ef087f
Compare
nagdahimanshu
force-pushed
the
9-add-support-for-staking-contract
branch
3 times, most recently
from
May 2, 2024 20:10
a29915c
to
a966223
Compare
CI is failing and its a issue from oss-fuzz. |
- Add a new unit test for that - Generate snapshots
- Add a new unit test for that - Generate snapshots
- Add a new unit test for that - Generate snapshots
hrmhatef
force-pushed
the
9-add-support-for-staking-contract
branch
3 times, most recently
from
May 19, 2024 14:59
996c4d8
to
a8c9969
Compare
shuse2
reviewed
May 28, 2024
hrmhatef
force-pushed
the
9-add-support-for-staking-contract
branch
5 times, most recently
from
May 29, 2024 12:22
bc9c4ff
to
e7a6aee
Compare
hrmhatef
force-pushed
the
9-add-support-for-staking-contract
branch
from
May 29, 2024 12:31
e7a6aee
to
c7002d1
Compare
hrmhatef
approved these changes
May 29, 2024
shuse2
approved these changes
May 29, 2024
shuse2
pushed a commit
that referenced
this pull request
May 29, 2024
Add support for staking contract (#12) * :WIP: Implement handler for staking lockAmount function * :WIP: Revert and implement handler for reward createPosition function * 🌱 Add a new unit test for create position for reward contract * 🐛 Fix implementation and generate snapshots * Implement handler for fast unlock * 🌱 Add a new unit test for the fast unlock method * Fix handler for initFastUnlock * Add handlers for claimRewards, pauseUnlocking and resumeUnlocking * 🔨 Code refactoring * 🐛 Fix CI * 🌱 Update to support the increaseLockingAmount method - Also add a new unit test for that * 🌱 Update to support the extendDuration method - Also add a new unit test for that * Update Readme * 💅 Rename a method name * 🌱 Update to support the deletePositions method - Add a new unit test for that - Generate snapshots * 💅 Rename some consts * 🌱 Update to support the addUnusedRewards method - Add a new unit test for that - Generate snapshots * 🌱 Update to support fundStakingRewards method - Add a new unit test for that - Generate snapshots * 👌 Applied suggestions * 🐛 Fix the Makefile --------- Co-authored-by: hatef <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What was the problem?
This PR resolves #9 #10
How was it solved?
How was it tested?