Skip to content

Uniswap/main foundry ux#126

Open
Dargon789 wants to merge 58 commits intomainfrom
uniswap/main-foundry-ux
Open

Uniswap/main foundry ux#126
Dargon789 wants to merge 58 commits intomainfrom
uniswap/main-foundry-ux

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

No description provided.

Dargon789 and others added 30 commits January 25, 2025 03:21
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
…ing or encoding

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
…ession for hostnames

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Potential fix for code scanning alert no. 10: Incomplete regular expression for hostnames
Potential fix for code scanning alert no. 11: Incomplete string escaping or encoding
…59a8badd95

[Snyk] Security upgrade wallet from 0.0.0-use.local to 0.0.1
…e9c8b2936d

[Snyk] Fix for 16 vulnerabilities
…ae0f56efed

[Snyk] Security upgrade @react-native-firebase/app from 21.0.0 to 21.7.2
…e95d8884e3

[Snyk] Security upgrade react-native from 0.76.6 to 0.77.0
…5c681df18d

[Snyk] Fix for 8 vulnerabilities
…5199a65d71

[Snyk] Security upgrade @ethersproject/providers from 5.7.2 to 5.8.0
…6a4513e0b6

[Snyk] Security upgrade @ethersproject/providers from 5.7.2 to 5.8.0
…86ea06d00b

[Snyk] Fix for 6 vulnerabilities
…83b5a58e2c

[Snyk] Security upgrade react-native from 0.76.6 to 0.77.0
Dargon789 and others added 22 commits March 4, 2025 17:20
…ssion for hostnames (#10)

Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ession (#11)

Signed-off-by: AU_019 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-8641354

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Add .circleci/config.yml

* Add .circleci/config.yml

* ci(release): publish latest release

---------

Co-authored-by: Uniswap Labs Service Account <hello-happy-puppy@users.noreply.github.com>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Add .circleci/config.yml

* Add .circleci/config.yml

* ci(release): publish latest release

---------

Co-authored-by: Uniswap Labs Service Account <hello-happy-puppy@users.noreply.github.com>
…ression (#38)

Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Add .circleci/config.yml

* Add .circleci/config.yml

* ci(release): publish latest release

---------

Co-authored-by: Uniswap Labs Service Account <hello-happy-puppy@users.noreply.github.com>
Snyk has created this PR to upgrade turbo from 1.13.4 to 2.4.2.

See this package in yarn:
turbo

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/f1f45494-5345-451e-b5b7-2db758f979e0?utm_source=github&utm_medium=referral&page=upgrade-pr
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Summary by Sourcery
Introduce a new CircleCI configuration for the Web3 GameFi project

New Features:

Add .circleci/ci-web3-gamefi.yml to define a CircleCI pipeline for the web3-gamefi project
Define a custom Docker-based executor for use in the pipeline
Enhancements:

Configure a placeholder job and workflow to scaffold future CI steps
Use environment variables for Docker Hub authentication in the executor

https://github.com/apps/gemini-code-assist

Code Review

This pull request introduces a new CircleCI workflow file. The initial setup is a good start, but there are several areas for improvement to enhance maintainability and clarity. I've pointed out the use of generic names for the executor, job, and workflow, which should be made more descriptive. The job name also appears to have a typo with a trailing hyphen. Additionally, the job's run step is currently empty, and a comment contains a hardcoded, non-portable URL. Addressing these points will make the CI configuration more robust and easier to understand.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Summary by Sourcery
Add a GitHub Actions workflow to automate Docker image builds, tagging, caching, pushing to a registry, and signing with cosign, triggered on a daily schedule, main branch updates, semver tag releases, and pull requests.

New Features:

Introduce a Docker build-and-push workflow using GitHub Actions to create and publish multi-platform images on a schedule, main branch pushes, and semver tag releases.
Integrate cosign to sign published Docker images automatically on non-pull-request runs.
Enhancements:

Set up Docker Buildx and GitHub Actions cache-to/cache-from for optimized multi-platform builds and faster rebuilds.
CI:

Add .github/workflows/docker.yml to handle Docker build, push, metadata extraction, and signing processes.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Apr 17, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @Dargon789, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interface-web Canceled Canceled Apr 17, 2026 7:07pm

@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Apr 17, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces CircleCI configurations, a security policy template, and specific polling intervals for the Monad Testnet, while also fixing a regex for currency symbol formatting. Feedback identifies a compilation error regarding an undefined enum member, inconsistent hook usage, hardcoded personal fork URLs in CI comments, and placeholder text remaining in the security policy.

Comment thread packages/uniswap/src/features/transactions/hooks/usePollingIntervalByChain.ts Outdated
Comment thread packages/uniswap/src/features/transactions/hooks/usePollingIntervalByChain.ts Outdated
Comment thread .circleci/ci-web3-gamefi.yml
Comment thread SECURITY.md
…ervalByChain.ts

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@vercel

This comment was marked as off-topic.

…ervalByChain.ts

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants