Skip to content

Commit

Permalink
Update sdk-core and validate on build (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham authored Jan 17, 2024
1 parent caff4ed commit 3165727
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion circuit/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"crypto"
],
"dependencies": {
"@axiom-crypto/core": "2.3.0-rc2.3",
"@axiom-crypto/core": "2.3.1",
"@axiom-crypto/halo2-lib-js": "0.2.14-rc.0",
"@axiom-crypto/halo2-wasm": "0.2.11-rc.1",
"@axiom-crypto/tools": "2.0.0",
Expand Down
19 changes: 5 additions & 14 deletions circuit/js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"@axiom-crypto/circuit": "0.2.2-rc2.2",
"@axiom-crypto/core": "2.3.0-rc2.3",
"@axiom-crypto/core": "2.3.1",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"ethers": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion client/src/sendQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const buildSendQuery = async (input: {
userSalt,
refundee,
dataQuery,
} = await qb.build();
} = await qb.build(true);
const payment = await qb.calculateFee();
const id = await qb.getQueryId(input.caller);
const abi = input.axiom.getAxiomQueryAbi();
Expand Down

0 comments on commit 3165727

Please sign in to comment.