Skip to content

v2.3: svm: use load_transaction_account for initial nonce load (backport of #6869) #6874

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
Jul 8, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jul 7, 2025

Problem

we use load_account() to load the nonce account for validation, but this is potentially confusing because it occurs prior to full transaction loading

Summary of Changes

use load_transaction_account() instead


This is an automatic backport of pull request #6869 done by Mergify.

@mergify mergify bot requested a review from a team as a code owner July 7, 2025 22:46
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.8%. Comparing base (ba9371d) to head (67f8ee2).

Additional details and impacted files
@@           Coverage Diff           @@
##             v2.3    #6874   +/-   ##
=======================================
  Coverage    82.8%    82.8%           
=======================================
  Files         850      850           
  Lines      379746   379746           
=======================================
+ Hits       314738   314748   +10     
+ Misses      65008    64998   -10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@2501babe 2501babe merged commit 25bfcf6 into v2.3 Jul 8, 2025
46 checks passed
@2501babe 2501babe deleted the mergify/bp/v2.3/pr-6869 branch July 8, 2025 08:29
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.

4 participants