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

refactor(genesis_ord): remove 'is_p2pk' field and related logic #2215

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

popcnt1
Copy link
Collaborator

@popcnt1 popcnt1 commented Jul 17, 2024

Summary

address has been derived in inscription source for p2pk script:

The 'is_p2pk' field and corresponding logic in genesis_ord.rs have been removed. This change simplifies the solution and doesn't affect the functionality, as 'address' is directly converted into 'bitcoin_address' using BitcoinAddress::from_str method now.

popcnt1 added 2 commits July 18, 2024 07:46
address has been derived in inscription source for p2pk script:

The 'is_p2pk' field and corresponding logic in genesis_ord.rs have been removed. This change simplifies the solution and doesn't affect the functionality, as 'address' is directly converted into 'bitcoin_address' using BitcoinAddress::from_str method now.
Copy link

vercel bot commented Jul 17, 2024

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

Name Status Preview Comments Updated (UTC)
rooch-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 11:48pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Jul 17, 2024 11:48pm

@popcnt1 popcnt1 changed the title Remove 'is_p2pk' field and related logic refactor(genesis_ord): remove 'is_p2pk' field and related logic Jul 17, 2024
@popcnt1 popcnt1 merged commit 95fde60 into rooch-network:main Jul 17, 2024
5 of 7 checks passed
@popcnt1 popcnt1 deleted the refactor.ordsrc branch July 17, 2024 23:48
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.

1 participant