-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: package revamp part 2 (setup) #25
Merged
benceharomi
merged 36 commits into
bh/package-revamp-part-1
from
bh/package-revamp-part-2
Aug 28, 2024
Merged
feat: package revamp part 2 (setup) #25
benceharomi
merged 36 commits into
bh/package-revamp-part-1
from
bh/package-revamp-part-2
Aug 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…(protocol-defense - 9aab5b864693c24ae3240a4a8370d1a3d855c08a)
Merged
benceharomi
changed the title
package revamp part 2 (setup)
feat: package revamp part 2 (setup)
Aug 22, 2024
Romsters
approved these changes
Aug 23, 2024
vladbochok
approved these changes
Aug 27, 2024
benceharomi
added a commit
that referenced
this pull request
Aug 28, 2024
* outdated contracts removed * hardhat config removed * dependencies removed * feat: package revamp part 2 (setup) (#25) * `hardhat.config.js` added * `foundry.toml` added * `fetch_contracts` script added * system-contracts preprocessing added to `fetch_contracts` script * Added contracts from https://github.com/matter-labs/era-contracts.git (protocol-defense - 9aab5b864693c24ae3240a4a8370d1a3d855c08a) * openzeppelin dependencies (`contracts-v4` and `contracts-upgradeable-v4`) added * 0.8.20 added to hardhat compiler list * foundry auto solidity version detection enabled * hardhat ci * foundry ci * hardhat ci typo * ci rework * ci yml to yaml * ci fix * shortened job names in ci * Revert "Added contracts from https://github.com/matter-labs/era-contracts.git (protocol-defense - 9aab5b864693c24ae3240a4a8370d1a3d855c08a)" This reverts commit 79798f3. * unnecessary remappings.txt removed * forge install: openzeppelin-contracts-v4 v4.9.5 * forge install: openzeppelin-contracts-upgradeable-v4 v4.9.5 * changing to submodule deps for foundry * yarn removed from foundry ci * foundry ci syntax fix * fetch target branch changed to dev * ref as input for fetch_contracts * update-contracts workflow * fetch_contracts usage message extended * formatting * default value of ref removed from workflow * populated package.json * added logo.svg * added LICENSE-MIT * readme updated * added installation and usage sections to readme * package.json repository section updated * publish-package workflow added * ci: via-ir flag set for l2 build jobs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I split the package revamp into three separate PRs for easier reviews.
Descriptions