Commit graph

21 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
Deverick
7a2337d1bd
Bump checkout to v6 (#87) 2026-03-16 05:43:23 -05:00
napoly
2aad169dce Add unhappy scenario integration test with razor and context fixes 2026-01-26 17:56:30 +01:00
Deverick
a3d7dd795f Add dependency submission for dependabot (#54) 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
bf293e1dab Improve build process stability (#36) 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
d327426e9a Add deterministic / reproducible build with validation 2026-01-26 17:56:30 +01:00
napoly
ba687490b1 fix merge coverage 2026-01-26 17:56:30 +01:00
napoly
ca180db3b9 fix codacy update and bump btcpayserver 2026-01-26 17:56:30 +01:00
napoly
eea03985a3 E2e/unit runtime dotCover code coverage 2026-01-26 17:56:30 +01:00
Deverick
ca69ba6db1 Add github token (#19)
* Add run-id parameter to coverage

* Add github token to coverage workflow

* Add run-id to coverage

* Update download-artifact action to version 4.3.0

* bump upload-artifact action to v4.6.2
2026-01-26 17:56:30 +01:00
Deverick
c0fab73d8c Add run-id parameter to coverage 2026-01-26 17:56:30 +01:00
Deverick
9367976b67 Fix coverage report 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
Deverick
60b5b579ce Enable workflow_dispatch to enable manual builds 2026-01-26 17:56:30 +01:00
Deverick
7af06873ec Add unit tests
* Add unit tests for MoneroLikeConfiguration and MoneroLikePaymentData

* Move unit tests before playwright install

* Add unit tests for MoneroMoney and MoneroPaymentViewModel

* Refactor GitHub Action workflow to initialize submodules and clean project before build
2026-01-26 17:56:30 +01:00
napoly
560d00662c Basic integration test set up
Co-authored-by: Chukwuleta Tobechi <47084273+tchukwuleta@users.noreply.github.com>
2026-01-26 17:56:30 +01:00
napoly
6d8485fd40 Basic CI/CD for build and publish 2026-01-26 17:56:30 +01:00