Joshua Gutow

Results 53 issues of Joshua Gutow

We would like to address the following issues: - Ensure that the compiler version is deterministic and locked - We do this with solidity pragmas for version `0.8.10`, but should...

We have several sub-components that exist as go-routines / separate threads. We need to close them on application end, but right now it's not clear which component closes what. In...

implementation
enhancement

It currently has the same name as upstream Geth. Renaming it would allow us to more easily import it into projects. Renaming the module path does incur some ongoing maintenance,...

implementation
hardening

A deposit transaction does the following: ([Specs link](https://github.com/ethereum-optimism/optimistic-specs/blob/main/specs/deposits.md#the-deposited-transaction-type)) - Mint to the sender - Transfer `value` to the `to` - Call the contract address (`to`) if contract - Deploy contract...

good first issue
implementation

**Description** This provides a new set of objects which provide the following API guarantees: - The opening of a data for a new L1 block will never fail. - If...

**Description** This test ensure that invalid deposits are stil included in the block. If these are somehow dropped, it would cause serious problems for consistency and potentially a loss of...

**Description** This is a simple hack to enable significantly higher throughput for lattice with op-craft. **Tests** I tested this locally by modifying the max tx size argument in the op-e2e...

do-not-merge

**Description** This avoids issues with the confirmation depth. If this returns an error, it exits via CLI. **Metadata** Fixes ENG-2920

Discussion of proposed EIPs and CIPs for the "E" Hardfork (Fall/Winter 2021).

Discussion for CIP-43: Block Context