trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
654 stars 647 forks source link

[Question] [v0.3.6] Handle Bitcoin vout addresses after upgrade to bitcoind 22.0.0 #678

Closed fujicoin closed 2 years ago

fujicoin commented 3 years ago

Fujicoin released v22.0 at the same time as Bitcoin v22.0 was released. Blockbook v0.3.5 is currently running in combination with Fujicoin v22.0. If commit eae9b6b613cfb5a233a02606b3e7d02bd9217dca is needed for Bitcoin v22.0, there are two problems. -> https://github.com/trezor/blockbook/commit/eae9b6b613cfb5a233a02606b3e7d02bd9217dca

  1. Is there a problem with the running Fujicoin Blockbook v0.3.5 database? https://explorer.fujicoin.org/

  2. fujicoinparser.go has been modified as follows.

    - return & FujicoinParser {BitcoinParser: btc.NewBitcoinParser (params, c)}
    + return & FujicoinParser {BitcoinLikeParser: btc.NewBitcoinLikeParser (params, c)}

    Is it better not to change here?

fujicoin commented 2 years ago

Since v0.3.6 has been released, Fujicoin's BlockBook has also been updated to v0.3.6. https://explorer.fujicoin.org/

The database related to P2TR may be partially corrupted, so I rebuilt it. The P2TR transaction is displayed normally. https://explorer.fujicoin.org/tx/95ba82c2ea04a3ef0edd1813e9545332a5cd4ba69b9749ed7330b40f4b3f6373

Ty