summaryrefslogtreecommitdiff
path: root/impls/monero.dart/lib
AgeCommit message (Collapse)Author
2024-09-04return List<String> instead of semicolon separated String form findWalletscyjan-fix-findWalletscyan
2024-09-03Update WalletManager_findWalletscyan
Do not free if the string returned is empty (it crashes the library)
2024-08-28std::set -> std::vectorCzarek Nakamoto
2024-08-28update checksumCzarek Nakamoto
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-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