Mark Tyneway
Mark Tyneway
The diff here involves this line: https://github.com/ethereum/go-ethereum/blob/be87f769f676cbe3bf028e856160396ed08c64fc/consensus/ethash/consensus.go#L256 Copying what upstream does results in tests failing in this repo. This codepath isn't even used so I don't think its worth spending...
I am not in favor of this feature. It couples solidity concepts like 4byte selectors to consensus. Just because there is an open PR in the RIPs repo, it doesn't...
> We are also curious about your thoughts about the changes in general. My personal opinion is that this is the wrong approach. This will end up being used for...
> Wouldn't you agree that this is unfair to [protocols](https://phalcon.blocksec.com/explorer/security-incidents)? I do not agree with this claim. Your language attempts to make it sound like its universally accepted that its...
This looks good to me, in the future we will want to allow a flag to determine which network is being used
Thank you for reporting this issue. The codebase that has this problem can be found here: https://github.com/ethereum-optimism/optimism-ts-services There have been a bunch of fixes to that repo so I am...
You should be careful running commands with `sudo` if you do not need to. The problem is that you do not have an ssh key configured with github. To solve...
Try pasting your bytecode into `isByteCodeSafe` to see if its passing the safetychecker - https://etherscan.io/address/0x3F4914B14cb75D83935E4b42Cc27B0BEE21b862c#readContract The transaction may be running out of gas, also try upping the gas limit
Attempted a fix here: https://github.com/ethereum-optimism/hardhat/pull/7 There is a problem in hardhat that prevents that config option from being read currently: https://github.com/nomiclabs/hardhat/issues/1075 A quick solution: ```bash $ ./up.sh | grep -v...
After working on a POC work an automated workflow using optimism-integration, I've determined the only way to make this nice is using a server that listens to Github webhooks and...