File tree 5 files changed +30
-6
lines changed
5 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ All notable changes to `zksync.js` will be documented in this file.
6
6
7
7
### Added
8
8
9
+ ### Changed
10
+
11
+ ### Deprecated
12
+
13
+ ### Fixed
14
+
15
+ ## Version 0.10.4 (08.03.2021)
16
+
17
+ ### Added
18
+
9
19
- Method for calculation of transaction hash.
10
20
- Support for environments without WebAssembly.
11
21
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ wasm-pack build --release --target=web --out-name=zksync-crypto-web --out-dir=di
32
32
33
33
# pack for node.js
34
34
wasm-pack build --release --target=nodejs --out-name=zksync-crypto-node --out-dir=dist
35
- rm dist/package.json
35
+ rm dist/package.json dist/.gitignore
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zksync-crypto" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"browser" : " dist/zksync-crypto-web.js" ,
5
5
"main" : " dist/zksync-crypto-node.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zksync" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.4 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
7
7
"dependencies" : {
8
8
"axios" : " ^0.21.1" ,
9
9
"websocket" : " ^1.0.30" ,
10
10
"websocket-as-promised" : " ^1.1.0" ,
11
- "zksync-crypto" : " ^0.4.2 "
11
+ "zksync-crypto" : " ^0.5.4 "
12
12
},
13
13
"peerDependencies" : {
14
14
"@ethersproject/logger" : " ^5.0.0" ,
20
20
"@rollup/plugin-node-resolve" : " ^10.0.0" ,
21
21
"@types/chai" : " ^4.2.14" ,
22
22
"@types/mocha" : " ^8.0.3" ,
23
- "@types/node" : " ^14.14.5" ,
24
23
"chai" : " ^4.2.0" ,
25
24
"ethers" : " ^5.0.26" ,
26
25
"mocha" : " ^8.2.0" ,
Original file line number Diff line number Diff line change @@ -14740,10 +14740,25 @@ zksync-crypto@^0.4.2:
14740
14740
resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.4.5.tgz#2941ea8dbada9178390afdcc3c93430f31b00784"
14741
14741
integrity sha512-XhhnNhc85BgfmLEAmA7YqrblUltfykrPxlbayGe0dQowroco+1ply3VEZbs0tSEDW5ssBwJHzRSYm3+dOCnzxQ==
14742
14742
14743
- "zksync@link:sdk/zksync.js":
14743
+ zksync-crypto@^0.5.4:
14744
+ version "0.5.4"
14745
+ resolved "https://registry.yarnpkg.com/zksync-crypto/-/zksync-crypto-0.5.4.tgz#6b3ca224ce35bbf1843f20ffa526651c45000e03"
14746
+ integrity sha512-E5TrDnOijfbyqt3J38iYtqsSdytB68FsEEgiTd/YPVeF6Q1Fp+4ecVlUs+FlelY/OTRpWNkSLD9HGug1GpXHcw==
14747
+
14748
+ zksync@^0.9.0:
14744
14749
version "0.9.0"
14750
+ resolved "https://registry.yarnpkg.com/zksync/-/zksync-0.9.0.tgz#7550f81a193e124464582e33062a03625a5e9b7f"
14751
+ integrity sha512-5pRSsml/0fTNgkcmvTWi+Ar9+XFtdbpa6GSzx/DCCoHKvNLUUwEYIVYi5azTNnm7R1DEsJY1cWHyBhlyqI2RvA==
14745
14752
dependencies:
14746
14753
axios "^0.21.1"
14747
14754
websocket "^1.0.30"
14748
14755
websocket-as-promised "^1.1.0"
14749
14756
zksync-crypto "^0.4.2"
14757
+
14758
+ "zksync@link:sdk/zksync.js":
14759
+ version "0.10.4"
14760
+ dependencies:
14761
+ axios "^0.21.1"
14762
+ websocket "^1.0.30"
14763
+ websocket-as-promised "^1.1.0"
14764
+ zksync-crypto "^0.5.4"
You can’t perform that action at this time.
0 commit comments