Nick
Nick
### **Motivation:** Presently, Fuel uses secp256k1 elliptic signatures for witness verification in Fuel. This requires including 65 byte signatures for each transaction. Ethereum is currently very expensive, and every byte...
## Motivation While the Block Header format is still under discussion, we should consider a Merkle Mountain Range as the previous block header, this way we can show more efficiently...
nick@nick:~/Github$ sudo npm install -g ethersim [sudo] password for nick: npm ERR! not a package /tmp/npm-16321-owQ1nK8p/github.com/iurimatias/node-jsonrpc2.git npm ERR! Error: ENOENT, open '/tmp/npm-16321-owQ1nK8p/github.com/iurimatias/node-jsonrpc2.git-unpack/package.json' npm ERR! If you need help, you may...
Can I test if a method / test function should throw? I want to be able to include something like `throw` or `shouldThrow` in the name of the method, and...
### Title/Description Attack Vector: someone could easily create a contract simulating the interface of the Gnosis Safe, the UI would continue to work, everyone would assume it's the Gnosis Safe,...
``` import {ContainerType, ByteVectorType} from "@chainsafe/ssz"; // Creates a "Keypair" SSZ data type (a private key of 32 bytes, a public key of 48 bytes) const Keypair = new ContainerType({...
Hi Androlo, great work on the libraries here! Is there any JS equivalent for the sepc library @androlo? I'm trying to find these methods for JS: Sepc256k1_addMixedM Secp256k1._addMixed Secp256k1._mul Secp256k1._add...
Here is my feedback regarding the `forc-deploy` experience. ## High Level - **Wallet Communication:** `forc-deploy` should have better communication with existing wallets, the current experience is horrible and complicated to...
I'm getting a huge set of warnings when I run `forc init`, then `forc test` out of the box. The default example and test should not have all these warnings...
This error is clear, but I think the SDK should provide more help as to how the right way to resolve this should be or documentation as to how to...