serai/processor/bitcoin
Luke Parker 93c7d06684 Implement presumed_origin
Before we yield a block for scanning, we save all of the contained script
public keys. Then, when we want the address credited for creating an output,
we read the script public key of the spent output from the database.

Fixes #559.
2024-09-19 23:36:32 -07:00
..
src Implement presumed_origin 2024-09-19 23:36:32 -07:00
Cargo.toml Bitcoin TransactionPublisher 2024-09-19 23:36:32 -07:00
LICENSE Split processor into bitcoin-processor, ethereum-processor, monero-processor 2024-09-19 23:36:32 -07:00
README.md Split processor into bitcoin-processor, ethereum-processor, monero-processor 2024-09-19 23:36:32 -07:00

Serai Bitcoin Processor