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

Create migration app #330

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Conversation

iulianpascalau
Copy link
Contributor

  • added migration batch creator components
  • added migration tool boiler plate code

- added migration tool boiler plate code
- added unit tests
sstanculeanu
sstanculeanu previously approved these changes Sep 2, 2024
DepositNonce: lastDepositNonce + uint64(1+idx),
Token: token,
ContractAddress: common.BytesToAddress(addressBytes).String(),
contractAddress: common.BytesToAddress(addressBytes),
Copy link
Contributor

Choose a reason for hiding this comment

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

I would not have 1 private and 1 public member for a single purpose, but rather have a .String() method

@iulianpascalau iulianpascalau merged commit 55fd6db into feat/migration-app Sep 5, 2024
4 checks passed
@iulianpascalau iulianpascalau deleted the create-migration-app branch September 5, 2024 08:02
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

Successfully merging this pull request may close these issues.

3 participants