diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 9512696aee..cbdbc5f1a3 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.286" +version = "1.0.287" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kontrol/__main__.py b/kevm-pyk/src/kontrol/__main__.py index 402b0ea57f..9ff4c6e925 100644 --- a/kevm-pyk/src/kontrol/__main__.py +++ b/kevm-pyk/src/kontrol/__main__.py @@ -522,10 +522,16 @@ def _parse_test_id_tuple(value: str) -> tuple[str, str | None]: foundry_prove_args.add_argument( '--use-booster', dest='use_booster', - default=False, + default=True, action='store_true', help='Use the booster RPC server instead of kore-rpc.', ) + foundry_prove_args.add_argument( + '--no-use-booster', + dest='use_booster', + action='store_false', + help='Do not use the booster RPC server instead of kore-rpc.', + ) foundry_show_args = command_parser.add_parser( 'foundry-show', diff --git a/package/debian/changelog b/package/debian/changelog index 27122956db..66c9cdbe80 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kevm (1.0.286) unstable; urgency=medium +kevm (1.0.287) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index c3ace87fe2..44b743e430 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.286 +1.0.287