blvm-node 0.1.9

Bitcoin Commons BLVM: Minimal Bitcoin node implementation using blvm-protocol and blvm-consensus
1
2
3
4
5
6
7
8
9
10
11
12
13
# Selective-sync module: registry list, build-entry, subscribe, etc.
# Loaded at runtime; provides "sync-policy" CLI via getmoduleclispecs/runmodulecli.

name = "selective-sync"
version = "0.1.0"
description = "Selective sync: download policy for flagged transaction content during IBD"
author = "Bitcoin Commons Team"
entry_point = "selective-sync"

capabilities = [
    "read_blockchain",
    "subscribe_events",
]