-
Notifications
You must be signed in to change notification settings - Fork 33
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
[move] set slow wallet entry function #141
Merged
Merged
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
Contributor
sirouk
commented
Jan 13, 2024
•
edited by 0o-de-lally
Loading
edited by 0o-de-lally
- move entry function
- rust cli tool for user to send tx
nonast
approved these changes
Jan 13, 2024
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.
lgtm
kalvkusk
approved these changes
Jan 13, 2024
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.
lgtm
68d0523
to
42e323d
Compare
42e323d
to
4e17696
Compare
0o-de-lally
added a commit
to 0o-de-lally/libra-framework
that referenced
this pull request
Jan 13, 2024
commit a4c2f61 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:15 2024 -0500 [move] set slow wallet entry function (0LNetworkCommunity#141) Co-authored-by: 0o-de-lally <> Co-authored-by: 0o-de-lally <[email protected]> commit 6b57485 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:01 2024 -0500 [move] patch arithmetic issue on net_val_reward 6.9.2 (0LNetworkCommunity#142) Co-authored-by: 0o-de-lally <[email protected]> Co-authored-by: Nonast <[email protected]> Co-authored-by: sh1hsh1nk <[email protected]> commit d982a70 Author: zoz <[email protected]> Date: Sat Jan 13 13:53:23 2024 -0800 [tools] refactor rescue cli 6.9.1 (0LNetworkCommunity#137) Co-authored-by: 0o-de-lally <[email protected]>
0o-de-lally
added a commit
that referenced
this pull request
Jan 13, 2024
commit 2dab0e3 Merge: 918cfb3 a4c2f61 Author: 0o-de-lally <[email protected]> Date: Sat Jan 13 22:09:11 2024 +0000 Merge branch 'main' into epoch_scheduler commit 918cfb3 Author: 0o-de-lally <[email protected]> Date: Sat Jan 13 22:04:20 2024 +0000 Squashed commit of the following: commit a4c2f61 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:15 2024 -0500 [move] set slow wallet entry function (#141) Co-authored-by: 0o-de-lally <> Co-authored-by: 0o-de-lally <[email protected]> commit 6b57485 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:01 2024 -0500 [move] patch arithmetic issue on net_val_reward 6.9.2 (#142) Co-authored-by: 0o-de-lally <[email protected]> Co-authored-by: Nonast <[email protected]> Co-authored-by: sh1hsh1nk <[email protected]> commit d982a70 Author: zoz <[email protected]> Date: Sat Jan 13 13:53:23 2024 -0800 [tools] refactor rescue cli 6.9.1 (#137) Co-authored-by: 0o-de-lally <[email protected]> commit db2813c Author: 0o-de-lally <[email protected]> Date: Wed Dec 20 15:52:16 2023 +0000 clean commit d8cb2a6 Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 18:25:30 2023 +0000 notest commit 5e4d26d Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 18:22:09 2023 +0000 finish tests commit d57ba94 Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 16:02:34 2023 +0000 and user can trigger epoch on boundary. functional test written. commit b6b43ea Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 02:46:03 2023 +0000 wip epoch count issue passing commit c6ebe43 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 02:44:53 2023 +0000 wip epoch count issue commit ce3c1e8 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 01:48:21 2023 +0000 patch commit 43cacc6 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 01:47:15 2023 +0000 enable epoch trigger
0o-de-lally
added a commit
that referenced
this pull request
Jan 14, 2024
commit dbaebee Author: 0o-de-lally <[email protected]> Date: Sun Jan 14 17:47:54 2024 +0000 rename txs cli subcommand "upgrade" -> "governance", and include the epoch boundary tx. commit a042461 Author: 0o-de-lally <[email protected]> Date: Sun Jan 14 17:30:22 2024 +0000 make governance::trigger_epoch an entry function commit 2dab0e3 Merge: 918cfb3 a4c2f61 Author: 0o-de-lally <[email protected]> Date: Sat Jan 13 22:09:11 2024 +0000 Merge branch 'main' into epoch_scheduler commit 918cfb3 Author: 0o-de-lally <[email protected]> Date: Sat Jan 13 22:04:20 2024 +0000 Squashed commit of the following: commit a4c2f61 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:15 2024 -0500 [move] set slow wallet entry function (#141) Co-authored-by: 0o-de-lally <> Co-authored-by: 0o-de-lally <[email protected]> commit 6b57485 Author: sirouk <[email protected]> Date: Sat Jan 13 17:01:01 2024 -0500 [move] patch arithmetic issue on net_val_reward 6.9.2 (#142) Co-authored-by: 0o-de-lally <[email protected]> Co-authored-by: Nonast <[email protected]> Co-authored-by: sh1hsh1nk <[email protected]> commit d982a70 Author: zoz <[email protected]> Date: Sat Jan 13 13:53:23 2024 -0800 [tools] refactor rescue cli 6.9.1 (#137) Co-authored-by: 0o-de-lally <[email protected]> commit db2813c Author: 0o-de-lally <[email protected]> Date: Wed Dec 20 15:52:16 2023 +0000 clean commit d8cb2a6 Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 18:25:30 2023 +0000 notest commit 5e4d26d Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 18:22:09 2023 +0000 finish tests commit d57ba94 Author: 0o-de-lally <[email protected]> Date: Mon Dec 18 16:02:34 2023 +0000 and user can trigger epoch on boundary. functional test written. commit b6b43ea Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 02:46:03 2023 +0000 wip epoch count issue passing commit c6ebe43 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 02:44:53 2023 +0000 wip epoch count issue commit ce3c1e8 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 01:48:21 2023 +0000 patch commit 43cacc6 Author: 0o-de-lally <[email protected]> Date: Sun Dec 17 01:47:15 2023 +0000 enable epoch trigger
2 tasks
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.