summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-29update docs re: lib placementrustsneurlax
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-22update header to match implsneurlax
2024-10-21update MONERO_Wallet_checkTxKey IAW feedbacksneurlax
resolves https://github.com/MrCyjaneK/monero_c/pull/67#issuecomment-2425926830
2024-10-20WIP example docssneurlax
TODO update symlinking-related docs for other platforms
2024-10-20WIP scanning examplesneurlax
once this is fixed it should show a live balance
2024-10-20update examplesneurlax
2024-10-20add restore_polyseedsneurlax
and remove an integration test from the unit tests
2024-10-20add restore_mnemonicsneurlax
2024-10-20Update impls/monero.rs/example/Cargo.tomlsneurlax
Co-authored-by: cyan <cyjan@mrcyjanek.net>
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 MONERO_Wallet_checkTxKey to wallet2_api_c.cppsneurlax
2024-10-19add set_seed_language and use it to fix the generate_from_keys testssneurlax
and fix tests
2024-10-19clean up gitignoresneurlax
these files don't exist any more.
2024-10-18add TODOsneurlax
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-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