Skip to content

Commit

Permalink
Re-export the kevm binary in nix flake kontrol package (#160)
Browse files Browse the repository at this point in the history
* Re-export the kevm binary in nix flake kontrol package

* Set Version: 0.1.53

* Set Version: 0.1.54

* Set Version: 0.1.57

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Petar Maksimović <PetarMax@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 13, 2023
1 parent 27ad7e0 commit 0e5efbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
cp -r ./kdist-*/* $out/
ln -s ${prev.kevm}/evm-semantics $out/evm-semantics
mkdir -p $out/bin
ln -s ${prev.kevm}/bin/kevm $out/bin/kevm
makeWrapper ${
(kontrol-pyk { inherit solc_version; })
}/bin/kontrol $out/bin/kontrol --prefix PATH : ${
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.56
0.1.57
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kontrol"
version = "0.1.56"
version = "0.1.57"
description = "Foundry integration for KEVM"
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/kontrol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if TYPE_CHECKING:
from typing import Final

VERSION: Final = '0.1.56'
VERSION: Final = '0.1.57'

0 comments on commit 0e5efbd

Please sign in to comment.