trezor / blockbook

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

blockbook-bitcoin: `too many witness items to fit into max message size` #823

Closed HannahVernon closed 1 year ago

HannahVernon commented 1 year ago

Seeing this repetitively in the latest version of blockbook-bitcoin.

E1102 21:41:24.876062 1176 blockbook.go:544] syncIndexLoop MsgTx.BtcDecode: too many witness items to fit into max message size [count 500003, max 500000] /go/src/github.com/trezor/blockbook/bchain/coins/btc/bitcoinrpc.go:597: 761249 000000000000000000070742427fa10ec3c66d006160155a704d9f56d090a3ea

Version / Commit / Build 0.3.6 / 6e0a045 / 2022-10-18T19:22:12+00:00

Is there a fix for this?

HannahVernon commented 1 year ago

I'm guessing git commit 95eb699 fixes this issue. The service is building now, will close this issue if its resolved.

HannahVernon commented 1 year ago

yes, its syncing above block 761248 now.