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

Release 0.0.7 #7

Merged
merged 17 commits into from
Jan 30, 2024
Merged

Release 0.0.7 #7

merged 17 commits into from
Jan 30, 2024

Conversation

tok-kkk
Copy link
Contributor

@tok-kkk tok-kkk commented Jan 17, 2024

  • Helper function to build a RBF tx
  • New function for the rpc client GetNetworkInfo
  • Function to help getting the tx fee

@tok-kkk tok-kkk requested review from susruth and yash1io January 17, 2024 08:55
@tok-kkk tok-kkk self-assigned this Jan 17, 2024
@tok-kkk tok-kkk requested a review from Revantark January 29, 2024 11:44
AddressP2PKH AddressType = "P2PKH"
AddressP2SH AddressType = "P2SH"
AddressP2WPKH AddressType = "P2WPKH"
AddressSegwit AddressType = "Bech32"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AddressSegwit is not being used anywhere and p2wpkh is already a segwit address. Any reason to keep it ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AddressSegwit is mostly for future proof and currently is not used anywhere. The whole address file is still experimental. And yeah p2wpkh is a special type address of segwit. Since it is commonly used in a lot places, so it's worth to have a separate type for it, so we know how to how to estimate fees/sign sigature/decode address from key.

@tok-kkk tok-kkk merged commit 38f5826 into master Jan 30, 2024
1 check passed
@tok-kkk tok-kkk deleted the release/0.0.7 branch January 30, 2024 00:25
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.

2 participants