Skip to content

chore: fix for stx validator#177

Merged
vr16x merged 2 commits intodevelopfrom
fix/fix-for-stx-validator-safe-mode
Feb 12, 2026
Merged

chore: fix for stx validator#177
vr16x merged 2 commits intodevelopfrom
fix/fix-for-stx-validator-safe-mode

Conversation

@filmakarov
Copy link
Copy Markdown

No description provided.

Comment on lines +1266 to +1274
const [safeAccount, safeTxnData] = decodeAbiParameters(
[
{ name: "safeAccount", type: "address" },
{
name: "safeTxnData",
type: "tuple",
components: safeTxnDataAbi.components,
},
],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This doesn't affect backwards compatibility ? Extra params and order is changed here while decoding

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

there's no backwards compatibility

no one uses previous version (2.3.0) since it was experimental and unaudited

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

All good then

Copy link
Copy Markdown
Collaborator

@vr16x vr16x left a comment

Choose a reason for hiding this comment

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

Looks good

@vr16x vr16x merged commit 26189ee into develop Feb 12, 2026
3 checks passed
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