forked from zeropoolnetwork/zeropool-console
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Forced exit stubs * Added `forced-exit` CLI command * Forced exit flow changes * Fix * Fixes * Displaying committed forced exit * Forced exit flow * Alerts and description for forced exit * Forced exit flow improvements * Minor fixes * Cosmetic * Getting executed forced exit data * Removing Canceled state for FE, updating versions * Updating client library * Updating pool config files * Set new client library version (5.4.0)
- Loading branch information
Showing
7 changed files
with
881 additions
and
556 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "zkbob-console", | ||
"version": "3.7.0-beta9", | ||
"version": "3.8.0", | ||
"license": "MIT", | ||
"author": "Dmitry Vdovin <[email protected]>", | ||
"homepage": "https://github.com/zkBob/zkbob-console", | ||
|
@@ -39,8 +39,8 @@ | |
"tslib": "^2.3.1", | ||
"uuid": "^9.0.0", | ||
"web3": "^1.7.1", | ||
"zkbob-support-js": "1.0.1-beta2", | ||
"zkbob-client-js": "5.3.0" | ||
"zkbob-client-js": "5.4.0", | ||
"zkbob-support-js": "1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@parcel/compressor-gzip": "^2.0.1", | ||
|
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
Oops, something went wrong.