feat: add transaction history tool and integrate with stellarTools#48
Open
Shrikant1a wants to merge 1 commit intoStellar-Tools:mainfrom
Open
feat: add transaction history tool and integrate with stellarTools#48Shrikant1a wants to merge 1 commit intoStellar-Tools:mainfrom
Shrikant1a wants to merge 1 commit intoStellar-Tools:mainfrom
Conversation
Contributor
|
remove emoji from comment, and check the ci checks |
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.
🚀 Overview
This PR introduces a new transaction history tool to the Stellar Agent Kit, enabling developers to fetch and analyze past transactions from the Stellar blockchain.
✨ Features Added
getTransactionHistory(address)function🔧 Integration
stellarToolsarray so it can be used by the agent system🧠 Technical Details
🌍 Impact
This enhancement improves developer experience by providing an easy way to access transaction history and expands the SDK's functionality for building DeFi and blockchain applications on Stellar.
Summary by cubic
Adds a
getTransactionHistory(address)tool and wires it intostellarToolsso agents can fetch past Stellar transactions via the Horizon API. This lets apps quickly inspect an account’s recent activity.https://horizon.stellar.org/accounts/{address}/transactionshash,created_at,operation_count,memoindex.tsand added tostellarToolsWritten for commit 9159d5f. Summary will update on new commits.