| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-29 | update docs re: lib placementrust | sneurlax | |
| 2024-10-29 | add watch only (viewkey only) generate_from_keys integration test | sneurlax | |
| and update docs | |||
| 2024-10-28 | WIP check_tx_key with failing tests | sneurlax | |
| 2024-10-22 | update header to match impl | sneurlax | |
| 2024-10-21 | update MONERO_Wallet_checkTxKey IAW feedback | sneurlax | |
| resolves https://github.com/MrCyjaneK/monero_c/pull/67#issuecomment-2425926830 | |||
| 2024-10-20 | WIP example docs | sneurlax | |
| TODO update symlinking-related docs for other platforms | |||
| 2024-10-20 | WIP scanning example | sneurlax | |
| once this is fixed it should show a live balance | |||
| 2024-10-20 | update example | sneurlax | |
| 2024-10-20 | add restore_polyseed | sneurlax | |
| and remove an integration test from the unit tests | |||
| 2024-10-20 | add restore_mnemonic | sneurlax | |
| 2024-10-20 | Update impls/monero.rs/example/Cargo.toml | sneurlax | |
| Co-authored-by: cyan <cyjan@mrcyjanek.net> | |||
| 2024-10-20 | add WIP check_tx_key | sneurlax | |
| and reorganize and remove extraneous wallet2_api_c.h additions | |||
| 2024-10-19 | add throw_if_error test, standardize docs comments | sneurlax | |
| 2024-10-19 | add MONERO_Wallet_checkTxKey to wallet2_api_c.cpp | sneurlax | |
| 2024-10-19 | add set_seed_language and use it to fix the generate_from_keys tests | sneurlax | |
| and fix tests | |||
| 2024-10-19 | clean up gitignore | sneurlax | |
| these files don't exist any more. | |||
| 2024-10-18 | add TODO | sneurlax | |
| 2024-10-18 | WIP generate_from_keys | sneurlax | |
| 2024-10-18 | add untested sweep_all | sneurlax | |
| and add TODO to untested transfer re: submission | |||
| 2024-10-18 | add untested transfer | sneurlax | |
| 2024-10-18 | add refresh | sneurlax | |
| 2024-10-18 | add init | sneurlax | |
| and wallet_name->test_wallet | |||
| 2024-10-18 | add get_height | sneurlax | |
| 2024-10-18 | add close_wallet | sneurlax | |
| and remove filtering by tag in get_accounts | |||
| 2024-10-18 | add get_accounts | sneurlax | |
| 2024-10-18 | add create_account | sneurlax | |
| 2024-10-16 | add test cases for open_wallet | sneurlax | |
| now that error handling was fixed in the previous commit | |||
| 2024-10-16 | make error handling in line with monero.ts example | sneurlax | |
| as mentioned [here](https://github.com/MrCyjaneK/monero_c/pull/67#issuecomment-2413755971) | |||
| 2024-10-16 | add get_balance | sneurlax | |
| 2024-10-16 | add open_wallet | sneurlax | |
| 2024-10-16 | handle null wallet ptr case | sneurlax | |
| 2024-10-16 | add get_status fn for error-handling | sneurlax | |
| 2024-10-16 | make seed_offset an Option | sneurlax | |
| 2024-10-16 | Merge branch 'master' into rust | sneurlax | |
| 2024-10-16 | Fix freeze coin info (#73) | cyan | |
| * Enable stdout/stderr logging to logcat on android * coin control fix | |||
| 2024-10-16 | feat: 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-14 | Merge branch 'master' into rust | sneurlax | |
| 2024-10-14 | NetworkType enum | sneurlax | |
| 2024-10-14 | add Doc-tests | sneurlax | |
| 2024-10-14 | add unit tests | sneurlax | |
| 2024-10-14 | silence naming-related warnings | sneurlax | |
| 2024-10-14 | do not use libloading | sneurlax | |
| 2024-10-12 | replace main.rs demo with integration tests | sneurlax | |
| TODO unit and docs tests | |||
| 2024-10-12 | refactor library loading | sneurlax | |
| and update docs | |||
| 2024-10-11 | deduplicate wallet manager pointer and library reference | sneurlax | |
| and comments | |||
| 2024-10-11 | fix android lib | sneurlax | |
| see https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796442681 I'm tired >.> | |||
| 2024-10-11 | update docs re: supported library paths | sneurlax | |
| 2024-10-11 | remove 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-11 | add ../../release as first lib location candidate | sneurlax | |
| in response to (but not resolving) https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796441212 | |||
| 2024-10-11 | support loading lib from /lib or same dir as bin | sneurlax | |
| and resolve 2 clippy issues need to test on other platforms gestured-towards here in lib.rs | |||
