Skip to content

Commit

Permalink
v1.4.36-ao.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Mar 11, 2024
1 parent 568bbd8 commit 801e3cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 11 additions & 11 deletions src/core/modules/impl/HandlerExecutorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 801e3cb

Please sign in to comment.