Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply predicate on WatchTx [grpc] #384

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

nicolasLuduena
Copy link
Contributor

Enhancements to transaction filtering and matching:

  • Added functions outputs_match_address, outputs_match_asset, matches_output, matches_cardano_pattern, matches_chain, and apply_predicate to facilitate detailed transaction pattern matching based on address and asset criteria.

Changes to gRPC service implementation:

  • Updated roll_to_watch_response to pass the request parameter to block_to_txs for transaction filtering.
  • Adjusted WatchTx method in WatchServiceImpl to handle the WatchTxRequest structure and pass it through the response generation pipeline.

@scarmuega scarmuega merged commit dfe233e into txpipe:main Dec 6, 2024
6 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.

2 participants