Limit the number of validation steps we'll take
authorMatt Corallo <git@bluematt.me>
Tue, 21 May 2024 16:17:37 +0000 (16:17 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 21 May 2024 16:28:35 +0000 (16:28 +0000)
commit607731e70845f770b73a6658efc07f156ce7d9a4
tree4eb867c06f0c15fe7ff90ca905967435a2e03b18
parent4fbaae03275700d88670fa755e777092d511dcda
Limit the number of validation steps we'll take

While proofs should be rather computation-time-limited through
limits on their size, its still nice to limit proof validation time
more directly through the same constant we already do to limit
proof construction complexity.
src/http.rs
src/lib.rs
src/query.rs
src/validation.rs