From 1a9064e4038666535fd1e99e81ae4279a6778df4 Mon Sep 17 00:00:00 2001 From: crosschainer <68580992+crosschainer@users.noreply.github.com> Date: Thu, 30 May 2024 21:17:23 +0200 Subject: [PATCH] Testnet (#47) * can be reverted * driver * driver * missed * missed * missed * Add loguru dependency Replace logger with loguru Better formating Remove commented our code Move constant to constants.py * update .gitignore & add dependabot config * added nacl & a new module available to contracts, crypto --------- Co-authored-by: endogen <081081@gmx.net> Co-authored-by: Endogen Co-authored-by: duelingbenjos Co-authored-by: duelingbenjos <75325191+duelingbenjos@users.noreply.github.com> * Revert "can be reverted" (#28) This reverts commit 390c83b71bd86e82293ad00ce8c5b9a24461d5db. * this was sus --------- Co-authored-by: endogen <081081@gmx.net> Co-authored-by: Endogen Co-authored-by: duelingbenjos Co-authored-by: duelingbenjos <75325191+duelingbenjos@users.noreply.github.com> --- src/contracting/execution/executor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/contracting/execution/executor.py b/src/contracting/execution/executor.py index c11bada9..166c2d21 100644 --- a/src/contracting/execution/executor.py +++ b/src/contracting/execution/executor.py @@ -139,6 +139,9 @@ def execute(self, sender, contract_name, function_name, kwargs, if auto_commit: driver.flush_cache() + finally: + runtime.rt.tracer.stop() + #runtime.rt.tracer.stop() # Deduct the stamps if that is enabled