fix: Delete unused config files in validium pubdata abstraction #113
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues
Merging this PR fixes: #111, #108, #109 and #110
What ❔
Removing
era-contracts-lambda
submodule as it is no longer necessary. Also removingzksync-config
crate froml1-contract-interface
as it is not used anymore.There is also a sql file created in the initialisation that should not be tracked.
Finally there is a nit where empty structs don't need braces so it removes them.
Why ❔
Removing unnecessary imports and repository files.
Description ❕
This pull request aims to streamline the repository by removing the now unnecessary
era-contracts-lambda
submodule and thezksync-config
crate froml1-contract-interface
. These changes have been made to clean up the codebase, removing unused dependencies and files.Expected Behavior ❗
After applying these changes, running the following commands should complete successfully without any issues: