summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-18add initsneurlax
and wallet_name->test_wallet
2024-10-18add get_heightsneurlax
2024-10-18add close_walletsneurlax
and remove filtering by tag in get_accounts
2024-10-18add get_accountssneurlax
2024-10-18add create_accountsneurlax
2024-10-16add test cases for open_walletsneurlax
now that error handling was fixed in the previous commit
2024-10-16make error handling in line with monero.ts examplesneurlax
as mentioned [here](https://github.com/MrCyjaneK/monero_c/pull/67#issuecomment-2413755971)
2024-10-16add get_balancesneurlax
2024-10-16add open_walletsneurlax
2024-10-16handle null wallet ptr casesneurlax
2024-10-16add get_status fn for error-handlingsneurlax
2024-10-16make seed_offset an Optionsneurlax
2024-10-16Merge branch 'master' into rustsneurlax
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-14Merge branch 'master' into rustsneurlax
2024-10-14NetworkType enumsneurlax
2024-10-14add Doc-testssneurlax
2024-10-14add unit testssneurlax
2024-10-14silence naming-related warningssneurlax
2024-10-14do not use libloadingsneurlax
2024-10-12replace main.rs demo with integration testssneurlax
TODO unit and docs tests
2024-10-12refactor library loadingsneurlax
and update docs
2024-10-11deduplicate wallet manager pointer and library referencesneurlax
and comments
2024-10-11fix android libsneurlax
see https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796442681 I'm tired >.>
2024-10-11update docs re: supported library pathssneurlax
2024-10-11remove impls/monero.rs/scripts/build_monero_c.sh sneurlax
see https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796441212 Co-authored-by: cyan <cyjan@mrcyjanek.net>
2024-10-11add ../../release as first lib location candidatesneurlax
in response to (but not resolving) https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796441212
2024-10-11support loading lib from /lib or same dir as binsneurlax
and resolve 2 clippy issues need to test on other platforms gestured-towards here in lib.rs
2024-10-11remove system exports from bindings.rssneurlax
resolves https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796432127
2024-10-11refer to correct repository sneurlax
resolves https://github.com/MrCyjaneK/monero_c/pull/67/files/3ceeecc3bc0213622efa7b6135f442ff2da14286#diff-139eec1ebebc773feeb2b9556b423c604629d2235920bcd93954244f11ce889e Co-authored-by: cyan <cyjan@mrcyjanek.net>
2024-10-11remove LICENSEsneurlax
resolve https://github.com/MrCyjaneK/monero_c/pull/67/files/3ceeecc3bc0213622efa7b6135f442ff2da14286#diff-1b0c0366b7d446c4a5327876e1f74084e67cf29eba70ba6e9342bcead580572d
2024-10-11Maintenance and minor fixes (#68)v0.18.3.4-RC4cyan
* remove LICENSE from monero.dart * fix android builds
2024-10-10/monero_rust -> /monero.rssneurlax
just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c
2024-10-10allow lib to be loaded by consumer cratessneurlax
and document the required placement
2024-10-10convert to libsneurlax
2024-10-10prove integrationsneurlax
2024-10-10Merge branch 'master' into rustsneurlax
2024-10-10support building other archs, copy file to correct pathsneurlax
and touch gitignore
2024-10-10add example rust bindingsneurlax
2024-10-09add example monero_c static lib build scriptsneurlax
courtesy of cypherstack/flutter_libmonero and MrCyjaneK & julian-CStack's work there remove wownero update docs and script add gitignore
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