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

Optional Flag filterSpent , Needed To Exclude Spent Transaction #68

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aruokhai
Copy link
Contributor

@aruokhai aruokhai commented Jan 8, 2025

Objective

Transactions often contain outputs that are entirely spent shortly after being created. Excluding such transactions from Silent Blocks can lead to significant bandwidth and processing cost savings.

The goal of this task is to add an optional filterSpent flag to the fetchSilentBlockByHash() function. When this flag is set, transactions with fully spent outputs should be excluded from the Silent Blocks.

Scope Of Change

Critical

@@ -0,0 +1,20 @@
{
Copy link
Contributor

@notTanveer notTanveer Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you committed this file by mistake. kindly revert

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