[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 50001Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D18650