Mat

Results 9 issues of Mat

Running `df -ih` will reveal that this sandbox's inode tables are almost full, thus when attempting to run the new Docker image as instructed Docker believes no space exists. This...

https://github.com/SaitoTech/saito-lite-rust/blob/292118715bfc68a12de4d28fa84c6f60993b36bb/lib/saito/wallet.ts#L914 If each of these nested conditions fail, the code following the below excerpt will send the original **unencrypted** `tx.msg`. The culprit: ```typescript if (recipient == "") { if (this.app.keychain.hasSharedSecret(tx.to[0].publicKey))...

How I reproduce the issue: `mods/mymod.js` ```javascript let newtx = await this.app.wallet.createUnsignedTransaction(publicKey); newtx.msg.data = "flat_string"; newtx = await this.app.wallet.signAndEncryptTransaction(newtx, publicKey); this.app.network.propagateTransaction(newtx); ``` The culprit: https://github.com/SaitoTech/saito-lite-rust/blob/292118715bfc68a12de4d28fa84c6f60993b36bb/lib/saito/keychain.ts#L145 ```typescript decryptMessage(publicKey: string, encrypted_msg) {...

Going through all the normal steps of sending XSN from Trezor, with every step appearing to work as intended up to and including the final confirmations on the device, but...

After resetting the wallet on the Trezor wallet page of the block explorer, the XSN balance that was previously shown is now 0, and no obvious way to get the...

It would be nice to be able to make the UI larger or smaller. By opening element inspector and adding ```css html { zoom: 75%; } ``` to any css...

I'm running into an issue where upon getting a legitimate error when loading a contract into the REPL, changing that code and reloading it into the REPL will report the...

kadena-chainweaver-linux-2.1.1.deb Updated Firefox is my default browser. Here is a screencap of the inspect element (couldn't copy the text) for the Documentation button. The link is there, but the button...

The context menu available on right click anywhere in the window presents a possibly unintended list of functions (reload, stop, forward, back). These are all greyed out except "reload" which...