Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLRequests cleanup #3393

Merged
merged 10 commits into from May 3, 2024
Merged

CLRequests cleanup #3393

merged 10 commits into from May 3, 2024

Conversation

acolytec3
Copy link
Contributor

@acolytec3 acolytec3 commented May 3, 2024

Clean-up following integration of EIP 6110, 7002, and 7685 code

  • Moves all CLRequest related code to vm/src/requests.ts
  • Adds detailed explanation of parsing Deposit event logs
  • Cleans up field/function naming
  • Adds prague config to test-runner from Prague test fixtures runner instructions #3387
  • Add better forkTime check for EIP 2935
  • Make test runner use Typescript code instead of dist/cjs/...
  • Add optional depositContractAddress field to ChainConfig in common

}
}

export const DEPOSIT_CONTRACT_ADDRESS = '0x00000000219ab540356cBB839Cbe05303d7705Fa'
Copy link
Contributor

@g11tech g11tech May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should move this into Chain struct or in the chains field and do getParams since each chain will have its own address

holgerd77
holgerd77 previously approved these changes May 3, 2024
Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice cleanup and improvements! 🙂🙏

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@g11tech g11tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@acolytec3 acolytec3 merged commit a84eaae into master May 3, 2024
33 of 34 checks passed
@acolytec3 acolytec3 deleted the cleanup-requests branch May 3, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants