Skip to content

Claude/init claude docs fn eqz#188

Closed
susruth wants to merge 4 commits intoBlockstream:new-indexfrom
susruth:claude/init-claude-docs-fnEQZ
Closed

Claude/init claude docs fn eqz#188
susruth wants to merge 4 commits intoBlockstream:new-indexfrom
susruth:claude/init-claude-docs-fnEQZ

Conversation

@susruth
Copy link

@susruth susruth commented Feb 28, 2026

No description provided.

Detailed plan covering feature flag, network constants, address handling,
configuration, and all files requiring changes to support Litecoin as a
new network alongside Bitcoin and Liquid.

https://claude.ai/code/session_01S9ujRXvjmfhRpmdYdjxRk5
Implement Litecoin (mainnet, testnet, regtest) support following the same
mutually-exclusive feature flag pattern used by `liquid`. Key changes:

- New `litecoin` feature flag in Cargo.toml
- Network enum variants: Litecoin, LitecoinTestnet, LitecoinRegtest
- Litecoin-specific magic bytes, genesis hashes, and default ports
- Custom address encoding/decoding (bech32 ltc1/tltc1/rltc1 and
  base58check with Litecoin version bytes) in util/litecoin_addr.rs
- Updated cfg guards across codebase for three-way feature exclusivity
- Default daemon directory ~/.litecoin, Litecoin Core RPC port 9332
- Electrum discovery default servers for Litecoin
- Unit tests for address encoding roundtrips
- Documentation updates in CLAUDE.md

MWEB (MimbleWimble Extension Blocks) support is not included and is
planned as a follow-up feature.

https://claude.ai/code/session_01S9ujRXvjmfhRpmdYdjxRk5
Implements full Dogecoin support including:
- AuxPoW (Auxiliary Proof of Work) block deserialization for merged mining
- Dogecoin address encoding/decoding (P2PKH/P2SH base58check, no SegWit)
- Network configuration (magic bytes, genesis hashes, RPC ports, data dirs)
- Config, REST API, Electrum, and precache integration with Dogecoin addresses
- Block deserialization abstraction via chain::deserialize_block() used by
  daemon.rs and fetch.rs, dispatching to AuxPoW-aware parser for Dogecoin

The dogecoin feature is mutually exclusive with liquid and litecoin.
Networks: dogecoin, dogecointestnet, dogecoinregtest.

https://claude.ai/code/session_01S9ujRXvjmfhRpmdYdjxRk5
@susruth susruth closed this Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants