summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
AgeCommit message (Collapse)Author
2025-01-05enable loggingCzarek Nakamoto
fix build
2025-01-05Merge remote-tracking branch 'origin/develop' into rust-developCzarek Nakamoto
2025-01-04initial zano commit (#83)cyan
* initial zano commit * update checksum, fix zano patches on CI * fix monero builds * fix cmake command * fix: devcontainer on x64 ffigen: add zano zano: add missing free dart: implement zano * update boost filenames * unboost the cmakelists * fix zano boost issues * added patch into proper location * fix various build issues * [skip ci] update tor-connect * fix zano builds for ios * fix apply patches and don't fail-fast * uncomment build depends for monero * build_single.sh fix for macos native builds * disable qemu on arm64 builders from buildjet * fix boost, fix missing symbols (maybe) * fix ordering of crypto and ssl libraries * fix wownero mingw * fetch zano releases to release-bulk * build things 'the zano way' * proper cmake config * Zano.. yeah... * Update zano release to 2.0.1.367 * update zano patches * update zano builds * update zano build * fix zano build * move zlibstatic to the top (this shouldn't matter anyway) * fix patch location, update tor-connect * update ci runner * fix zano build on the CI * enable zano for other targets * nvm * don't use darwin in single release file * Increase max password length * build contrib/depends offline * zano support for macos * Update dependencies to work on multithread via rosetta2 * different way of adding .patch-applied * Improve performance of incremental builds * remove unnecessary patches * update coin-control patch * fix test * remove contrib/depends patches in wownero * chore: support fallback names in the download_deps util --------- Co-authored-by: Im-Beast <franik.mateusz@gmail.com>
2024-12-04cleanup patches (and other stuff) (#79)cyan
* cleanup patches * fix polyseed patch * Fix iOS builds * fix polyseed dependencies * fix polyseed patch for macOS * update ledger patch * update wownero patches and version * update checksums * wip" * update gitmodules * update boost build script * update build_single.sh * vix verbosey_copy * fix __clear_cache bug on wownero * update randomwow * migrate build system * fix cross compilation issues * some more build issue * update polyseed * cleanup cmakelists * fix toolchain.cmake.in * add ssp * another attempt at building windows on CI * fix package name * migrate mirror to my own hosting * change download mirror priority (fallback first) * link ssp in monero module as well by using CMAKE_{C,CXX}_FLAGS * fix android builds * update polyseed source * 13 -> trixie * fix package name conflicts, update runner to sid * update boost to 1_84_0, disable patch that's no longer needed * switch to ubuntu:24.04 * add POLYSEED_STATIC to toolchain.cmake.in in order to properly link * drop patches * fixes to darwin * link missing wowner-seed library * a litte bit more of experiments * build locale only on windows * update iconv * update definitions * update ci builds * update my progress * ios fix, update depends, ci * multithread build system * fix android, mingw and linux build issues * remove dependency check * update Dockerfile to include pigz * show a message when pigz is missing * fix devcontainer mingw setup (missing ENV) * update android build runner * sailfishos dropped (you better go behave yourself and run actual linux programs) * fiz pigz issues * install llvm-ranlib for android * fix iOS build issues * fix dummy ledger patch * fix macos and darwin * fix macos ci * fix macos build command * install autoconf * add automake * add libtool * macos fixes, wownero fixes, idk what else, please help me * fix wownero iOS build * Cleanup patches * add try-catch into monero code * fix error handling * update checksums
2024-11-11Remove ledger_flutter_plus dependencyKonstantin Ullrich
2024-11-11Add MONERO_WalletManager_queryWalletDevice to monero_libwallet2_api_c.expKonstantin Ullrich
2024-10-22update header to match implsneurlax
2024-10-21update MONERO_Wallet_checkTxKey IAW feedbacksneurlax
resolves https://github.com/MrCyjaneK/monero_c/pull/67#issuecomment-2425926830
2024-10-21ledger changes (#41)v0.18.3.4-RC5cyan
* ledger changes * minor fix * Implement monero queryWalletDevice * update checksums * Remove ledger_flutter_plus dependency --------- Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-10-20add WIP check_tx_keysneurlax
and reorganize and remove extraneous wallet2_api_c.h additions
2024-10-19add MONERO_Wallet_checkTxKey to wallet2_api_c.cppsneurlax
2024-10-16Fix freeze coin info (#73)cyan
* Enable stdout/stderr logging to logcat on android * coin control fix
2024-08-28update checksumCzarek Nakamoto
2024-08-28fix multdest mixingCzarek Nakamoto
2024-08-26Monero v0.18.3.4 (#38)cyan
* updated monero dependency * update patches for v0.18.3.4 * update generate checksum to include version of submodule as well
2024-08-16Link wallet-crypto on android (#36)cyan
* Link wallet-crypto on android * build wallet-crypto for android x86_64
2024-07-30make checksum less noisy (#23)cyan
2024-07-30Generic safety cleanup (#22)cyan
* create checksum system for versioning * minor changes to CI * dart ffi cleanup * update checksums
2024-07-16fix darwin buildsCzarek Nakamoto
2024-07-16fix darwin exported symbolsCzarek Nakamoto
update devcontrainer
2024-06-29ok, I'm honestly tired of working on android, why couldn't the documentation ↵Czarek Nakamoto
state what I need to do, instead of sharing things that do not really work, forcing me to go and see cmake source to figure out what do I need to do.
2024-06-29fix wownero build on aarch64 sfosCzarek Nakamoto
2024-06-28try to use ANDROID_STL=c++_staticcyan
2024-06-28createWalletFromDevicecyan
2024-06-28statically link libc++cyan
2024-06-28fix polyseed path for "aarch64-meego-linux-gnu"Czarek Nakamoto
2024-06-27remove woodpecker configCzarek Nakamoto
static libc++ on android
2024-06-26add dummy device to monero codebaseCzarek Nakamoto
2024-06-12fix wownero build issues, rename target to proper tripletCzarek Nakamoto
2024-06-05fix typov0.18.3.3-RC46Czarek Nakamoto
2024-05-27macos fixesCzarek Nakamoto
2024-05-23mingw and android fixesCzarek Nakamoto
2024-05-23-DCMAKE_SYSTEM_VERSION=1Czarek Nakamoto
is the workaround to update to newer ndk without breaking the entire build system
2024-05-18fix build issuesCzarek Nakamoto
2024-05-16wip ur supportv0.18.3.3-RC43Czarek Nakamoto
2024-05-16WIP: UR support in moneroCzarek Nakamoto
2024-05-15add {aarch64,x86_64}-host-apple-darwin targetsCzarek Nakamoto
2024-05-15MAKE_OSX_ARCHITECTURESCzarek Nakamoto
2024-05-15fix amd64 builds on macosCzarek Nakamoto
fix homebrew_prefix
2024-05-01expose free functionv0.18.3.3-RC42Czarek Nakamoto
2024-04-29multisigv0.18.3.3-RC41Czarek Nakamoto
2024-04-29windows supportCzarek Nakamoto
2024-04-26fix darwin cross compilation buildv0.18.3.3-RC40Czarek Nakamoto
2024-04-25wownero-seed supportCzarek Nakamoto
2024-04-23export symbols on macosv0.18.3.3-RC36Czarek Nakamoto
2024-04-22add missing functionality from for cake's polyseed implementationv0.18.3.3-RC33Czarek Nakamoto
2024-04-20fix memory allocation issuev0.18.3.3-RC31Czarek Nakamoto
2024-04-20fix signaturev0.18.3.3-RC30Czarek Nakamoto
2024-04-19unsigned long longv0.18.3.3-RC29Czarek Nakamoto
2024-04-19Wallet::reconnectDevice implementationCzarek Nakamoto