summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-01feat!: monero.ts rewrite, integration tests (#80)Mateusz Franik
* 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-11-27fix queryWalletDevice on corrupted walletsv0.18.3.4-RC7cyan
2024-11-13use usleep instead of sleep (#88)v0.18.3.4-RC6Konstantin Ullrich
2024-11-11Remove ledger_flutter_plus dependencyKonstantin Ullrich
2024-11-11Add MONERO_WalletManager_queryWalletDevice to monero_libwallet2_api_c.expKonstantin Ullrich
2024-11-05Ios script fix (#85)julian-CStack
* fix: mv will fail on consecutive runs * fix: script cp error
2024-11-01GPLv3 -> LGPLv3cyan
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-17initial work on docs (#69)cyan
* initial work on docs * fix DOCKER_VERSION * update location * add the path **properly** * Update docs workflow
2024-10-16Fix freeze coin info (#73)cyan
* Enable stdout/stderr logging to logcat on android * coin control fix
2024-10-16feat: wownero typescript bindings, regression tests (#71)Mateusz Franik
* 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-11Maintenance and minor fixes (#68)v0.18.3.4-RC4cyan
* remove LICENSE from monero.dart * fix android builds
2024-10-06chore(deps): update external/libsodium digest to 3c6da4brenovate[bot]
2024-10-06chore(deps): update external/libexpat digest to 038a0bfrenovate[bot]
2024-10-05Remove apps from CIcyan
2024-09-28add C# codev0.18.3.4-RC3cyan
2024-09-28chore(deps): update external/libzmq digest to 90b4f41renovate[bot]
2024-09-28chore(deps): update external/libsodium digest to 6edcd85 (#26)renovate[bot]
* chore(deps): update external/libsodium digest to 6edcd85 * bump libsodium --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net>
2024-09-28chore(deps): update external/libexpat digest to 46cf63arenovate[bot]
2024-09-28chore(deps): update dependency lints to v5renovate[bot]
2024-09-27fix coin controlCzarek Nakamoto
drop xmruw ci for the time being
2024-09-27update OpenSSL-for-iPhoneCzarek Nakamoto
2024-09-21chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.24.3renovate[bot]
2024-09-19feat: deno ffi bindings (#40)cyan
* initial ts commit * monero.ts improvements * test on latest, build on debian:bookworm * feat: upstream changes to bindings * chore: update checksums * feat: allow manually loading dylib * chore: add readme * fix: free strings after being read to prevent potential memory leaks * fix: load dylib * fix: checksum checks segfaulting because of freeing const variables --------- Co-authored-by: Mateusz Franik <47059999+Im-Beast@users.noreply.github.com> Co-authored-by: Im-Beast <franik.mateusz@gmail.com>
2024-09-16add cakewallet secretscyan
2024-09-09chore(deps): update external/libexpat digest to 624da0fv0.18.3.4-RC2update-cake-buildrenovate[bot]
2024-09-09chore(deps): update external/libzmq digest to 64db7d2renovate[bot]
2024-09-09add missing secretscyan
2024-09-08chore(deps): update dependency ffigen to v14renovate[bot]
2024-09-08use less memory for debugCallLength Map (#48)cyan
* use less memory for debugCallLength Map * ignore errors in default debug functions
2024-09-04fix find wallets (#46)cyan
* Update WalletManager_findWallets * prevent crash when there are no wallets found * return List<String> instead of colon separated String
2024-09-03Fix build issues on latest ubuntuCzarek Nakamoto
2024-08-28std::set -> std::vectorCzarek Nakamoto
2024-08-28update checksumCzarek Nakamoto
2024-08-28fix multdest mixingCzarek Nakamoto
2024-08-26chore(deps): update external/libzmq digest to 0ed7a08renovate[bot]
2024-08-26chore(deps): update external/libexpat digest to ed4090av0.18.3.4-RC1renovate[bot]
2024-08-26chore(deps): update external/ios-cmake digest to ad96a37renovate[bot]
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-22chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.24.1renovate[bot]
2024-08-16Link wallet-crypto on android (#36)cyan
* Link wallet-crypto on android * build wallet-crypto for android x86_64
2024-08-14new ci scripts (#37)cyan
2024-08-14fix cakewallet ci (#30)cyan
2024-08-12fix macos rosseta buildsCzarek Nakamoto
2024-08-02bump java version in cake wallet civ0.18.3.3-RC51Czarek Nakamoto
2024-08-02chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.22.3renovate[bot]
2024-08-02add action to check for invalid dependencies (#28)cyan
* add action to check for invalid dependencies * downgrate polyseed to v2.0.0
2024-08-02chore(deps): update external/libzmq digest to b95d949renovate[bot]
2024-08-01update ios scripts to not clone dependencies at build time (#25)cyan
* update ios scripts to not clone dependencies at runtime * fix ios build scripts
2024-07-30Fix darwin builds (#24)v0.18.3.3-RC50cyan
* Update wownero_libwallet2_api_c.exp