Add svm transactions command with signature extraction and block time formatting#39
Merged
Add svm transactions command with signature extraction and block time formatting#39
Conversation
This was referenced Mar 12, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Member
Author
PR SummaryLow Risk Overview Text output now renders a table including chain, slot, formatted UTC block time (microseconds), and the first extracted transaction signature; JSON output returns the raw API payload. Includes integration-style tests covering text/JSON output, limit handling, pagination, and presence of Written by Cursor Bugbot for commit e4dd436. Configure here. |
1b64179 to
d5e475f
Compare
aadfb1d to
6ff5f55
Compare
d5e475f to
9de6e43
Compare
6ff5f55 to
4cd0494
Compare
9de6e43 to
3e08956
Compare
4cd0494 to
08f625d
Compare
3e08956 to
a2dc2be
Compare
08f625d to
542db9b
Compare
norbertdurcansk
approved these changes
Mar 12, 2026
a2dc2be to
cae8577
Compare
542db9b to
6a7c9e1
Compare
cae8577 to
05b2645
Compare
6a7c9e1 to
1049c34
Compare
1049c34 to
8713618
Compare
440d4dd to
6501618
Compare
8713618 to
c12277d
Compare
6501618 to
f0ef4d7
Compare
c12277d to
50efa90
Compare
f0ef4d7 to
b3a1bb9
Compare
fa37086 to
0846b27
Compare
bad2eef to
9e733a1
Compare
0846b27 to
6031605
Compare
9e733a1 to
de31d1d
Compare
6031605 to
2a7f135
Compare
de31d1d to
bee2c11
Compare
2a7f135 to
598d122
Compare
bee2c11 to
691a8b0
Compare
568e39f to
d074d5b
Compare
691a8b0 to
61418ae
Compare
d074d5b to
e4dd436
Compare
61418ae to
b3b1bb2
Compare
Member
Author
|
@cursor review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add
dune sim svm transactions <address>for SVM transaction history. Extracts first tx signature from raw data, formats block_time (microseconds) as readable timestamps. Supports text/JSON output with pagination.