Claude
5f1332569d
fix(ecosystem): configure BTCPay plugin for testnet (46941/46944)
...
Dependency Submission / dependency-submission (push) Failing after 6s
Build and Test / build (push) Failing after 4s
Code format check / lint (push) Has been cancelled
Update README examples, unit test URIs, and Docker images to use
testnet ports 46941 (daemon) and 46944 (wallet RPC). The
docker-compose.yml and integration test base already used testnet
ports; this aligns all remaining references consistently.
Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:02:45 +01:00
Claude
a3869db496
rebrand(lethean): update branding, ports, and config for Lethean blockchain
...
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00
ravaga
595d88ceaa
Adapt BTCPay Server plugin for Zano cryptocurrency
...
Fork of btcpayserver-monero-plugin, fully adapted for Zano's RPC API.
Key changes from the Monero plugin:
- Integrated addresses with payment_id (replaces Monero subaddresses)
- Payment detection via get_bulk_payments polling every 15s
(Zano has no block-notify/tx-notify callbacks)
- Daemon RPC: getinfo with flags (replaces Monero's get_info)
- Wallet RPC: get_wallet_info for height (replaces getheight)
- Fixed 0.01 ZANO network fee (no dynamic fee estimation)
- Rate source: CoinGecko (ZANO_BTC)
- Simplified store UI: no account management, no RPC wallet creation
Removed Monero-specific features:
- Subaddress/account system (CreateAddress, GetAccounts, etc.)
- Block/tx notification callback controller
- View-only wallet creation via RPC (generate_from_keys)
- HTTP Basic auth on RPC client
- Dynamic fee estimation
Added:
- Zano RPC models (MakeIntegratedAddress, GetBulkPayments, GetWalletInfo)
- Payment deduplication (Zano returns confirmed + mempool entries)
- Docker image: pavelravaga/zano:2.2.0.455
- Dockerfiles for source build and pre-built binary variants
Verified:
- All RPC calls tested against live Zano testnet
- Full E2E test: BTCPay Server checkout page with integrated address,
QR code, and zano: URI payment link
- 23 unit tests pass
2026-03-25 12:10:45 +04:00