From 801e3cbe3db2bc935cf9f0ceecd6fd05c976372d Mon Sep 17 00:00:00 2001 From: Asia Date: Mon, 11 Mar 2024 12:47:25 +0100 Subject: [PATCH] v1.4.36-ao.3 --- package.json | 2 +- .../modules/impl/HandlerExecutorFactory.ts | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 49cba8c..0e799f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warp-contracts", - "version": "1.4.36-ao.2", + "version": "1.4.36-ao.3", "description": "An implementation of the SmartWeave smart contract protocol.", "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", diff --git a/src/core/modules/impl/HandlerExecutorFactory.ts b/src/core/modules/impl/HandlerExecutorFactory.ts index eacf667..56dd7bb 100644 --- a/src/core/modules/impl/HandlerExecutorFactory.ts +++ b/src/core/modules/impl/HandlerExecutorFactory.ts @@ -370,19 +370,19 @@ export interface QuickJsOptions { } export interface QuickJsPluginMessage { - cron: boolean; - data: string | Buffer; - epoch: number; - from: string; - id: string | undefined; - nonce: number; - owner: string; - signature: string | undefined; - tags: { + Cron: boolean; + Data: string | Buffer; + Epoch: number; + From: string; + Id: string | undefined; + Nonce: number; + Owner: string; + Signature: string | undefined; + Tags: { [key: string]: string | undefined; }; - target: string; - timestamp: string; + Target: string; + Timestamp: string; ['Block-Height']: string; ['Forwarded-By']: string; ['Hash-Chain']: string;