sam bacha
sam bacha
Do you have the custom noce option enabled in Metamask @MysticRyuujin? Metamask is quite fanatical on how they manage nonce (i.e. not exposed to developers). Check your state logs (use...
> +1 this would be helpful. > > At least from my limited point of view, stateless ephemeral forks would be a good first step. This is the only viable...
Parity and Geth clients have different acceptable genesis files, Parity: https://github.com/5chdn/crossclient-chainspec/blob/master/parity.json Geth: https://github.com/5chdn/crossclient-chainspec/blob/master/geth.json yes, the spec. isn't even agreed to as a standard in ethereum foundation, which `chain_id` and `network_id`...
Will check it out, I have a script I made to create a genesis file but it is for Hyperledger Besu, will have to dig it out. In the meantime...
How much money is this trying to raise? Why can't the community pitch in? How long is this auction for? The enforceable EIPs (e.g. JSON-RPC have been moved out of...
> this is really cool! > > Do you ever need to manually update the generated .d.ts file? If not then I'm thinking we should put this in CI and...
sounds great, additionally, if you do decide to leverage rust you should check out this: https://github.com/afnanenayet/diffsitter it will enable you to utilize tree-sitter as an AST-based diff tool so that...
revisiting this actually
Do you have any preference for Editor Styling? Here is an updated look https://sambacha.github.io/solidity-parser-explorer
the language status item is the preferred way to present language status reports for the active text editors, such as selected linter or notifying about a configuration problem. There are...