Skip to content

fix: clarify fee handling in SorobanInvokeTool and StellarPaymentTool#173

Merged
Dami24-hub merged 2 commits into
Nodal-stellar:mainfrom
Eromosele0110:fix/issue-91-fee-comment
Jun 26, 2026
Merged

fix: clarify fee handling in SorobanInvokeTool and StellarPaymentTool#173
Dami24-hub merged 2 commits into
Nodal-stellar:mainfrom
Eromosele0110:fix/issue-91-fee-comment

Conversation

@Eromosele0110

Copy link
Copy Markdown
Contributor
  • SorobanInvokeTool: replace BASE_FEE with "0" and add comment explaining the initial fee is irrelevant since prepareSorobanTx overwrites it
  • StellarPaymentTool: add comment clarifying BASE_FEE is the actual fee for classic Stellar payments and is not overwritten
  • Remove unused BASE_FEE import from SorobanInvokeTool
  • .gitignore: remove !tests/snapshots/ forced-tracking line

Closes #91

Eromosele0110 and others added 2 commits June 26, 2026 12:56
- SorobanInvokeTool: replace BASE_FEE with "0" and add comment explaining
  the initial fee is irrelevant since prepareSorobanTx overwrites it
- StellarPaymentTool: add comment clarifying BASE_FEE is the actual fee
  for classic Stellar payments and is not overwritten
- Remove unused BASE_FEE import from SorobanInvokeTool
- .gitignore: remove !tests/__snapshots__/ forced-tracking line

Closes Nodal-stellar#91
@Dami24-hub Dami24-hub merged commit 1cd1889 into Nodal-stellar:main Jun 26, 2026
0 of 9 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.

[Bug] SorobanInvokeTool passes BASE_FEE to TransactionBuilder but prepareSorobanTx overwrites it — misleading initial fee

2 participants