summaryrefslogtreecommitdiff
path: root/impls
AgeCommit message (Collapse)Author
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 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-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