Travis Reeder
Travis Reeder
https://www.rosetta-api.org/
Eg: new contracts have methods like this: ``` function symbol() public view returns (string memory) { return _symbol; } ``` web3 generates that as this: ``` // Symbol is a...
For example: * Copy ERC20 contract state to a new one (essentially allowing an upgrade) * Copy contract state from ETH to GoChain and vice versa
This would allow other tools to use it without importing this huge repo. Some packages to consider: * common * crypto
Without changing the data structure, it would be nice to be able to emit tx and contract event logs to a logging service for debugging and monitoring. This could be...
Don't need a solidity one as the existing one is already great, but an easy way to deploy and test/interact would be cool.
@sunfinite has an implementation here: https://github.com/sunfinite/go-ethereum/tree/graphene PS @sunfinite if you see this, please reach out.
If we were to store blocks and parts of the merkle tree in IPFS, it could reduce the per node storage requirements dramatically, while reducing strain on those nodes as...
Looks like we could submit a PR changing these files: https://github.com/MetaMask/metamask-extension/blob/develop/docs/adding-new-networks.md