docs.rs failed to build minotari_wallet-5.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Minotari Wallet
Foreign Function interface for the Minotari Android and Minotari iOS Wallets.
This crate is part of the Tari Cryptocurrency project.
Build setup (Mac)
See README.md in wallet_ffi crate
Setup (Windows)
See README.md in wallet_ffi crate
Running migrations:
- Ensure that you installed diesel with the sqlite feature flag:
cargo install diesel_cli --no-default-features --features sqlite
- If you updated the tables the following needs to be run from the
base_layer/wallet/folder:- manually delete
base_layer/wallet/test.sqlite3if present diesel setup --database-url test.sqlite3diesel migration run --database-url test.sqlite3
- manually delete
- After running this, make sure that the diesel update did not change BigInt to Integer in
schema.rs(check for any unwanted changes)