summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-20Fix copy-paste bugs in cw_WalletListener wrapper functions (#183)HEADdevelopKiril
Three exported functions incorrectly call cw_isNeedToRefresh() instead of their intended methods: - isNewTransactionExist: now calls cw_isNewTransactionExist() - resetIsNewTransactionExist: now calls cw_resetIsNewTransactionExist() - height: now calls cw_height() Fixes #182
2026-03-16fix: importcyan
2026-03-12fix: importv0.18.4.6-RC1Czarek Nakamoto
2026-03-12update load filesCzarek Nakamoto
2026-03-11pin dockerfileCzarek Nakamoto
2026-03-10Cleanup and fixes (#180)cyan
2026-03-09reproducibility (#177)cyan
* reproducibility * wip: ci fixes, drop generate_translations_header.c * minor fixes * fix patch * fix: toolchain * bump hash * fix: minor build issue fixes * fix: x86_64-w64-mingw32 * wip * wip * all updated :o * fix: reduce git size * update checksum remove CI * chore, more optimal dockerfile * update monero to v0.18.4.6 * update checksum * update * minor patch update * fix: no command specified * fix: correct path * alpine * stupid. * AAWASTREYDRFUGTIHYJHGUTYFRDTFYVGUBHINJHGTYFRDSRTXDTCFHBJ
2025-10-10fix: make stack rwv0.18.4.0-RC9Czarek Nakamoto
2025-10-09ci: switch to bookwormv0.18.4.0-RC8Czarek Nakamoto
2025-09-10fix: testsv0.18.4.0-RC7cyan
2025-09-10chore(deps): update 8bitjonny/gh-get-current-pr action to v4renovate[bot]
2025-09-10fix: prepare for 16KB pagesCzarek Nakamoto
2025-08-12serialize cache to jsonv0.18.4.0-RC6Czarek Nakamoto
2025-07-15fix: icu4c.mk builds with TARGET= set by compilercyan
2025-07-15feat: enable desktop HIDAPI_DUMMYCzarek Nakamoto
2025-07-13fix: upload logicCzarek Nakamoto
2025-07-13feat: bump android_ndk to r28Czarek Nakamoto
chore: bump unbound to fix build issues
2025-07-11feat: more efficient ssh uploadsCzarek Nakamoto
2025-07-11feat: jenkins CI initial (#142)cyan
* feat: jenkins CI initial * feat: publish over SSH * feat: more details regarding build-id generation * feat: prebuild download logic * feat: force fast_builds on GitHub CI runs * feat: add make clean to contrib/depends and invoke it on CI to reduce SSH upload step time * fix: correct linux save path * revert: make clean * separate builds * enhance sshPublisher * fix: github CI: depracate GitHub cache, fix DEPENDS_UNTRUSTED_FAST_BUILDS * fix: sha256sum logic * chore: refactor github actions and Jenkinsfile to only execute when required * ci: update ci to 15 and xcode to 16.4 * ci: cleanup builddir before starting
2025-05-24fix: missing _MONERO_Wallet_setLedgerCallback expv0.18.4.0-RC5cyan
2025-05-24fix: copy data in setDeviceReceivedDataCzarek Nakamoto
2025-05-19feat: callback-based ledger connection (#137)cyan
* feat: callback-based ledger connection * int -> void use sendToLedgerDeviceCallback only when needed * fix(ledger): fix binds, make functions static * update ledger patch * monero.dart: add ledger callback api
2025-05-04oo-monerodart (#135)v0.18.4.0-RC4cyan
2025-05-01chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.29.3renovate[bot]
2025-04-18sdk updates (#133)cyan
* cmake: fix minimum required version * fix: unary_function -> __unary_function * fix it only where it's broken * update zano to 400 * improve ci speed, update xcode * update dockerfile, remove zano mingw * 16.2
2025-04-01fix cmake 4.0.0Czarek Nakamoto
2025-03-17chore(deps): update dependency ffigen to v18 (#124)v0.18.4.0-RC3renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-14chore(deps): update zano digest to ccfc032 (#126)renovate[bot]
* chore(deps): update zano digest to ccfc032 * update zano checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cyan <cyjan@mrcyjanek.net>
2025-03-12switch stack from rwx to rw (#125)v0.18.4.0-RC2cyan
2025-03-07chore(deps): update zano digest to fbeb658 (#123)renovate[bot]
* chore(deps): update zano digest to fbeb658 * fix zano patches * update checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cyan <cyjan@mrcyjanek.net>
2025-03-04chore(deps): update zano digest to fe85ce2 (#116)renovate[bot]
* chore(deps): update zano digest to fe85ce2 * rebase needed patches * fix integration tests, generate checksum --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net>
2025-02-20[monero] update to latest v0.18 (#122)v0.18.4.0-RC1cyan
* monero update * update checksum
2025-02-18relax mutex in invoke call (#120)cyan
2025-02-18zano: add keys to open_wallet_response (#119)cyan
2025-02-13fix x64 dependencies (#115)v0.18.3.4-RC12cyan
2025-02-11Fix ledger issue (#114)v0.18.3.4-RC11cyan
* Fix ledger issue (https://github.com/cake-tech/cake_wallet/issues/2007) * cleanup debug message
2025-02-07fix: allocation to stack instead of heap in cn_slow_hash causing (#112)cyan
older low end devices to crash
2025-02-04add support for ios simulator (#111)v0.18.3.4-RC10cyan
* add support for ios simulator * remove libmd.tbd dependency
2025-01-29Change earliest fork height messagev0.18.3.4-RC9Czarek Nakamoto
2025-01-28fix build errors from intel macbooks (#110)cyan
2025-01-16extra case for bgsync (#107)cyan
2025-01-15Wownero 0.11.3.0 (#105)cyan
* update wownero to 0.11.3.0 * Updated wownero, cleaned up patches * unshallow zano * Fix ios builds * Update checksum
2025-01-04Merge branch 'master' into developcyan
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>
2025-01-03wrap 14WordSeedHeight (#97)mastercyan
* wrap 14WordSeedHeight * update checksums
2024-12-30fix wownero crashing issuecyan
2024-12-30remove patchcyan
2024-12-30Merge remote-tracking branch 'origin/master' into developcyan
2024-12-30update coin-control patchcyan
2024-12-30tests: run integration and regression tests on other platforms (#93)Mateusz Franik
* 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