-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bulk restake and withdraw (#81)
* feat: restake all * feat: bulk withdraw method * fix: rebase conflicts * feat: catch panic in tests * fix: integration tests * fix: don't use accounts with magic numbers * test: restake all unit tests * test: withdraw all unit tests * test: check deletion on withdraw all * test: restake all integration test * fix: near sdk 5 migration test * test: withdraw all integration test * test: failed bulk withdraw internal * fix: optimised mutation tests * fix: improved tests and mutation fix * fix: optimised events to fit lots of jars * fix: restake internal naming * fix: review comments * fix: improved restake internal * fix: add gas assert to transfer_bulk_withdraw method
- Loading branch information
Showing
52 changed files
with
1,814 additions
and
948 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sweat_jar" | ||
version = "1.0.1" | ||
version = "2.0.0" | ||
authors = ["Sweat Economy"] | ||
edition = "2021" | ||
|
||
|
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.