- Migrated from native_toolchain_rust to cargokit, breaking web platform access.
- Completely removed monero-serai-mirror dependency.
- Replaced with monero-seed from https://github.com/ManyMath/monero-wallet-util.
- Vendored as git submodule in monero-rust/vendored/monero-wallet-util.
- No more serai-mirror directory required.
- Vendored monero-oxide as git submodule in monero-rust/vendored/monero-oxide.
- All path dependencies now properly contained within monero-dart repository.
- No more workspace-level dependency references.
- Removed unnecessary feature gates (serai-seed/mnemonic).
- Mnemonic support is now unconditionally included.
- Simplified codebase with no conditional compilation for seed functionality.
- Added missing
free_stringFFI function for proper C string memory management. - Added
rlibcrate type to monero-rust for Rust-to-Rust dependencies. - Fixed Language enum:
EnglishOld→DeprecatedEnglish. - Added helper function
seed_from_string()that auto-detects mnemonic language (tries all 13 supported languages).
- Commandline interface builds Monero from source by default.
- Example fix
- native_toolchain_rust fix: remove dangling reference in build/hook.dart since 0.0.3.
- Added binary executable which helps download and verify the latest Monero release binary archive.
- native_toolchain_rust fixes: using native_toolchain_rust_mirror until its parent merges lib fixes.
- Migrated from libxmr to the new standalone monero-rust crate.
- Initial version.
- A proof of concept of building a Rust library with native_toolchain_rust for use in a Dart app.
- Uses cypherstack/libxmr's libxmr crate as the Rust library.