-
Notifications
You must be signed in to change notification settings - Fork 209
Hotkey splitting #1559
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
Open
open-junius
wants to merge
58
commits into
devnet-ready
Choose a base branch
from
hotkey-splitting
base: devnet-ready
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Hotkey splitting #1559
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
c6a68e9
init solution
open-junius 3ef08ce
Merge branch 'devnet-ready' into hotkey-splitting
open-junius e7ce313
Merge branch 'devnet-ready' into hotkey-splitting
open-junius d01d1c5
keep progress
open-junius fac488d
Merge branch 'devnet-ready' into hotkey-splitting
open-junius 3b2fbce
most of coding done
open-junius 5240483
commit Cargo.lock
open-junius 3a99183
commit Cargo.lock
open-junius 8438f12
fix compilation
open-junius e302557
commit Cargo.lock
open-junius 8b0be6d
commit Cargo.lock
open-junius f61af52
Merge branch 'devnet-ready' into hotkey-splitting
open-junius ea252dd
Merge branch 'devnet-ready' into hotkey-splitting
open-junius f79aef9
fix test case
open-junius b29e18d
cargo clippy
open-junius d937209
fix test cases
open-junius c1903a2
fix compile error
open-junius ee036f9
cargo clippy
open-junius 9baf4a0
commit Cargo.lock
open-junius 3ab6fc1
add new test file
open-junius e10c37c
fix an old test
open-junius 41dd313
fix more test case
open-junius a07982a
merge target branch
open-junius 8b335e8
commit Cargo.lock
open-junius 70f768f
cargo clippy
open-junius 51360f8
cargo fmt
open-junius fa7c9df
commit Cargo.lock
open-junius a37245b
fix test case
open-junius 18e4bc4
all test case done
open-junius 6e37a4c
clean up code
open-junius 5fe01d8
fix failed test cases
open-junius 197b68b
fix test cases
open-junius 75f56ec
update weights
open-junius c0bd9ec
commit Cargo.lock
open-junius 4da3b4e
cargo clippy
open-junius 24d9c55
add swap records
open-junius bbf8337
add hook for clean up records
open-junius 3cbe465
commit Cargo.lock
open-junius 1055f85
fix mock, missed parameter
open-junius f63424e
fix clippy
open-junius 566b24b
fix clippy
open-junius 0b0856b
fix test case
open-junius 054222d
test case for records
open-junius 57f1097
update execution index
open-junius c7330ae
merge with devnet ready
open-junius 04a2b12
Merge branch 'devnet-ready' into hotkey-splitting
open-junius c6ee5d6
fix comments in PR
open-junius 70b1ec0
fix clippy
open-junius 52a0656
merge target branch
open-junius 896a139
bump version
open-junius 04d07f8
bump runtime version
open-junius 30dedd0
merge with devnet-ready
open-junius a87fd6a
merge target branch
open-junius 7c982a8
fix conflict
open-junius 2e7b1ad
Merge branch 'devnet-ready' into hotkey-splitting
open-junius 0d18c16
remove duplicated doc
open-junius d49fbb2
Merge branch 'devnet-ready' into hotkey-splitting
open-junius a0c3321
Merge branch 'devnet-ready' into hotkey-splitting
open-junius 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Why is 7 days divided by 12 here? The comment should be 7 days / 12 then
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.
one block each 12 seconds. like RootEnterDuration: BlockNumber = 5 * 60 * 24; // 24 hours