Skip to content

Commit

Permalink
Merging the develop branch into the main branch, v5.3.0
Browse files Browse the repository at this point in the history
The following features were included in this set of changes:
- State updating progress (#160)
- Tron support and network module improvements (#161)
  • Loading branch information
akolotov authored Oct 11, 2023
2 parents bf08768 + 01f8ed6 commit 617e92a
Show file tree
Hide file tree
Showing 42 changed files with 35,136 additions and 9,291 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ dist
.parcel-cache
*.DS_Store
/lib/
/.vscode/launch.json
2 changes: 0 additions & 2 deletions copy_lib_to_console.sh

This file was deleted.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkbob-client-js",
"version": "5.2.0",
"version": "5.3.0",
"description": "zkBob integration library",
"repository": "[email protected]:zkBob/libzkbob-client-js.git",
"author": "Dmitry Vdovin <[email protected]>",
Expand All @@ -20,6 +20,7 @@
},
"dependencies": {
"@ethereumjs/util": "^8.0.2",
"@graphprotocol/client-cli": "3.0.0",
"@metamask/eth-sig-util": "5.0.0",
"@scure/bip32": "1.1.1",
"@scure/bip39": "1.1.0",
Expand All @@ -29,18 +30,21 @@
"graphql": "16.7.1",
"hdwallet-babyjub": "^0.0.2",
"idb": "^7.0.0",
"libzkbob-rs-wasm-web": "1.4.1",
"libzkbob-rs-wasm-web-mt": "1.4.1",
"libzkbob-rs-wasm-web": "1.4.2",
"libzkbob-rs-wasm-web-mt": "1.4.2",
"promise-throttle": "^1.1.2",
"regenerator-runtime": "^0.13.9",
"tronweb": "^5.3.0",
"wasm-feature-detect": "^1.2.11",
"web3": "1.8.0",
"web3-utils": "1.8.0",
"@graphprotocol/client-cli": "3.0.0"
"promise-retry": "^2.0.1"
},
"devDependencies": {
"@types/ethereum-protocol": "^1.0.1",
"@types/node": "^20.3.3",
"@types/web3": "1.0.20",
"@types/promise-retry": "^1.1.3",
"ts-loader": "^9.2.6",
"typescript": "^5.1.6",
"webpack": "^5.64.2",
Expand Down
Loading

0 comments on commit 617e92a

Please sign in to comment.