Skip to content

add functionName to queueTransaction params #727

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

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

d4mr
Copy link
Member

@d4mr d4mr commented Oct 11, 2024

v4 SDK transaction flow went through src/db/transactions/queueTx.ts which filled the functionName using tx.functionName, where tx: Transaction from v4 SDK.

v5 goes through src/utils/transaction/queueTransation.ts which uses the v5Transaction class, and does not have access to functionName so it needs to be passed to this function.

@d4mr d4mr requested a review from arcoraven October 11, 2024 18:17
@d4mr d4mr merged commit 7cb2cfc into main Oct 11, 2024
5 checks passed
@d4mr d4mr deleted the pb/write-contract-function-name-fix branch October 11, 2024 18:18
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.

2 participants