blockchain-unica / blockapi

A general framework for blockchain analytics
http://blockchain.unica.it/projects/blockchain-analytics/
GNU General Public License v3.0
129 stars 64 forks source link

Support for multisig wallet address #7

Open shihao-guo opened 6 years ago

shihao-guo commented 6 years ago

Is there any plan to add support for retrieving input or output address when it's multisig? Right now it doesn't look like P2SH is supported

https://github.com/bitbart/blockchain-analytics-api/blob/master/src/main/scala/tcs/blockchain/bitcoin/BitcoinInput.scala#L43 https://github.com/bitbart/blockchain-analytics-api/blob/master/src/main/scala/tcs/blockchain/bitcoin/BitcoinOutput.scala#L87-L93

stefanolande commented 6 years ago

We are not working on it right now, but it should be a quick fix. If you want to, you are welcome to contribute with a pull request.