Skip to content

Performance/toolkit add no fetch arg#677

Closed
chrispalaskas wants to merge 3 commits into
mainfrom
performance/toolkit-add-no-fetch-arg
Closed

Performance/toolkit add no fetch arg#677
chrispalaskas wants to merge 3 commits into
mainfrom
performance/toolkit-add-no-fetch-arg

Conversation

@chrispalaskas

Copy link
Copy Markdown
Contributor

Overview

I added a nofetch argument for using with multithreaded scripts, so the user can fetch the data once and distribute to multiple threads. As long as the utxo set hasn't changed we don't need to pull the data again.

🗹 TODO before merging

  • Ready

📌 Submission Checklist

  • Changes are backward-compatible (or flagged if breaking)
  • Pull request description explains why the change is needed
  • Self-reviewed the diff
  • I have included a change file, or skipped for this reason:
  • If the changes introduce a new feature, I have bumped the node minor version
  • Update documentation (if relevant)
  • Updated AGENTS.md if build commands, architecture, or workflows changed
  • No new todos introduced

🧪 Testing Evidence

I tested locally with 0.22 node, generated txs with no fetch and submitted successfully.

Please describe any additional testing aside from CI:

  • Additional tests are provided (if possible)

🔱 Fork Strategy

  • Node Runtime Update
  • Node Client Update
  • Other:
  • N/A

Links

@chrispalaskas chrispalaskas requested a review from ozgb February 13, 2026 21:23
@chrispalaskas chrispalaskas requested a review from a team as a code owner February 13, 2026 21:23
@github-actions

Copy link
Copy Markdown
Contributor

kics-logo

KICS version: v2.1.16

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 0
MEDIUM MEDIUM 96
LOW LOW 12
INFO INFO 83
TRACE TRACE 0
TOTAL TOTAL 191
Metric Values
Files scanned placeholder 31
Files parsed placeholder 31
Files failed to scan placeholder 0
Total executed queries placeholder 73
Queries failed to execute placeholder 0
Execution time placeholder 9

@ozgb

ozgb commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

thanks for the PR - I've re-implemented in #682 to allow for using the postgres cache in this way too

@ozgb ozgb closed this Feb 16, 2026
gilescope pushed a commit that referenced this pull request Apr 8, 2026
m2ux added a commit that referenced this pull request Apr 23, 2026
Signed-off-by: Mike Clay <mike.clay@shielded.io>
m2ux added a commit that referenced this pull request Apr 23, 2026
Signed-off-by: Mike Clay <mike.clay@shielded.io>
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