forked from tornado-packages/tornado-core
Compare commits
2 Commits
960321e9bd
...
63be1b2d14
Author | SHA1 | Date | |
---|---|---|---|
63be1b2d14 | |||
f16bb2ed12 |
@ -7,7 +7,7 @@ RUN apt update && apt install --yes --no-install-recommends wget git apt-transpo
|
||||
|
||||
ENV GIT_REPOSITORY=https://git.tornado.ws/tornadocontrib/tornado-core.git
|
||||
# From development branch, double check with tornado.ws
|
||||
ENV GIT_COMMIT_HASH=309a53600ce4e17b8d3225ca5923bdf280edaaf0
|
||||
ENV GIT_COMMIT_HASH=f16bb2ed12464dce4f31aa5a237bb1643989e02d
|
||||
|
||||
# clone the repository
|
||||
RUN mkdir /app/
|
||||
|
@ -47,8 +47,8 @@
|
||||
"fflate": "^0.8.2",
|
||||
"fixed-merkle-tree": "0.7.3",
|
||||
"idb": "^8.0.0",
|
||||
"snarkjs": "git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a",
|
||||
"websnark": "git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||
"snarkjs": "git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a",
|
||||
"websnark": "git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
|
||||
|
@ -6266,9 +6266,9 @@ slice-ansi@^4.0.0:
|
||||
astral-regex "^2.0.0"
|
||||
is-fullwidth-code-point "^3.0.0"
|
||||
|
||||
"snarkjs@git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a":
|
||||
"snarkjs@git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a":
|
||||
version "0.1.20"
|
||||
resolved "git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a"
|
||||
resolved "git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a"
|
||||
dependencies:
|
||||
"@noble/hashes" "1.6.1"
|
||||
big-integer "1.6.43"
|
||||
@ -7126,9 +7126,9 @@ webpack@^5.95.0:
|
||||
watchpack "^2.4.1"
|
||||
webpack-sources "^3.2.3"
|
||||
|
||||
"websnark@git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae":
|
||||
"websnark@git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae":
|
||||
version "0.0.4"
|
||||
resolved "git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||
resolved "git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||
dependencies:
|
||||
big-integer "1.6.52"
|
||||
|
||||
|
Reference in New Issue
Block a user