Ty Everett
Ty Everett
Rather than using elliptic in the browser, would it be faster to perform cryptographic operations with the [web crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API)? If there's a consensus that this would be effective and...
As suggested in #146 we are able to save lots of memory by using float16 instead of float32. I implemented the suggested changes, and tested with the 7B and 13B...
Remove nonfunctional things from the critical (mining) code path to increase performance. This should make the miner a bit faster at finding puzzle solutions.
This is a simple change that enabled people to provide a WIF-formatted private key string as the second parameter. I was having an issue where `key instanceof PrivateKey` was failing...
Currently, the `iframe` tag created by this library does not have a title. This causes issues for accessibility and in LightHouse audits. Here I've added a title which should resolve...
While working on Overlay Services, I've found a way to get tests to run without needing to import the `cjs` files! I've done a lot of the refactors, but there's...
### Summary We need to align the ecosystem onto a single, unified, transport-independent protocol for transaction broadcast to the Transaction Processing Network, including proof acquisition, double-spend handling, and clear procedures...