Commit graph

66 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
d51d7dc0c0
Add testing guide for QA and automated E2E 2026-03-25 13:23:37 +04: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
7a2337d1bd
Bump checkout to v6 (#87) 2026-03-16 05:43:23 -05:00
napoly
30df4bfe36 Fix node version in sync summary 2026-03-14 17:23:17 +01:00
napoly
074d4895c0 Show daemon version 2026-03-10 09:32:40 +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
4c65724ba4 Rename installed plugin tab title to Monero 2026-03-06 08:39:57 +01:00
napoly
d61513b726 Bump to release version 1.1.0 2026-02-10 09:53:57 +01: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
50d3a23c7b Add guide for primary address and view-only wallet setup 2026-01-26 17:56:30 +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
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
73e8905166 Bump monerod version with btcpayserver update 2026-01-26 17:56:30 +01:00
napoly
d3d6ce380a Create CODE_OF_CONDUCT.md 2026-01-26 17:56:30 +01:00
Deverick
e594852f07 Create SECURITY.md (#42) 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
Deverick
052915ec05 Set unique GUID for integration test (#38) 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
bf293e1dab Improve build process stability (#36) 2026-01-26 17:56:30 +01:00
napoly
fdb5747a69 Avoid binary file modification and fix proper file ending 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
napoly
d7969c40ea Create submodules folder and update btc pay server 2026-01-26 17:56:30 +01:00
napoly
23cdb63097 Add SVG vector of BTCPay Monero logo 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
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
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
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
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
napoly
626cca13ec Bump release version to v1.0.2 2026-01-26 17:28:50 +01:00
nicolas.dorier
78945810ea
bump 2025-04-10 23:13:31 +09:00
nicolas.dorier
2e382dfca3
Do not crash the whole invoice creation if monero isn't available 2025-04-10 22:18:01 +09:00
nicolas.dorier
e2a342187c
Fix minimum version supported 2025-04-07 16:17:08 +09:00