#decoder #bitcoin #push

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

#64 in #push

Download history 457/week @ 2024-12-09 608/week @ 2024-12-16 379/week @ 2024-12-23 255/week @ 2024-12-30 485/week @ 2025-01-06 410/week @ 2025-01-13 798/week @ 2025-01-20 329/week @ 2025-01-27 306/week @ 2025-02-03 437/week @ 2025-02-10 449/week @ 2025-02-17 173/week @ 2025-02-24 380/week @ 2025-03-03 274/week @ 2025-03-10 161/week @ 2025-03-17 359/week @ 2025-03-24

1,182 downloads per month
Used in 13 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.


lib.rs:

Push decoder for bitcoin blocks and transactions.

Dependencies

~7.5MB
~92K SLoC