85770ea6f1dab106754675f40e1334e575e03646
* tests: add script to download test dependencies from fallback mirrors * tests: use the new download_deps script, run tests on macos * ci: download proper artifact for macos * chore: make download_deps script download everything to dir named `monero_c` when ran directly * tests: await downloading deps * tests download proper monero_c version in prepareMoneroC * tests: fix typos * tests: add file data for more targets * tests: print why retrieving tags failed * chore: change mirror url endpoint from `monero_c` to `download_mirror` * tests: use cached releases endpoint to prevent ratelimits * ci: remove brew@1.76 dependency * tests: fix macos dylib path * feat!(monero.ts): make `createTransactionMultDest` optionally return `null` * feat(monero.ts): make `Wallet_reconnectDevice` symbol optional * tests: don't try to extract file if out already exists * tests: remove unnecesary directory rm calls * ci: set regression tests to use canary
wallet2_api.h (but this time C compatible)
Wrapper around wallet2_api.h that can be called using C api.
Building
TL;DR:
$ rm -rf monero wownero release
$ git submodule update --init --recursive --force
$ for coin in monero wownero; do ./apply_patches.sh $coin; done
$ ./build_single monero $(gcc -dumpmachine) -j$(nproc)
Broken? Not working? Need help? https://moneroc.mrcyjanek.net/
Description
Releases
4
Testnet pre-release 2.4
Latest
Languages
Dart
49.1%
C++
26.9%
C
12.3%
TypeScript
6.1%
Makefile
3.5%
Other
2%