Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: input in interaction data #482

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

asiaziola
Copy link
Contributor

No description provided.

@@ -42,6 +42,17 @@ import { Crypto } from 'warp-isomorphic';
import { VrfPluginFunctions } from '../core/WarpPlugin';
import { createData, tagsExceedLimit, DataItem, Signer } from 'warp-arbundles';

const MAX_INTERACTION_DATA_ITEM_SIZE = 20000;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BYTES

new Tag(WARP_TAGS.INPUT_FORMAT, 'data')
];
data = {
...(data as InteractionData<Input>),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to nie


if (manifestData) {
data = {
...(data as InteractionData<Input>),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sprawdź

@asiaziola asiaziola force-pushed the asiaziola/input-in-interaction-data branch from 5bbff44 to 3c07646 Compare November 22, 2023 12:25
@asiaziola asiaziola force-pushed the asiaziola/input-in-interaction-data branch from 24e0311 to 0858428 Compare December 14, 2023 09:20
@asiaziola asiaziola merged commit 49ed1a1 into main Dec 14, 2023
1 check passed
@asiaziola asiaziola deleted the asiaziola/input-in-interaction-data branch December 14, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant