This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Open
Conversation
[WIP] Add transfer filtering hook with pagination
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
…ink component Co-authored-by: Kushmanmb <[email protected]>
Add user registration form with client and server validation
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Copilot <[email protected]>
…rrors Fix silent failures and missing validation in blockchain transaction flows
…dd memoization Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
…iency Optimize transaction deduplication, DOM polling, and category lookups
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Refactor duplicated code patterns in API routes and attestation hooks
- Remove exported private key constants (trustedSignerPKey, cdpKeySecret) - Add getTrustedSignerPrivateKey() function with validation - Add getCdpKeySecret() function with validation - Add CDP_KEY_SECRET to .env.local.example - Add security warnings in deployment scripts - Remove hardcoded wallet addresses from documentation Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
…r-safeguards [WIP] Fix blockchain error handling with key management best practices
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
…equest Add 0x gasless quote API proxy endpoint
|
@Kushmanmb is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
🟡 Heimdall Review Status
|
…pdates Bumps the npm_and_yarn group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `15.5.7` | `15.5.10` | | [cloudinary](https://github.com/cloudinary/cloudinary_npm) | `2.5.1` | `2.7.0` | | [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) | `7.26.9` | `7.28.6` | | [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.11` | `1.1.12` | | [diff](https://github.com/kpdecker/jsdiff) | `4.0.2` | `4.0.4` | | [form-data](https://github.com/form-data/form-data) | `4.0.2` | `4.0.5` | | [h3](https://github.com/h3js/h3) | `1.15.1` | `1.15.5` | | [hono](https://github.com/honojs/hono) | `4.8.5` | `4.11.9` | | [js-yaml](https://github.com/nodeca/js-yaml) | `3.14.1` | `3.14.2` | | [jws](https://github.com/brianloveswords/node-jws) | `3.2.2` | `3.2.3` | | [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` | | [sha.js](https://github.com/crypto-browserify/sha.js) | `2.4.11` | `2.4.12` | | [tmp](https://github.com/raszi/node-tmp) | `0.2.3` | `0.2.5` | | [undici](https://github.com/nodejs/undici) | `5.28.5` | `5.29.0` | Updates `next` from 15.5.7 to 15.5.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.7...v15.5.10) Updates `cloudinary` from 2.5.1 to 2.7.0 - [Release notes](https://github.com/cloudinary/cloudinary_npm/releases) - [Changelog](https://github.com/cloudinary/cloudinary_npm/blob/master/CHANGELOG.md) - [Commits](cloudinary/cloudinary_npm@2.5.1...2.7.0) Updates `@babel/helpers` from 7.26.9 to 7.28.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-helpers) Updates `brace-expansion` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) Updates `diff` from 4.0.2 to 4.0.4 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4) Updates `form-data` from 4.0.2 to 4.0.5 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.2...v4.0.5) Updates `h3` from 1.15.1 to 1.15.5 - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md) - [Commits](h3js/h3@v1.15.1...v1.15.5) Updates `hono` from 4.8.5 to 4.11.9 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.8.5...v4.11.9) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) Updates `jws` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](auth0/node-jws@v3.2.2...v3.2.3) Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1 - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases) - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1) Updates `sha.js` from 2.4.11 to 2.4.12 - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) Updates `tmp` from 0.2.3 to 0.2.5 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.3...v0.2.5) Updates `undici` from 5.28.5 to 5.29.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.5...v5.29.0) Updates `next` from 15.5.7 to 15.5.12 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.7...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cloudinary dependency-version: 2.7.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-version: 7.28.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: diff dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: form-data dependency-version: 4.0.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: h3 dependency-version: 1.15.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: hono dependency-version: 4.11.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jws dependency-version: 3.2.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: mdast-util-to-hast dependency-version: 13.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
Co-authored-by: Kushmanmb <[email protected]>
…ranch Rebase Dependabot PR #30 onto latest master
Co-authored-by: Kushmanmb <[email protected]>
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.11. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.7...v7.5.11) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…riction Restrict `claim` function to owner only
…-7.5.11 chore(deps): bump tar from 7.5.7 to 7.5.11
Co-authored-by: Kushmanmb <[email protected]> Agent-Logs-Url: https://github.com/kushmanmb-org/base/sessions/3fca94e2-fd2c-47ca-a00f-f1fa5acd9967
…solation Agent-Logs-Url: https://github.com/kushmanmb-org/base/sessions/fec8cb4c-eafc-4d69-a818-995b8a4472e6 Co-authored-by: Kushmanmb <[email protected]>
Add node reset after each E2E test for chain state isolation
Agent-Logs-Url: https://github.com/kushmanmb-org/base/sessions/035174a1-00b1-484b-937d-a96b0fa79e4b Co-authored-by: Kushmanmb <[email protected]>
…n-remove-contributors Remove contributors tooling and relax node version constraint
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request introduces a comprehensive set of improvements to the repository's CI/CD, code quality, and repository management practices. The changes focus on standardizing and documenting workflows, enforcing best practices for branch protection, enhancing dependency management, and improving code linting rules. Below are the most important updates grouped by theme.
CI/CD Pipeline Enhancements:
makecommands for build, lint, test, and audit steps, added emoji labels for clarity, and introduced new steps for unit tests, security audit (soft fail), and a build summary. Also improved parallelism and failure handling.Repository & Workflow Management:
.github/WORKFLOWS_BEST_PRACTICES.md..github/actions/setup-node-yarn/action.ymlto standardize Node.js and Yarn setup with Corepack and dependency installation.Branch Protection & Rulesets:
.github/rulesets/APPLY_RULESETS.md..github/rulesets/README.mddescribing the ruleset files, application methods, and maintenance practices.Code Quality & Linting:
consolestatements except forwarnandinfo, enforcing cleaner logging practices.Other Improvements:
.gitattributesfile to mark lock files, large data files, and generated files as linguist-generated, ensuring accurate language statistics on GitHub..copilotignoreto explicitly include Solidity files (*.sol).What changed? Why?Notes to reviewers
How has it been tested?
Have you tested the following pages?
BaseWeb