feat: wownero typescript bindings, regression tests (#71)

* regression tests
* ci: move regression_check to full_check workflow, reuse artifact build
* feat: support wownero in monero.ts bindings
* ci: test wownero regressions as well
* extract wownero-cli as wownero
* actually load wownero when specified
* fix: commitUR not being a symbol in wownero
This commit is contained in:
Mateusz Franik
2024-10-16 07:55:11 +02:00
committed by GitHub
parent 44fd5e17bb
commit fd7bb6ae1c
17 changed files with 1072 additions and 628 deletions

5
tests/deno.jsonc Executable file
View File

@@ -0,0 +1,5 @@
{
"fmt": {
"lineWidth": 120
}
}