You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install Move contracts, add following dependency to your Move.toml file:
@@ -36,6 +36,12 @@ RUST_LOG=info cargo run --package sphinx-proof --release
36
36
37
37
then copy-paste output to the relevant places in Move / Solidity tests.
38
38
39
+
You also need to update manually the version tag in `VERSION()` function and the value of the hash in the `VERIFIER_HASH()` function
40
+
from `solidity/src/SphinxVerifier.sol`. In Move contracts the verifier hash is stored in `VERSION_1082_TESTNET` constant from `move/sources/utilities.move` source file.
41
+
42
+
The first value can be taken directly from [Sphinx](https://github.com/argumentcomputer/sphinx/blob/dev/core/src/lib.rs#L33),
43
+
while the second is printed while running `sphinx-proof` program.
0 commit comments