Skip to content

Commit

Permalink
Testnet (#47)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Endogen <[email protected]>
Co-authored-by: duelingbenjos <[email protected]>
Co-authored-by: duelingbenjos <[email protected]>

* Revert "can be reverted" (#28)

This reverts commit 390c83b.

* this was sus

---------

Co-authored-by: endogen <[email protected]>
Co-authored-by: Endogen <[email protected]>
Co-authored-by: duelingbenjos <[email protected]>
Co-authored-by: duelingbenjos <[email protected]>
  • Loading branch information
5 people authored May 30, 2024
1 parent ebad24b commit 1a9064e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contracting/execution/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a9064e

Please sign in to comment.