aspect
aspect
@mauritslamers what is your status on this? have you been successful with a cross-compile build? would trying to set up an arm64 VM help? https://wiki.ubuntu.com/ARM64/QEMU I can provide computing resources...
I am using `unsync` because `wasm32-unknown-unknown` (browser) doesn't have threads and `sync` just crashes in the builder, which is somewhat expected. I actually ended up wrapping moka into our own...
Please refer to and use examples from https://github.com/kaspanet/rusty-kaspa/pull/459. (examples are available in the development WASM SDK release archive at https://kaspa.aspectron.org/nightly/downloads/ source at https://github.com/aspectron/rusty-kaspa/tree/typescript/wasm/examples) Please note that the `Account` class is...
You are not following either clang (llvm) or rustup target installation steps. Make sure your clang is up to date. Follow the steps in **Building on Mac OS / Install...
Once your clang issues are resolved, please use this if building from source: https://github.com/kaspanet/rusty-kaspa/pull/459
This has been implemented in one of the merged PRs. Closing.
I am concerned that calling `error!()` before the logger is initialized could cause a panic by itself. If this is the case perhaps a separate function that sets a static...
This issue specifically relates to account and private key removal from the wallet storage. Address chains belong to accounts, where you can have for example bip32 or keypair account. Keypair...
The following problems have been established: - When using Context menu / Paste in Chromium, the browser does not ask for clipboard permissions - When using Paste (Ctrl+V) in FireFox,...
Please try WASM SDK development builds (or build from source) from PR https://github.com/kaspanet/rusty-kaspa/pull/459 also, please use `--rpclisten-borsh=` if running a local node as Borsh encoding is the default setting in...