Commit graph

16 commits

Author SHA1 Message Date
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
napoly
0241240200 Remove Monero accounts view and clean menu navigation 2026-03-19 16:27:27 +01:00
Deverick
7533a906ee
Bump Playwright to 1.57 and remove deprecated Microsoft.Playwright.CLI (#82) 2026-03-06 07:26:41 -06:00
napoly
f30d55072e Auto load wallet on start up if available and deprecate password
Co-authored-by: Deverick <5827364+deverickapollo@users.noreply.github.com>
2026-02-09 12:04:51 +01:00
napoly
4807195931 Add wallet file exists test with Db clean up 2026-01-26 17:56:30 +01:00
napoly
2aad169dce Add unhappy scenario integration test with razor and context fixes 2026-01-26 17:56:30 +01:00
napoly
36a274fcfa Remove cash cow with cheat code and replace upload wallet with private view key 2026-01-26 17:56:30 +01:00
napoly
73e8905166 Bump monerod version with btcpayserver update 2026-01-26 17:56:30 +01:00
napoly
539528358b Add global AnalyzerConfig for custom Roslyn analyzer 2026-01-26 17:56:30 +01:00
Deverick
b544981bc5 Test invoice creation (#30) 2026-01-26 17:56:30 +01:00
napoly
bbada8c2d6 Add .NET SDK standardized code format check (#29) 2026-01-26 17:56:30 +01:00
napoly
eea03985a3 E2e/unit runtime dotCover code coverage 2026-01-26 17:56:30 +01:00
napoly
d7969c40ea Create submodules folder and update btc pay server 2026-01-26 17:56:30 +01:00
Deverick
c1104db2d1 Add Code Coverage (#16) 2026-01-26 17:56:30 +01:00
napoly
c12d41da89 Create a happy path flow for successful xmr plugin setup 2026-01-26 17:56:30 +01:00