Spaces:
Running
Running
deploy: source-bound IMMUNE lattice 234472e742af
Browse files- immune/runtime.py +4 -0
immune/runtime.py
CHANGED
|
@@ -355,6 +355,10 @@ class ImmuneRuntime:
|
|
| 355 |
"authorityRequestId": auth.get("requestId") or "",
|
| 356 |
"authorityReceiptHash": auth.get("authorityReceiptHash") or "",
|
| 357 |
"agentJson": __import__("json").dumps(extra) if extra else "",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
}
|
| 359 |
payload_bytes = len(canonical_bytes({"payload": payload}))
|
| 360 |
receipt = self.append_receipt(payload)
|
|
|
|
| 355 |
"authorityRequestId": auth.get("requestId") or "",
|
| 356 |
"authorityReceiptHash": auth.get("authorityReceiptHash") or "",
|
| 357 |
"agentJson": __import__("json").dumps(extra) if extra else "",
|
| 358 |
+
"estate": "e7b04c982887ec1f",
|
| 359 |
+
"poorest": "unmeasured",
|
| 360 |
+
"energyClass": "UNAVAILABLE",
|
| 361 |
+
"energy_j": None,
|
| 362 |
}
|
| 363 |
payload_bytes = len(canonical_bytes({"payload": payload}))
|
| 364 |
receipt = self.append_receipt(payload)
|