#bitcoin #decoder #block #push #rpc-client

no-std bitcoin-push-decoder

A library for implementing a bitcoind RPC client

7 unstable releases (3 breaking)

0.4.0 Dec 29, 2024
0.4.0-rc.1 Dec 25, 2024
0.3.0 Aug 14, 2024
0.2.2 Jul 13, 2023
0.1.0 Jul 11, 2023

#19 in #push

Download history 56/week @ 2025-07-29 217/week @ 2025-08-05 372/week @ 2025-08-12 409/week @ 2025-08-19 508/week @ 2025-08-26 404/week @ 2025-09-02 234/week @ 2025-09-09 321/week @ 2025-09-16 468/week @ 2025-09-23 297/week @ 2025-09-30 401/week @ 2025-10-07 430/week @ 2025-10-14 410/week @ 2025-10-21 352/week @ 2025-10-28 330/week @ 2025-11-04 295/week @ 2025-11-11

1,420 downloads per month
Used in 15 crates (via vls-core)

Apache-2.0

33KB
661 lines

Bitcoin Push Decoder

This crate provides a push style decoder for Bitcoin transactions and blocks.

Motivation

In limited memory environments, a block might not fit in memory. This crate provides a push style decoder that can be used to decode a block or transaction in a streaming fashion.

Dependencies

~6.5MB
~89K SLoC