Revision 9a010706b0ac847a251e5c4bdeccc23c16cb16c4 authored by Arvid Jakobsson on 06 May 2020, 16:02:19 UTC, committed by Benjamin Canou on 06 May 2020, 16:02:19 UTC
Previously, node redeclared the following structures:
 - Block_validator.limits
 - Prevalidator.limits
 - Peer_validator.limits
 - Chain_validator.limits

this commit removes the alias and uses e.g. Chain_validator.limits
directly. This simplifies testing as the default limits in Node
can be re-used directly.
1 parent de18ef3
Raw File
dune
(env
 (release
  (ocamlopt_flags (:standard -O3))))

(alias
 (name runtest)
 (deps (alias_rec runtest_lint)))
back to top