-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: update default foundry imports #26
Merged
Merged
Conversation
This file contains 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
ytham
approved these changes
Jan 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ytham
added a commit
that referenced
this pull request
Jan 20, 2024
* Update for feeData in builtQuery and sendQuery (#8) * Update for feeData in builtQuery and sendQuery * Update package builder files * Fix imports * Update packages * Update builtQuery destructure order * [RC1] ComputeQuery changes for AxiomV2CircuitMetadata (#7) * Add AxiomV2CircuitMetadata encoder * Update computeQuery encoding for circuit metadata * Update gh actions * Fix type issue * Set provider from environment * Update metadata based on comments * Add floor * Update scaffold equation and tests * [RC1] Update harness tests for Sepolia (#10) * Update harness tests for sepolia * Update workflow * rebase to rc1; Fix merge conflicts * Fix merge conflicts * Fix merge conflicts * Fix merge conflicts * Spacing * Update tests * Fix merge conflict * fix merge conflicts * Update packages for rc * Add rc1 branch to workflow * Try setting baseUrl * Update defaults to use tools constants * Align core package * Align core package imports * Update packages and imports * Update package versions * Update package versions * Fix tests for circuit metadata (#11) * Update dependencies * Update dependencies * Update packages * Fix tests * New cli base * Publish scripts for automatically publishing (#12) * Add scripts * Update package script * Version * Use new scaffoldManager * Update circuit * Update scaffoldmanager * Update comments * Update default save/load paths * Update cli defaults * Add error for invalid tag * Update package deps * chore: update halo2-lib-js and halo2-wasm deps (#13) * Lockfile update * Fix merge conflicts and publish rc.5 * Fix circuit/client packages for AxiomREPL * Update params * Revert customRequire change * Fix/harness array input (#15) * Update harness parsing * Update integration -> unit * Pretty-print inputs * Update for CI checks * Update core/tools packages * Update package deps * Update harness tests to send queries * Update package locks * New user-facing Axiom client interface * Revert "New user-facing Axiom client interface" This reverts commit 4fb7a43. * New external-facing `Axiom` interface from `sdk-client` (#18) * Revert "Revert "New user-facing Axiom client interface"" This reverts commit 5bf44cd. * Update versions for all packages * Publish alpha tag for testing * Fix import * Update tests and PR comment fixes * Update CLI params * Remove CLI mock default value * Update core SDK * Update prove CLI params and scaffold mock equation * Update alpha publish packages * Update input->inputs, output->outputs * Publish package alpha.5 * Optimistically dd rc2 branch to workflow * Harness flags consistency * Update harness consistency * Update tests * Update fix sendQuery inputs * Update cli interface * Update proven input for harness * Publish rc2.0 * chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /circuit/js (#21) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Args output * input cleanup * option for params as object * Update provider description for all * Remove unused comment * Publish 0.2.2-rc2.0 * Move axiom-react repo to react folder in this repo (#25) * feat: update default foundry imports (#26) * inputs defaults and export UserInputs type * DevEx/CI improvements (#30) * Update version scripts * Update local script * Update circuitprovider * Update cli input logging * Update CI for local tests * Update local script * Update local script * Update ci flag pos for CI * Update ci flag for CI * Update packages for CI trial * Update CI test * Remove ts-node reference * Update postbuild script * Update readme naming * Fix nits * Update readme case * Re-add halo2-wasm package * feat: update templates to latest axiom-v2-client (#33) * feat: update templates to latest axiom-v2-client * fix: update solc version * feat: full from axiom-quickstart * chore: update version number * Update sdk-core and validate on build (#34) * Publish 0.2.2-rc2.2 * feat: mock compile (#28) * feat: mock compile * fix: commit rest of files * fix: mock description * fix: mock compile option * chore: deploy * chore: deploy fix * fix: comments --------- Co-authored-by: Yu Jiang Tham <[email protected]> * Publish 0.2.3-rc2.0 * chore: make runFromString just pass (#36) * fix: instance/subquery padding (#31) * fix: fee data fetching (#37) * fix: fee data fetching * fix: fetch before passing to qb * fix: comment * Update packages for new wasm/lib-js (#35) * Update for newest halo2-wasm/lib-js packages * Update packages for new wasm/lib-js * Update packages * Update wasm/libjs package * Update wasm/libjs package * Update core * Update halo2-wasm & halo2-lib-js v0.3.3 * chore: update dependency versions --------- Co-authored-by: Jonathan Wang <[email protected]> * Publish 0.2.3-rc2.2 * fix: query schema calculation (#38) * fix: query schema calculation * fix: use axiom-tools query schema * Publish 0.2.3-rc2.3 * chore: bump versions in package.json * Callback in constructor (#39) * Require callback into Axiom class * WIP * Update callback params and axiom options * Pass in AxiomV2ClientOptions * Remove unused logging * Remove node_modules for ci * Update clear * Command spacing * Update utils string input * Update local script * Remove maximumMaxFeePerGas * Set callback gas limit default in client (#42) * App scaffolds (#40) * Next.js scaffold * Update project scaffold * Merge install * Remove mock (#43) * Remove mock * Bump sdk-core versions * Update lockfiles * v2.0.0 * Revert workflow change * Revert scaffold test change --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Roshan <[email protected]> Co-authored-by: Jonathan Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yi Sun <[email protected]>
ytham
added a commit
that referenced
this pull request
Jan 20, 2024
* Update for feeData in builtQuery and sendQuery (#8) * Update for feeData in builtQuery and sendQuery * Update package builder files * Fix imports * Update packages * Update builtQuery destructure order * [RC1] ComputeQuery changes for AxiomV2CircuitMetadata (#7) * Add AxiomV2CircuitMetadata encoder * Update computeQuery encoding for circuit metadata * Update gh actions * Fix type issue * Set provider from environment * Update metadata based on comments * Add floor * Update scaffold equation and tests * [RC1] Update harness tests for Sepolia (#10) * Update harness tests for sepolia * Update workflow * rebase to rc1; Fix merge conflicts * Fix merge conflicts * Fix merge conflicts * Fix merge conflicts * Spacing * Update tests * Fix merge conflict * fix merge conflicts * Update packages for rc * Add rc1 branch to workflow * Try setting baseUrl * Update defaults to use tools constants * Align core package * Align core package imports * Update packages and imports * Update package versions * Update package versions * Fix tests for circuit metadata (#11) * Update dependencies * Update dependencies * Update packages * Fix tests * New cli base * Publish scripts for automatically publishing (#12) * Add scripts * Update package script * Version * Use new scaffoldManager * Update circuit * Update scaffoldmanager * Update comments * Update default save/load paths * Update cli defaults * Add error for invalid tag * Update package deps * chore: update halo2-lib-js and halo2-wasm deps (#13) * Lockfile update * Fix merge conflicts and publish rc.5 * Fix circuit/client packages for AxiomREPL * Update params * Revert customRequire change * Fix/harness array input (#15) * Update harness parsing * Update integration -> unit * Pretty-print inputs * Update for CI checks * Update core/tools packages * Update package deps * Update harness tests to send queries * Update package locks * New user-facing Axiom client interface * Revert "New user-facing Axiom client interface" This reverts commit 4fb7a43. * New external-facing `Axiom` interface from `sdk-client` (#18) * Revert "Revert "New user-facing Axiom client interface"" This reverts commit 5bf44cd. * Update versions for all packages * Publish alpha tag for testing * Fix import * Update tests and PR comment fixes * Update CLI params * Remove CLI mock default value * Update core SDK * Update prove CLI params and scaffold mock equation * Update alpha publish packages * Update input->inputs, output->outputs * Publish package alpha.5 * Optimistically dd rc2 branch to workflow * Harness flags consistency * Update harness consistency * Update tests * Update fix sendQuery inputs * Update cli interface * Update proven input for harness * Publish rc2.0 * chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /circuit/js (#21) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Args output * input cleanup * option for params as object * Update provider description for all * Remove unused comment * Publish 0.2.2-rc2.0 * Move axiom-react repo to react folder in this repo (#25) * feat: update default foundry imports (#26) * inputs defaults and export UserInputs type * DevEx/CI improvements (#30) * Update version scripts * Update local script * Update circuitprovider * Update cli input logging * Update CI for local tests * Update local script * Update local script * Update ci flag pos for CI * Update ci flag for CI * Update packages for CI trial * Update CI test * Remove ts-node reference * Update postbuild script * Update readme naming * Fix nits * Update readme case * Re-add halo2-wasm package * feat: update templates to latest axiom-v2-client (#33) * feat: update templates to latest axiom-v2-client * fix: update solc version * feat: full from axiom-quickstart * chore: update version number * Update sdk-core and validate on build (#34) * Publish 0.2.2-rc2.2 * feat: mock compile (#28) * feat: mock compile * fix: commit rest of files * fix: mock description * fix: mock compile option * chore: deploy * chore: deploy fix * fix: comments --------- Co-authored-by: Yu Jiang Tham <[email protected]> * Publish 0.2.3-rc2.0 * chore: make runFromString just pass (#36) * fix: instance/subquery padding (#31) * fix: fee data fetching (#37) * fix: fee data fetching * fix: fetch before passing to qb * fix: comment * Update packages for new wasm/lib-js (#35) * Update for newest halo2-wasm/lib-js packages * Update packages for new wasm/lib-js * Update packages * Update wasm/libjs package * Update wasm/libjs package * Update core * Update halo2-wasm & halo2-lib-js v0.3.3 * chore: update dependency versions --------- Co-authored-by: Jonathan Wang <[email protected]> * Publish 0.2.3-rc2.2 * fix: query schema calculation (#38) * fix: query schema calculation * fix: use axiom-tools query schema * Publish 0.2.3-rc2.3 * chore: bump versions in package.json * Callback in constructor (#39) * Require callback into Axiom class * WIP * Update callback params and axiom options * Pass in AxiomV2ClientOptions * Remove unused logging * Remove node_modules for ci * Update clear * Command spacing * Update utils string input * Update local script * Remove maximumMaxFeePerGas * Set callback gas limit default in client (#42) * App scaffolds (#40) * Next.js scaffold * Update project scaffold * Merge install * Remove mock (#43) * Remove mock * Bump sdk-core versions * Update lockfiles * v2.0.0 * Contract client updates and misc fixes * Update readme for react * Fix merge conflicts * Update readme headers * Update comments and Next.js caps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Roshan <[email protected]> Co-authored-by: Jonathan Wang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yi Sun <[email protected]>
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.
No description provided.