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

chore: 🎸 add tx overrides to tsml #45

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from
Draft

Conversation

JustinFeng
Copy link
Contributor

@JustinFeng JustinFeng commented Sep 19, 2024

Expect to handle transaction overrides arguments like this

<ts:transaction>
    <ethereum:transaction as="uint" contract="SmartCatScore" function="feedCat">
	<ts:data>
		<ts:uint256 ref="tokenId"/>
	</ts:data>
	<ethereum:overrides>
                <ts:uint256 name="gasLimit">200000</ts:uint256>
	</ethereum:overrides>
    </ethereum:transaction>
</ts:transaction>

Note: this PR is in draft status, it aims to collect early feedback regarding whether this is moving to the right direction, cheers

@JustinFeng JustinFeng changed the base branch from master to staging September 19, 2024 10:12
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