-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Bitcoin] Handle Curse Inscription #1865
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
@@ -495,7 +495,7 @@ module rooch_nursery::bitseed { | |||
|
|||
let tx = option::destroy_some(tx_option); | |||
let input = types::tx_input(&tx); | |||
let index = ord::input(inscription); | |||
let index = ord::index(inscription); |
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.
从 Ord 协议层移除了 input 字段, @steelgeek091 确认下对 bitseed 的影响
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.
bitseed 合约没有用到 ord::input 方法
Origin Curse Inscription Query from Rooch RPC
|
Summary
inscription_number
andsequence_number
for inscriptionparent : Option<Vec<u8>>
toparents: Vec<Vec<u8>>
to support multi parentsAmong them, 1 and 3 will break the framework.