-
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
Audit #557
Open
augustbleeds
wants to merge
15
commits into
develop
Choose a base branch
from
augustus.audit-pr
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Audit #557
+1,499
−927
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
chainchad
reviewed
Nov 26, 2024
Comment on lines
+41
to
+42
wget https://github.com/software-mansion/scarb/releases/download/${{ inputs.scarb_version }}/scarb-${{ inputs.scarb_version }}-x86_64-unknown-linux-${libc_version}.tar.gz | ||
tar -xvzf scarb-${{ inputs.scarb_version }}-x86_64-unknown-linux-${libc_version}.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this example where we check the shasum of the file.
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:02 — with
GitHub Actions
Inactive
augustbleeds
had a problem deploying
to
integration
November 26, 2024 15:02 — with
GitHub Actions
Failure
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:02 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:17 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:17 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:17 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:32 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
November 26, 2024 15:32 — with
GitHub Actions
Inactive
* disable proxy access check by default * remove
augustbleeds
temporarily deployed
to
integration
December 2, 2024 00:00 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 2, 2024 00:00 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 2, 2024 00:00 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 2, 2024 00:17 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 2, 2024 00:17 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:02 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:02 — with
GitHub Actions
Inactive
augustbleeds
had a problem deploying
to
integration
December 13, 2024 17:02 — with
GitHub Actions
Error
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:16 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:16 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:16 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:30 — with
GitHub Actions
Inactive
augustbleeds
temporarily deployed
to
integration
December 13, 2024 17:30 — with
GitHub Actions
Inactive
augustbleeds
had a problem deploying
to
integration
December 13, 2024 20:51 — with
GitHub Actions
Failure
augustbleeds
had a problem deploying
to
integration
December 13, 2024 20:51 — with
GitHub Actions
Error
Quality Gate passedIssues Measures |
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.
Taken from #533 (but PR was closed prematurely)
Note: this will NOT be merged to develop until the audit is completed in order to avoid the situation where Ops deploys updated contracts.
Bumping scarb/cairo to version 2.8.2. Because this changes the compile contracts (and the dependencies), this will stay as a PR and will not be merged. After the audit is completed, then it'll be merged to develop