summaryrefslogtreecommitdiff
path: root/impls/monero.rs/src/lib.rs
AgeCommit message (Collapse)Author
2025-01-05chore: cargo fmtIm-Beast
2025-01-05fix: set the WalletManager daemon addressIm-Beast
2025-01-05enable loggingCzarek Nakamoto
fix build
2024-10-29add watch only (viewkey only) generate_from_keys integration testsneurlax
and update docs
2024-10-28WIP check_tx_key with failing testssneurlax
2024-10-20add restore_polyseedsneurlax
and remove an integration test from the unit tests
2024-10-20add restore_mnemonicsneurlax
2024-10-20add WIP check_tx_keysneurlax
and reorganize and remove extraneous wallet2_api_c.h additions
2024-10-19add throw_if_error test, standardize docs commentssneurlax
2024-10-19add set_seed_language and use it to fix the generate_from_keys testssneurlax
and fix tests
2024-10-18WIP generate_from_keyssneurlax
2024-10-18add untested sweep_allsneurlax
and add TODO to untested transfer re: submission
2024-10-18add untested transfersneurlax
2024-10-18add refreshsneurlax
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-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-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-10/monero_rust -> /monero.rssneurlax
just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c