Commit Graph

16 Commits

Author SHA1 Message Date
cyan
a6134fcebc fix wownero crashing issue 2024-12-30 16:15:33 +00: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
Konstantin Ullrich
d47fb52828 Remove ledger_flutter_plus dependency 2024-11-11 16:55:28 +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
44fd5e17bb Maintenance and minor fixes (#68)
* remove LICENSE from monero.dart
* fix android builds
2024-10-11 08:59:50 +02:00
renovate[bot]
33f36186c8 chore(deps): update dependency lints to v5 2024-09-28 11:23:06 +02:00
renovate[bot]
0868b9bc3c chore(deps): update dependency ffigen to v14 2024-09-08 17:52:23 +02:00
cyan
4f844740bc use less memory for debugCallLength Map (#48)
* use less memory for debugCallLength Map
* ignore errors in default debug functions
2024-09-08 17:52:09 +02:00
cyan
1e22390f51 fix find wallets (#46)
* Update WalletManager_findWallets
* prevent crash when there are no wallets found
* return List<String> instead of colon separated String
2024-09-04 14:57:12 +02:00
Czarek Nakamoto
3cb38bee93 std::set -> std::vector 2024-08-28 14:34:16 +02:00
Czarek Nakamoto
00a935025e update checksum 2024-08-28 14:34:16 +02:00
cyan
d7a38301ec Monero v0.18.3.4 (#38)
* updated monero dependency
* update patches for v0.18.3.4
* update generate checksum to include version of submodule as well
2024-08-26 06:57:16 +02:00
cyan
0737e1a7a1 Fix darwin builds (#24)
* Update wownero_libwallet2_api_c.exp
2024-07-30 20:22:25 +02:00
cyan
4b4e434c25 make checksum less noisy (#23) 2024-07-30 18:31:06 +02:00
cyan
373588247b Generic safety cleanup (#22)
* create checksum system for versioning
* minor changes to CI
* dart ffi cleanup
* update checksums
2024-07-30 17:46:55 +02:00
cyan
3b9928a665 Embed monero.dart into monero_c (#16) 2024-07-30 14:05:19 +02:00