Skip to content

Comments

Proto#198

Merged
Dargon789 merged 28 commits intomasterfrom
proto
Jan 19, 2026
Merged

Proto#198
Dargon789 merged 28 commits intomasterfrom
proto

Conversation

@Dargon789
Copy link
Owner

No description provided.

marino39 and others added 27 commits December 1, 2025 11:30
Updated CircleCI config to reflect correct environment variable settings.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Add workflow to publish package distributions

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

* Potential fix for code scanning alert no. 107: Workflow does not contain permissions

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

* Update .github/workflows/Publish-Dists.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/workflows/Publish-Dists.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Removed permissions section from the workflow.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Bumps the npm_and_yarn group with 1 update in the /wagmi-project directory: [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `happy-dom` from 18.0.1 to 20.0.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v18.0.1...v20.0.2)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.0.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build:

Switch the Anvil fork URL in the GitHub Actions test workflow to a new mainnet RPC endpoint.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Fix apple auth scope

* Fix Apple auth scope test
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <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: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…rough a stack trace

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

Snyk fix 1a42f46a3694152c28f6d1d4dc5aea44
@codesandbox
Copy link

codesandbox bot commented Jan 9, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

@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, your pull request is larger than the review limit of 150000 diff characters

Copy link

@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 includes a number of version bumps and updates to generated client code. More importantly, it contains several key improvements:

  • Apple Authentication Flow: The OAuth flow for Apple sign-in has been corrected by removing the scope parameter, which is not supported by Apple's service.
  • Cryptographically Secure Randomness: Multiple instances of Math.random() have been replaced with crypto.getRandomValues or crypto.randomBytes. This is a critical security enhancement to ensure that generated IDs and UIDs are unpredictable.
  • Security Hardening: Error details are no longer leaked in JSON-RPC parse error responses, and a regular expression has been made more precise.

Overall, these are great changes that improve the security and correctness of the codebase. My review comments highlight the importance of these fixes.

@Dargon789 Dargon789 enabled auto-merge January 9, 2026 11:25
@Dargon789 Dargon789 self-assigned this Jan 9, 2026
@Dargon789 Dargon789 added documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers invalid This doesn't seem right question Further information is requested dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 9, 2026
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Jan 9, 2026
@Dargon789 Dargon789 disabled auto-merge January 19, 2026 09:48
Repository owner deleted a comment from vercel bot Jan 19, 2026
Repository owner deleted a comment from vercel bot Jan 19, 2026
Repository owner deleted a comment from vercel bot Jan 19, 2026
@Dargon789 Dargon789 merged commit 503bf5c into master Jan 19, 2026
7 of 14 checks passed
@Dargon789 Dargon789 deleted the proto branch January 19, 2026 09:56
@github-project-automation github-project-automation bot moved this from Todo to Done in web3-Defi-Gamefi Jan 19, 2026
@github-project-automation github-project-automation bot moved this from Backlog to Done in Hardhat Jan 19, 2026
@Dargon789 Dargon789 restored the proto branch January 19, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right javascript Pull requests that update javascript code question Further information is requested

Projects

Archived in project
Status: Done

7 participants