summaryrefslogtreecommitdiff
path: root/impls
AgeCommit message (Collapse)Author
2024-10-21Merge branch 'master' into ledgerledgercyan
2024-10-18Remove ledger_flutter_plus dependencyKonstantin Ullrich
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-07update checksumscyan
2024-10-07Merge branch 'master' into ledgerKonstantin Ullrich
# Conflicts: # .github/workflows/full_check.yaml # impls/monero.dart/lib/monero.dart # impls/monero.dart/pubspec.yaml # patches/monero/0016-add-dummy-device-for-ledger.patch
2024-10-07Implement monero queryWalletDeviceKonstantin Ullrich
2024-09-30Migrate to ledger flutter plusKonstantin Ullrich
2024-09-28add C# codev0.18.3.4-RC3cyan
2024-09-28chore(deps): update dependency lints to v5renovate[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-16Migrate to ledger flutter plusKonstantin Ullrich
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-08-28std::set -> std::vectorCzarek Nakamoto
2024-08-28update checksumCzarek Nakamoto
2024-08-27minor fixKonstantin Ullrich
2024-08-26minor fixKonstantin Ullrich
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-23ledger changesCzarek Nakamoto
2024-07-30Fix darwin builds (#24)v0.18.3.3-RC50cyan
* Update wownero_libwallet2_api_c.exp
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-30Embed monero.dart into monero_c (#16)cyan