Skip to content

Commit 5e08b77

Browse files
geo2arv-jenkins
andauthored
Allow log origin "proxy" (#4520)
With runtimeverification/haskell-backend#3974, `kore-rpc-booster` increments execution depth and emits a rewrite trace in the scenario of pruning all but one branches in a branching execute response. The trace has origin `"proxy"`, because that's where the step is effectively taken. This PR makes sure `pyk` is ready to handle this. Co-authored-by: rv-jenkins <[email protected]>
1 parent 29cabd1 commit 5e08b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyk/src/pyk/kore/rpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ def to_dict(self) -> dict[str, Any]:
622622
class LogOrigin(str, Enum):
623623
KORE_RPC = 'kore-rpc'
624624
BOOSTER = 'booster'
625+
PROXY = 'proxy'
625626
LLVM = 'llvm'
626627

627628

0 commit comments

Comments
 (0)