Skip to content

refactor(ante): reorder ante steps#274

Merged
giunatale merged 2 commits intomainfrom
giunatale/ante/reorder
Feb 11, 2026
Merged

refactor(ante): reorder ante steps#274
giunatale merged 2 commits intomainfrom
giunatale/ante/reorder

Conversation

@giunatale
Copy link
Collaborator

Reorder some of the calls in the ante to:

  1. verify signature before doing any tx-related stateful check
  2. deduct fee also before doing any tx-related stateful check (but after the sig verification)

Copy link
Collaborator

@tbruyelle tbruyelle left a comment

Choose a reason for hiding this comment

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

I can still submit TXs after this change, so this seems to work as expected.

@giunatale giunatale merged commit 5252d83 into main Feb 11, 2026
14 checks passed
@giunatale giunatale deleted the giunatale/ante/reorder branch February 11, 2026 19:31
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