This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add omni lock script extension #468
Open
EthanYuan
wants to merge
43
commits into
nervosnetwork:dev-0.4
Choose a base branch
from
EthanYuan:dev-0.4-omni
base: dev-0.4
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
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
- test_omni_query_transactions_double_entry - test_omni_query_transactions_native
…r_udt_from_provide_capacity
*get_all_scripts_by_item *is_items_contain_addresses
*test_dao_claim_and_deposit and *test_dao_claim_and_deposit_one_address
EthanYuan
changed the title
Add Omni Lock Script Extension
feat: add omni lock script extension
Nov 10, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 this PR does / why we need it:
Based on the issue #458, this PR adds the omni lock script extension to Mercury, and keeps the current rpc interface definition unchanged. For users who use omni lock, Mercury's convenient transfer of CKB and UDT is now possible.
Supported Omni Lock Auth Flags:
Supported Omni Lock Args:
This PR gives Mercury the ability to extend the lock script dimension, making it easier to add new lock scripts.
Which issue(s) this PR fixes:
Fixes #
Which docs this PR relation:
Ref #
Which toolchain this PR adaption:
No Breaking Change
Special notes for your reviewer: