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

Split out all event cruds into their own files in Delta #81

Closed
0xTranqui opened this issue Nov 15, 2023 · 1 comment
Closed

Split out all event cruds into their own files in Delta #81

0xTranqui opened this issue Nov 15, 2023 · 1 comment
Assignees

Comments

@0xTranqui
Copy link
Contributor

Screenshot 2023-11-15 at 2 39 15 PM

tldr moving to a new structure in delta where instead of keeping all event cruds for a contract in one file named {ContraName}.ts, introduce a folder structure where folder = {ContractName}, and one {EventName}.ts is created to house each crud event for that contract. see screenshot for inspo. the contracts we want to do this for are:

  • idRegistry
  • delegateRegistry (there is no more transfer nonce anymore, just a heads up. plz check solidity before re implementing)
  • attestationRegistry
  • nodeRegistry
  • riverValidatorV1
  • LightAccountFactory
@0xTranqui 0xTranqui assigned 0xTranqui and jawndiego and unassigned 0xTranqui Nov 15, 2023
@salieflewis
Copy link
Contributor

Resolved #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants