Skip to content

Commit

Permalink
Bump SDK and wasm version to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Jan 14, 2025
1 parent e400890 commit c7e055c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/sdk",
"version": "0.7.0",
"version": "0.7.6",
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
"collaborators": [
"The Provable Team"
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/ProvableHQ/sdk#readme",
"dependencies": {
"@provablehq/wasm": "^0.7.2",
"@provablehq/wasm": "^0.7.6",
"comlink": "^4.4.1",
"core-js": "^3.38.1",
"mime": "^3.0.0",
Expand Down
6 changes: 4 additions & 2 deletions sdk/src/network-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ class AleoNetworkClient {
}

/**
* Returns the transactions in the memory pool.
* Returns the transactions in the memory pool. This method will only work with a validator node with its REST API
* enabled.
*
* @example
* const transactions = networkClient.getTransactionsInMempool();
Expand All @@ -731,7 +732,8 @@ class AleoNetworkClient {
}

/**
* Returns the transactions in the memory pool as wasm objects.
* Returns the transactions in the memory pool as wasm objects. This method will only work with a validator node with
* its REST API enabled.
*
* @example
* const transactions = networkClient.getTransactionsInMempool();
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-wasm"
version = "0.7.1"
version = "0.7.6"
authors = [ "The Provable Team" ]
description = "WebAssembly based toolkit for developing zero-knowledge applications with Aleo"
homepage = "https://provable.com"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/wasm",
"version": "0.7.0",
"version": "0.7.6",
"description": "Wasm build for the SDK",
"collaborators": [
"The Provable Team"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@provablehq/sdk": "^0.7.0",
"@provablehq/sdk": "^0.7.6",
"@ant-design/icons": "^4.4.0",
"@codemirror/language": "^6.8.0",
"@codemirror/legacy-modes": "^6.3.3",
Expand Down

0 comments on commit c7e055c

Please sign in to comment.