-
Notifications
You must be signed in to change notification settings - Fork 86
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
[gh-557] add rooch account nullify command. #566
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
feliciss
changed the title
[gh-557] add rooch account update command.
[gh-557] add rooch account nullify command.
Aug 2, 2023
feliciss
force-pushed
the
#557
branch
2 times, most recently
from
August 3, 2023 07:44
a3a55a9
to
9ba8065
Compare
wow-sven
approved these changes
Aug 5, 2023
feliciss
requested review from
pause125,
jolestar,
baichuan3 and
templexxx
as code owners
August 9, 2023 18:13
wubuku
added a commit
to wubuku/rooch
that referenced
this pull request
Aug 14, 2023
* commit '4cb43bb3352de7fb7a2995cf348c88f895f7ac3b': (60 commits) add doc comment and fix typo for the server command (rooch-network#611) docs: update multi-chain settlement workflow (rooch-network#606) [rooch-networkgh-574] add docs for the rooch account command. (rooch-network#601) [Framework] Refactor AuthencationKey and Ed25519 AuthValidator (rooch-network#602) Storage reload consistance testcase (rooch-network#603) [rooch-networkgh-557] add rooch account nullify command. (rooch-network#566) [MoveosStd] add a function to get signer of module address (rooch-network#594) disable all built-in instruction related to global storage (rooch-network#576) Modify the names in CODEOWNER. (rooch-network#596) Use TableData as MoveosDataCache backend (rooch-network#554) [Framework]Unify the payload argument to authentiactor_payload (rooch-network#590) add `rooch account switch` command (rooch-network#581) Multi environment support (rooch-network#586) [CLI] Extract KeyStore logic to BaseKeyStore (rooch-network#587) [AccountAbstraction] Implement SessionKey (rooch-network#582) provide statedb dumping (rooch-network#580) add weekly 2023-08-07 (rooch-network#579) [rooch-networkgh-548] add rooch account update command. (rooch-network#552) Feature owen sdk calldata encode (rooch-network#572) [Github] Setting code owners (rooch-network#573) ...
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.
This commit is a forked commit of #548. Please do merge #548 first.
Resolves #557