Skip to content

feat: history command#41

Draft
tiago18c wants to merge 1 commit intosolana-program:mainfrom
tiago18c:history-cmd
Draft

feat: history command#41
tiago18c wants to merge 1 commit intosolana-program:mainfrom
tiago18c:history-cmd

Conversation

@tiago18c
Copy link
Copy Markdown

Problem

Currently there is no way to fetch historic versions of a program's IDL.

Solution

By fetching all the transactions associated with a given IDL account we can reconstruct the state of an account at any point in time. This adds a command that does exactly that.

NOTE: current PR draft needs rework as this was a quick vibe coding session to create the POC

@tiago18c tiago18c changed the title claude coded history command feat: history command Mar 31, 2026
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.

1 participant