-
I'd like to authenticate with BitXBay installations using my SIN over [BitAuth](https://github.com/bitpay/bitauth).
-
There's a TODO for this in the code in `SignatureTemplate.ts`
```ts
// TODO: Allow signing of non-transaction messages (i.e. don't add the hashtype)
generateSignature(payload: Uint8Array, b…
-
We plan to implement the CHIP-2024-07-BigInt and CHIP-2021-05-vm-limits chips in anticipation of the 2025 network upgrade. Progress will be tracked via this issue.
Currently, we've preliminary gau…
-
when using `yarn create vue` to initialize a default vue-vite app, cashscript import is broken.
first I ran into
`Uncaught TypeError: class heritage import_events.EventEmitter is not an object o…
-
While all evaluations occur during compilation, we can safely hide the internal stack visualization for evaluations which result in bytecode which is never executed. E.g. the stack visualization (`cur…
-
Just like [electrum provides mnemonic versions of private keys](https://raw.githubusercontent.com/spesmilo/electrum/master/lib/mnemonic.py), it would be great if Bitauth could provide this too, direct…
-
For bip32 wallets, it would be nice to have a recommended bip32 path that conforms to bip43 for generating the auth key. Will bitauth itself will become a bip standard? Because it should use that numb…
-
Trying to install bitauth on a Windows machine and fails with a result
sh scripts/make-dist.sh - si not an executable command or batch file...
In the npm_log at the end I see error:
"953 verbo…
-
Attempting to use bitauth as part of the bitpay node.js module, and seeing
```
crypto.js:202
var ret = this._handle.final();
^
Error: error:06065064:digital envelope routin…
-
I think there's a problem with the paths.
Sometimes it's looking for the wrong modules e.g. `/Users/gringo/dev/bitwala/bitwala/v2/node_modules/bitauth/lib/bitauth.js` the filename is actually `bitaut…