-
Notifications
You must be signed in to change notification settings - Fork 206
feat: v5 base branch #1670
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
base: main
Are you sure you want to change the base?
feat: v5 base branch #1670
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
🌿 Documentation Preview
|
* feat: begin scaffolding mav1 * feat: implement MAv1 functionality * fix: mav1 address prediction * fix: type error * feat(v5): add MAv1 tests, fix UO submission, support call decoding * refactor: address TODOs * refactor: rearrange files & add exports * chore: remove comment * fix: copilot fixes * fix: use correct EP for tests * fix: require at least one owner * fix: remove logging, add type helper
* feat: custom v5 alpha publish script * chore: add GH action for v5 alpha publish * chore: fmt * chore: fix ci cleanup step * chore: no need to clean up files at end
* chore: alpha publish script * chore: add publish shell script w/o git * chore: remove GH action * chore: publish fixes * chore: restore files * fix: bugs * fix: remove access * fix: pre-release script updates * chore: remove tmp file * fix: remove skip-git * fix: lerna issues * fix: more lerna fixes * chore: remove test comments * fix: clean up on version failure
* fix: relax multi-owner light account params * chore: trigger CI actions * chore: revert
* feat: add web authn dummy sig and bigIntMax * docs: add jsdoc for 7212 function
* chore: rename factoryAddress to factory * refactor(vercel): ignore build for descendent branches
* chore: prepare for alpha pkg publishing via gha * chore: bump pkg version in deps * chore: bump pkg versions * chore(v5): publish alpha version 0.0.0-alpha.9 [skip ci] * chore: remove tmp file * chore(v5): publish alpha version 0.0.0-alpha.10 [skip ci] * chore: fix versions * chore: bump more versions * chore: remove old script --------- Co-authored-by: Alchemy Bot <[email protected]>
* chore: set up wallet-apis v5 pkg to publish alpha * chore: add version file

Pull Request Checklist
yarn test)sitefolder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change)yarn lint:check) and fix any issues? (yarn lint:write)PR-Codex overview
This PR introduces several updates across various packages, primarily focusing on configuration files, version management, and documentation enhancements. It also adds error handling classes and templates for package creation in the CLI tool.
Detailed summary
tsconfig.jsonfiles with specific configurations for multiple packages.VERSIONexports in several packages.FetchError,ServerError, andChainNotFoundError.vitest.config.tsfiles across packages to include project-specific configurations.inject-version.tsscripts to automate version management.halpCLI tool documentation and usage instructions.