-
Notifications
You must be signed in to change notification settings - Fork 396
chore: remove dev mode functionality on Proof Aggregation Service contract #2176
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6ce5d48
fix: bump allow and send blobs in transaction with eip 7594
MarcosNicolau a81b73f
ci: bump rust version to support newer alloy version
MarcosNicolau c14107e
chore: ignore clippy uninlined_format_args warnings
MarcosNicolau 4898009
chore: address clippy warnings
MarcosNicolau c88ec93
chore: address more clippy warnings
MarcosNicolau bb3786d
chore: address clippy warnings
MarcosNicolau 7048c1b
chore: migrate ethereum package to fulu fork (#2173)
MarcosNicolau a6d0f7e
feat: have a dev mode flag set on initialize
maximopalopoli 98dc9c7
update the aligned layer deployed anvil state
maximopalopoli 55619b2
Merge branch 'testnet' into feat/dev-mode-flag-initialize
maximopalopoli 0d48d3f
Move the immutable devmode flag from the initialize to the constructor
maximopalopoli 295b7ce
Rename dev mode var to is dev mode
maximopalopoli 752a96c
Merge branch 'testnet' into feat/dev-mode-flag-initialize
maximopalopoli b7642f9
chore: remove the dev mode functionality on ProofAggregationService c…
maximopalopoli 60b37dc
Remove unused config file path on agg service upgrader
maximopalopoli 32377a1
Merge branch 'testnet' into feat/dev-mode-flag-initialize
maximopalopoli 9be34d9
Update the new contract state on network params
maximopalopoli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955" | ||
| } | ||
| }, | ||
| "devMode": true | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0xE3C695b73dbe27106aF4530b152de3e57456B385" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0xF138043AC49a0cbB1C8fF03433B51861eA0AE927" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "<owner_address>" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "<owner_address>" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "0x771C1aB81C81A774B66C4386Eb50D6DFC8538106" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,5 +10,6 @@ | |
| }, | ||
| "permissions": { | ||
| "owner": "" | ||
| } | ||
| }, | ||
| "devMode": false | ||
| } | ||
2 changes: 1 addition & 1 deletion
2
contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.