Port vanity generator to Solana + Solana branding#8
Open
HODL-Community wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 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.
Summary
Functional Changes
src/worker/vanityWorker.tsgeneratemode to emit raw Solana key batches (privKeys,pubKeys).src/worker/pool.tsgenerate(batchSize)API alongsidesearch(...).src/webgpu/base58Matcher.wgslsrc/webgpu/gpuMatcher.tssrc/ui/app.tsGPUvsCPU).VITE_FORCE_BACKEND=cpu|gpusupport for deterministic testing/troubleshooting.Full-Scale Test/Prep Additions
vitestunit test setup:vitest.config.tstests/unit/solanaAddress.test.tstests/unit/keys.test.ts@playwright/testbrowser E2E setup:playwright.config.tstests/e2e/app.spec.ts.github/workflows/ci.ymlbuild,test:unit, installs Chromium, then runstest:e2e.typecheck,test:unit,test:e2e,test,check.UI/Branding
src/style.css.public/favicon.svg.public/og-image.svg,public/twitter-card.svg).vanity-sol-gpunaming.Cleanup
src/wallet/ethAddress.tssrc/wallet/keystoreV3.tssrc/worker/wasmPool.tssrc/worker/wasmVanityWorker.tssrc/webgpu/*(old secp256k1 shader path)Validation
npm run buildpasses.npm run test:unitpasses.npm run test:e2epasses.npm run checkpasses.Notes
notes/mistakes.mdper repo instruction.