-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Support for P2PKH and P2SH-P2WPKH Address Types #58
Add Support for P2PKH and P2SH-P2WPKH Address Types #58
Conversation
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.
Looks good, apart from some minor changes required.
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.
Apart from removing hardcoded enum values for types, I don't have any other comments as of now.
6c16999
to
8d6bf7c
Compare
Draft: Improved E2E Test implemented improved e2e test structure
c14897a
to
5583fc1
Compare
70f9a62
to
ce30905
Compare
Why did you close this? |
merge conflicts |
This PR adds support for testing P2PKH and P2SH-P2WPKH address types in the indexer, ensuring silent blocks are correctly processed and retrieved for these transaction types. The test suite has been refactored improving maintainability and extending compatibility with diverse Bitcoin address types.