Commit graph

28 commits

Author SHA1 Message Date
Claude
5f1332569d
fix(ecosystem): configure BTCPay plugin for testnet (46941/46944)
Some checks failed
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
465b04e07d
fix: update lethean.org → lethean.io URLs
The domain lethean.org does not exist. All references updated to lethean.io.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 06:02:53 +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
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
d3d6ce380a Create CODE_OF_CONDUCT.md 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
Nicolas Dorier
333ceb102e Fix formatting issue in README (#34)
Co-authored-by: Deverick <5827364+deverickapollo@users.noreply.github.com>
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
Saint Matthew
7bd535fc4e Update readme (#21)
* Updating ReadMe because it's sloppy

* Updated ReadMe with detailed instructions

* Title and Updates

* Continued changes

* Removed section

* Uodated Readme

* added code line

---------

Co-authored-by: XMRpriest <83054266+FreedomCrypto00@users.noreply.github.com>
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
Deverick
7742031433 Add unit tests for services and update project references for internal testing (#12)
* Add unit tests for services and update project references for internal testing

* Remove  file path comment from ParseStringConverterTest.cs
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
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
58e72ad3ea Fix badges in readme 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
nicolas.dorier
cfe9f46b27
Simplify setup for dev env 2025-01-22 00:03:24 +09:00
nicolas.dorier
400e2f281f
Document docker-compose 2025-01-20 07:43:29 +09:00
nicolas.dorier
2777a71833
More docs 2025-01-16 21:48:29 +09:00
nicolas.dorier
de2899c1a5
Add more docs 2025-01-16 21:46:42 +09:00
nicolas.dorier
af1626aa6f
Add Warning 2025-01-12 20:22:24 +09:00
nicolas.dorier
7e0183ad14
Fix: Payments in mempool not detected 2025-01-10 19:27:29 +09:00
nicolas.dorier
73f9320112
Improve debugging experience through cheatmode 2025-01-10 16:19:27 +09:00
nicolas.dorier
3c99515c5a
Update doc 2025-01-08 18:31:54 +09:00
nicolas.dorier
c24ef96fd4
Init commit 2025-01-08 18:27:19 +09:00