| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-10-11 | remove system exports from bindings.rs | sneurlax | |
| resolves https://github.com/MrCyjaneK/monero_c/pull/67#discussion_r1796432127 | |||
| 2024-10-11 | refer 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-11 | remove LICENSE | sneurlax | |
| resolve https://github.com/MrCyjaneK/monero_c/pull/67/files/3ceeecc3bc0213622efa7b6135f442ff2da14286#diff-1b0c0366b7d446c4a5327876e1f74084e67cf29eba70ba6e9342bcead580572d | |||
| 2024-10-11 | Maintenance and minor fixes (#68)v0.18.3.4-RC4 | cyan | |
| * remove LICENSE from monero.dart * fix android builds | |||
| 2024-10-10 | /monero_rust -> /monero.rs | sneurlax | |
| just to match the style in impls and sneurlax/monero_c -> MrCyjaneK/monero_c | |||
| 2024-10-10 | allow lib to be loaded by consumer crates | sneurlax | |
| and document the required placement | |||
| 2024-10-10 | convert to lib | sneurlax | |
| 2024-10-10 | prove integration | sneurlax | |
| 2024-10-10 | Merge branch 'master' into rust | sneurlax | |
| 2024-10-10 | support building other archs, copy file to correct path | sneurlax | |
| and touch gitignore | |||
| 2024-10-10 | add example rust binding | sneurlax | |
| 2024-10-09 | add example monero_c static lib build script | sneurlax | |
| courtesy of cypherstack/flutter_libmonero and MrCyjaneK & julian-CStack's work there remove wownero update docs and script add gitignore | |||
| 2024-10-06 | chore(deps): update external/libsodium digest to 3c6da4b | renovate[bot] | |
| 2024-10-06 | chore(deps): update external/libexpat digest to 038a0bf | renovate[bot] | |
| 2024-10-05 | Remove apps from CI | cyan | |
| 2024-09-28 | add C# codev0.18.3.4-RC3 | cyan | |
| 2024-09-28 | chore(deps): update external/libzmq digest to 90b4f41 | renovate[bot] | |
| 2024-09-28 | chore(deps): update external/libsodium digest to 6edcd85 (#26) | renovate[bot] | |
| * chore(deps): update external/libsodium digest to 6edcd85 * bump libsodium --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net> | |||
| 2024-09-28 | chore(deps): update external/libexpat digest to 46cf63a | renovate[bot] | |
| 2024-09-28 | chore(deps): update dependency lints to v5 | renovate[bot] | |
| 2024-09-27 | fix coin control | Czarek Nakamoto | |
| drop xmruw ci for the time being | |||
| 2024-09-27 | update OpenSSL-for-iPhone | Czarek Nakamoto | |
| 2024-09-21 | chore(deps): update ghcr.io/cirruslabs/flutter docker tag to v3.24.3 | renovate[bot] | |
| 2024-09-19 | feat: deno ffi bindings (#40) | cyan | |
| * initial ts commit * monero.ts improvements * test on latest, build on debian:bookworm * feat: upstream changes to bindings * chore: update checksums * feat: allow manually loading dylib * chore: add readme * fix: free strings after being read to prevent potential memory leaks * fix: load dylib * fix: checksum checks segfaulting because of freeing const variables --------- Co-authored-by: Mateusz Franik <47059999+Im-Beast@users.noreply.github.com> Co-authored-by: Im-Beast <franik.mateusz@gmail.com> | |||
| 2024-09-16 | add cakewallet secrets | cyan | |
| 2024-09-09 | chore(deps): update external/libexpat digest to 624da0fv0.18.3.4-RC2update-cake-build | renovate[bot] | |
