Skip to content
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-move] Ord Inscription refactor #1261

Merged
merged 1 commit into from
Dec 24, 2023
Merged

[bitcoin-move] Ord Inscription refactor #1261

merged 1 commit into from
Dec 24, 2023

Conversation

jolestar
Copy link
Contributor

Summary

  1. Use empty vector<u8> to replace Option<vector<u8>> in Inscription.
  2. Parse Inscription fields: content_type,metaprotocol,parent and pointer.
  3. Add Inscription Object test.

@jolestar jolestar requested a review from baichuan3 as a code owner December 22, 2023 11:27
Copy link

vercel bot commented Dec 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
rooch ⬜️ Ignored (Inspect) Dec 22, 2023 11:27am

@jolestar jolestar requested a review from pause125 December 22, 2023 11:27
@jolestar jolestar merged commit f111e34 into main Dec 24, 2023
6 checks passed
@jolestar jolestar deleted the refactor_ord branch December 24, 2023 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BitcoinMove] Inscription use empty array to represtion Option<vector<u8>>
2 participants