Connection singleton (#265)

Created a Singleton for the connection classes.
This commit is contained in:
Jürgen Eckel
2022-11-02 09:51:48 +01:00
committed by GitHub
parent e401995637
commit 713bd5267c
36 changed files with 400 additions and 358 deletions

View File

@@ -3,7 +3,6 @@ import base58
from hashlib import sha3_256
from cryptoconditions.types.zenroom import ZenroomSha256
from planetmint_driver.crypto import generate_keypair
from .helper.hosts import Hosts
from zenroom import zencode_exec
import time
@@ -72,7 +71,7 @@ def test_zenroom_signing(
"output": ["ok"],
"policies": {},
}
metadata = {"result": {"output": ["ok"]}}
token_creation_tx = {
"operation": "CREATE",
"asset": {"data": {"test": "my asset"}},