forked from tornado-packages/tornado-core
Compare commits
No commits in common. "63be1b2d142f594994a4e12bee4609aa3309cee9" and "960321e9bd8edf9c2c7a5d5094266fb9143a8e22" have entirely different histories.
63be1b2d14
...
960321e9bd
@ -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
|
ENV GIT_REPOSITORY=https://git.tornado.ws/tornadocontrib/tornado-core.git
|
||||||
# From development branch, double check with tornado.ws
|
# From development branch, double check with tornado.ws
|
||||||
ENV GIT_COMMIT_HASH=f16bb2ed12464dce4f31aa5a237bb1643989e02d
|
ENV GIT_COMMIT_HASH=309a53600ce4e17b8d3225ca5923bdf280edaaf0
|
||||||
|
|
||||||
# clone the repository
|
# clone the repository
|
||||||
RUN mkdir /app/
|
RUN mkdir /app/
|
||||||
|
|||||||
@ -47,8 +47,8 @@
|
|||||||
"fflate": "^0.8.2",
|
"fflate": "^0.8.2",
|
||||||
"fixed-merkle-tree": "0.7.3",
|
"fixed-merkle-tree": "0.7.3",
|
||||||
"idb": "^8.0.0",
|
"idb": "^8.0.0",
|
||||||
"snarkjs": "git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a",
|
"snarkjs": "git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a",
|
||||||
"websnark": "git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
"websnark": "git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
|
||||||
|
|||||||
@ -6266,9 +6266,9 @@ slice-ansi@^4.0.0:
|
|||||||
astral-regex "^2.0.0"
|
astral-regex "^2.0.0"
|
||||||
is-fullwidth-code-point "^3.0.0"
|
is-fullwidth-code-point "^3.0.0"
|
||||||
|
|
||||||
"snarkjs@git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a":
|
"snarkjs@git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a":
|
||||||
version "0.1.20"
|
version "0.1.20"
|
||||||
resolved "git+https://github.com/tornadocontrib/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a"
|
resolved "git+https://github.com/MicahZoltu/snarkjs.git#2c964b3fe6019e057acab04cc17705d1f7fdaf9a"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@noble/hashes" "1.6.1"
|
"@noble/hashes" "1.6.1"
|
||||||
big-integer "1.6.43"
|
big-integer "1.6.43"
|
||||||
@ -7126,9 +7126,9 @@ webpack@^5.95.0:
|
|||||||
watchpack "^2.4.1"
|
watchpack "^2.4.1"
|
||||||
webpack-sources "^3.2.3"
|
webpack-sources "^3.2.3"
|
||||||
|
|
||||||
"websnark@git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae":
|
"websnark@git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae":
|
||||||
version "0.0.4"
|
version "0.0.4"
|
||||||
resolved "git+https://github.com/tornadocontrib/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
resolved "git+https://github.com/MicahZoltu/websnark.git#f0ddbf34b3045cac9e6d3e4d977bf3b439869fae"
|
||||||
dependencies:
|
dependencies:
|
||||||
big-integer "1.6.52"
|
big-integer "1.6.52"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user