-
Notifications
You must be signed in to change notification settings - Fork 20
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
disable proxy access check by default #547
Closed
augustbleeds
wants to merge
1,991
commits into
develop
from
augustus.NONEVM-333.disable-proxy-access-check
Closed
disable proxy access check by default #547
augustbleeds
wants to merge
1,991
commits into
develop
from
augustus.NONEVM-333.disable-proxy-access-check
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
* debug logs * publickey is for nonce manager, not contract address * add skip validate to estimate * change tag to pending * make deep copy in txstore * deep copy fix * set x-apikey option for juno rpc * fix bug * add api key in few places * fix debug err * log * tidy up logging * remove nonce tracking from txstore * clean up deep copy * remove test
* adjust token amount + add exp timer * add back skip_validate flag * modify config
upgrade ctf
* bump libocr; add context * fix linter issues * flake: bump dependencies and go v1.23 --------- Co-authored-by: André Vitor de Lima Matos <[email protected]>
augustbleeds
had a problem deploying
to
integration
October 24, 2024 19:50 — with
GitHub Actions
Error
augustbleeds
had a problem deploying
to
integration
October 24, 2024 19:50 — with
GitHub Actions
Error
augustbleeds
had a problem deploying
to
integration
October 24, 2024 19:50 — with
GitHub Actions
Error
augustbleeds
temporarily deployed
to
integration
October 24, 2024 19:53 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
October 24, 2024 19:53 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
October 24, 2024 19:53 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
October 24, 2024 20:04 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
October 24, 2024 20:04 — with
GitHub Actions
Inactive
Quality Gate passedIssues Measures |
Michipulatos
previously approved these changes
Nov 8, 2024
augustbleeds
changed the base branch from
develop
to
augustus.compile-bump-cairo
November 14, 2024 14:01
augustbleeds
changed the base branch from
augustus.compile-bump-cairo
to
develop
November 14, 2024 14:02
augustbleeds
dismissed
Michipulatos’s stale review
November 14, 2024 14:02
The base branch was changed.
chray-zhang
force-pushed
the
augustus.NONEVM-333.disable-proxy-access-check
branch
from
November 25, 2024 21:49
b9cccdc
to
d6eb791
Compare
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.
Disables the access check for proxy contracts, so that by default anyone can read from the proxy.
however the access check is left enabled (by default) for aggregator contracts and the stand alone access controller contract