summaryrefslogtreecommitdiff
path: root/impls/monero.rs/src
AgeCommit message (Collapse)Author
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-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-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-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-10/monero_rust -> /monero.rssneurlax
just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c