gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
369 stars 145 forks source link

WIP add P2TR address scanning #81

Closed nickfarrow closed 1 year ago

nickfarrow commented 2 years ago

One of the first receives to P2TR (bc1p) address was the transaction 436be185c1021ff7ded3d44ca18b144ec97b1ffea602ecf54a985ed1177beb67 (but i need to look further back).

need the proper conversion to bech32 so addresses print out, is segwit v0 also missing?

gcarq commented 1 year ago

Thanks! Can you check out https://github.com/gcarq/rusty-blockparser/pull/62 if it is handled there correctly?

gcarq commented 1 year ago

P2TR has been implemented with ace53839e00c11b52a91b9b7a87049b50fa6649c

need the proper conversion to bech32 so addresses print out, is segwit v0 also missing?

p2wpkh and p2wsh are also implemented on master branch.

gcarq commented 1 year ago

Closing this as it has been implemented in the meantime