345 Commits

Author SHA1 Message Date
Some Random Crypto Guy
d837147a0d removed extraneous files v0.9.6 2025-03-18 11:09:10 +00:00
Some Random Crypto Guy
c4e09d99d6 fixed calls to wallet2_api functions 2025-03-18 10:45:48 +00:00
Some Random Crypto Guy
235107fe5d updated build to include correct source files upstream; renamed codebase to use SALVIUM_ 2025-03-18 10:31:55 +00:00
Some Random Crypto Guy
e79f77f0a6 patches working 2025-03-18 09:58:46 +00:00
Some Random Crypto Guy
dd7d17fb23 added background sync patch 2025-03-17 21:30:14 +00:00
Some Random Crypto Guy
5d5019d58f updated patches to apply against rebase-v0.18 2025-03-17 21:26:55 +00:00
Some Random Crypto Guy
fab66493eb updated a couple of patches to work against the rebased v0.18.4.0 Zero code 2025-03-17 13:21:40 +00:00
Some Random Crypto Guy
a4c301a9a9 initial import of salvium submodule and associated changes (not functional) 2025-03-14 15:38:13 +00:00
cyan
0947c08265 switch stack from rwx to rw (#125) 2025-03-12 13:09:23 +01:00
renovate[bot]
3e63391d90 chore(deps): update zano digest to fbeb658 (#123)
* 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-07 12:23:52 +01:00
renovate[bot]
fdb16635cb chore(deps): update zano digest to fe85ce2 (#116)
* 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-03-04 12:27:45 +01:00
cyan
991a0d0c97 [monero] update to latest v0.18 (#122)
* monero update
* update checksum
2025-02-20 15:12:58 +01:00
cyan
65608c09e9 relax mutex in invoke call (#120) 2025-02-18 15:53:16 +01:00
cyan
79f07dd4f9 zano: add keys to open_wallet_response (#119) 2025-02-18 05:00:34 +01:00
cyan
629fa4a346 fix x64 dependencies (#115) 2025-02-13 09:24:17 +01:00
cyan
9d9b1f2f23 Fix ledger issue (#114)
* Fix ledger issue (https://github.com/cake-tech/cake_wallet/issues/2007)

* cleanup debug message
2025-02-11 16:11:45 +01:00
cyan
09c6d2e5f8 fix: allocation to stack instead of heap in cn_slow_hash causing (#112)
older low end devices to crash
2025-02-07 19:29:20 +01:00
cyan
9301097ff5 add support for ios simulator (#111)
* add support for ios simulator

* remove libmd.tbd dependency
2025-02-04 18:22:07 +01:00
Czarek Nakamoto
127c54599c Change earliest fork height message 2025-01-29 16:34:17 +01:00
cyan
9d619f1aae fix build errors from intel macbooks (#110) 2025-01-28 17:02:22 +01:00
cyan
9526921acb extra case for bgsync (#107) 2025-01-16 09:37:11 +01:00
cyan
b4c3fbacab Wownero 0.11.3.0 (#105)
* update wownero to 0.11.3.0

* Updated wownero, cleaned up patches

* unshallow zano

* Fix ios builds

* Update checksum
2025-01-15 14:04:42 +01:00
cyan
c3dd64bdee Merge branch 'master' into develop 2025-01-04 09:04:50 +01:00
cyan
fcc2924f31 initial zano commit (#83)
* 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-04 09:02:44 +01:00
cyan
073b85ad01 wrap 14WordSeedHeight (#97)
* wrap 14WordSeedHeight

* update checksums
2025-01-03 15:46:03 +01:00
cyan
a6134fcebc fix wownero crashing issue 2024-12-30 16:15:33 +00:00
cyan
785aca81ea remove patch 2024-12-30 13:50:10 +00:00
cyan
ef1ef9c9fc Merge remote-tracking branch 'origin/master' into develop 2024-12-30 13:49:51 +00:00
cyan
58267fe5bd update coin-control patch 2024-12-30 13:49:32 +00:00
Mateusz Franik
85770ea6f1 tests: run integration and regression tests on other platforms (#93)
* 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
2024-12-30 10:39:28 +01:00
cyan
b39712e526 detailed error messages (#95) 2024-12-11 20:48:13 -05:00
cyan
65950f46f4 Fix coin control error message (#94)
* Fix coin control error message
* fix string format
2024-12-11 12:21:44 -05:00
cyan
2a38bf2961 cleanup patches (and other stuff) (#79)
* 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-12-04 10:22:48 -05:00
Mateusz Franik
40c1a1bda4 feat!: monero.ts rewrite, integration tests (#80)
* feat: move spend/view key symbols to the monero.ts implementation
* feat: add integration tests for `0001-polyseed.patch`
* feat(monero.ts): add support for backgroundSync and closing the wallet
* feat: add integration tests for `0002-wallet-background-sync-with-just-the-view-key.patch`
* feat!: require users to provide own node url
BREAKING CHANGE: Requires users manual call to `Wallet.initWallet` after wallet creation with preferred node url
* feat: add background sync test for `0002-wallet-background-sync-with-just-the-view-key.patch`
* ci: add integration tests step
* feat(monero.ts): support creating and recovering wallet from polyseed
* feat: actually test polyseeds in the integration test
* chore: remove legacy comments
* fix: uncomment getting moneroC
* feat(monero.ts): add support for reading wallet's seed
* feat: add seed test for `0009-Add-recoverDeterministicWalletFromSpendKey.patch`
* chore: slight refactor
* feat(monero.ts): add bindings for `setOffline` and `isOffline`
* feat: add integration tests for `0012-WIP-UR-functions.patch`
* fix: use correct node depending on the coin
* fix: prevent segfaults on wownero
* feat(monero.ts): add partial bindings for `Coins` and `CoinsInfo`
* feat: add integration tests for `0004-coin-control.patch`
* fix coin control
* clean up console.logs
* chore: comment out the entire block
* dev: add devcontainer config for deno
* fix(monero.ts): invalid PendingTransactionPtr brand
* feat(monero.ts): add bindings for retrieving keys and managing transactions
* feat: improve `0012-WIP-UR-functions.patch` tests to follow the airgap doc
* fix(monero.ts): make UR methods optional so wownero can load properly
* remove flaky balance assertions
* tests: add a little bit of delay to make 0002 patch test less flake-y
* tests: run wallet transaction tests on ci
* enable logging to determine why it segfaults on ci
* add delay to every syncBlockchain call
* its console logging time
* even more console.logs
* eep
* eep more
* dont assert that its not frozen
* remove console.logs
* fix(monero.ts): type typo becoming a default value
* feat(monero.ts): add bindings for `createTransactionMultDest`
* feat(monero.ts): support returning multiple values whenever necessary
* feat(monero.ts): add missing reexports
* feat(monero.ts)!: rewrite bindings
BREAKING CHANGES!:
 - Calls to methods no longer automatically throw errors, you should take care of handling errors yourself
 	- This means the whole sanitizer ordeal is gone, no more sanitize arguments etc.
 	- Some misplaced methods have been moved to their "proper" place, e.g. creating Wallet is now possible using WalletManager instance methods, instead of passing WalletManager instance to Wallet's static method
 	- Return types probably changed in places, methods were inconsitent about returning string or empty string and `string | null`, now its always `string | null`
 - Every available symbol should now be available in `symbols`, even for the things that are not yet implemented, so you can access them in that case
* tests: adapt tests to monero.ts changes
* tests: reuse dylib in tests

---------

Co-authored-by: cyan <cyjan@mrcyjanek.net>
2024-12-01 09:02:20 -05:00
cyan
c41c4dad9a fix queryWalletDevice on corrupted wallets 2024-11-27 23:30:18 +00:00
Konstantin Ullrich
d72c15f433 use usleep instead of sleep (#88) 2024-11-13 10:44:50 +01:00
Konstantin Ullrich
d47fb52828 Remove ledger_flutter_plus dependency 2024-11-11 16:55:28 +01:00
Konstantin Ullrich
8182ca416e Add MONERO_WalletManager_queryWalletDevice to monero_libwallet2_api_c.exp 2024-11-11 16:28:04 +01:00
julian-CStack
1ef9024e43 Ios script fix (#85)
* fix: mv will fail on consecutive runs
* fix: script cp error
2024-11-05 11:44:41 -05:00
cyan
dab8a211c1 GPLv3 -> LGPLv3 2024-11-01 19:23:44 +01:00
cyan
1d8e0fb30b ledger changes (#41)
* ledger changes
* minor fix
* Implement monero queryWalletDevice
* update checksums
* Remove ledger_flutter_plus dependency
---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-10-21 12:54:58 +02:00
cyan
d04dcf67ec initial work on docs (#69)
* initial work on docs
* fix DOCKER_VERSION
* update location
* add the path **properly**
* Update docs workflow
2024-10-17 10:50:22 +02:00
cyan
939040032f Fix freeze coin info (#73)
* Enable stdout/stderr logging to logcat on android
* coin control fix
2024-10-16 17:34:19 +02:00
Mateusz Franik
fd7bb6ae1c 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
2024-10-16 07:55:11 +02:00
cyan
44fd5e17bb Maintenance and minor fixes (#68)
* remove LICENSE from monero.dart
* fix android builds
2024-10-11 08:59:50 +02:00
renovate[bot]
fdd92dff2d chore(deps): update external/libsodium digest to 3c6da4b 2024-10-06 08:36:29 +02:00
renovate[bot]
baa59feda4 chore(deps): update external/libexpat digest to 038a0bf 2024-10-06 08:00:59 +02:00
cyan
714eb29f1f Remove apps from CI 2024-10-05 22:55:46 +02:00
cyan
67f4baa015 add C# code 2024-09-28 11:24:46 +02:00
renovate[bot]
b29a91204f chore(deps): update external/libzmq digest to 90b4f41 2024-09-28 11:24:21 +02:00