Skip to content

Commit 66b44f3

Browse files
committed
chore(host/config): deprecate sp1_params.recursion
1 parent 6d2edaf commit 66b44f3

5 files changed

+4
-9
lines changed

host/config/config.devnet.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
"execution_po2": 20
3131
},
3232
"sp1": {
33-
"recursion": "core",
3433
"prover": "network",
3534
"verify": false
3635
},
3736
"native": {
3837
"json_guest_input": null
3938
}
40-
}
39+
}

host/config/config.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"execution_po2": 20
2121
},
2222
"sp1": {
23-
"recursion": "core",
2423
"prover": "network",
2524
"verify": false
2625
},

host/config/config.sgx.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
"verify": true
3131
},
3232
"sp1": {
33-
"recursion": "core",
3433
"prover": "network",
3534
"verify": true
3635
},
3736
"native": {
3837
"json_guest_input": null
3938
}
40-
}
39+
}

host/config/config.taiko_hekla.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"execution_po2": 20
1818
},
1919
"sp1": {
20-
"recursion": "core",
2120
"prover": "network",
2221
"verify": true
2322
},
@@ -33,4 +32,4 @@
3332
"native": {
3433
"json_guest_input": null
3534
}
36-
}
35+
}

host/config/config.taiko_mainnet.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"execution_po2": 20
1818
},
1919
"sp1": {
20-
"recursion": "core",
2120
"prover": "network",
2221
"verify": true
2322
},
@@ -33,4 +32,4 @@
3332
"native": {
3433
"json_guest_input": null
3534
}
36-
}
35+
}

0 commit comments

Comments
 (0)