Page MenuHomePhabricator

[chronik] bump karyon to 0.6.1
ClosedPublic

Authored by PiRK on Sep 18 2025, 06:23.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCaca2eb073b61: [chronik] bump karyon to 0.6.1
Summary

Before that, when fetching a very large transaction history, I'm getting an error on the server side:

thread 'tokio-runtime-worker' panicked at /home/pierre/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/karyon_net-0.3.4/src/codec/buffer.rs:29:9:
buffer resize to 16879830 overflows the buffer max_length (16777216)
Test Plan

build with chronik

./src/bitcoind -debug=chronik -chronik -chronikelectrumbind="127.0.0.1:50001:t"
echo '{"jsonrpc": "2.0", "method":"blockchain.scripthash.get_history", "params": ["44f2ccb974231cfc9d13e4badc782868e1248e8d6dbb202a3a3b854484628dd2"], "id": "test"}' | nc 127.0.0.1 50001

Event Timeline

PiRK requested review of this revision.Sep 18 2025, 06:23
This revision is now accepted and ready to land.Sep 18 2025, 07:07
This revision was automatically updated to reflect the committed changes.