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

[tx data lake] Add start_tx_index #72

Closed
rkdud007 opened this issue May 1, 2024 · 1 comment
Closed

[tx data lake] Add start_tx_index #72

rkdud007 opened this issue May 1, 2024 · 1 comment

Comments

@rkdud007
Copy link
Member

rkdud007 commented May 1, 2024

we need a flexibility to specify index of the transaction where we want to start the range

so that we can have tx range: {start_tx_index .. last tx in the block}.step(increment)

pub struct TransactionsInBlockDatalake {
    // target block number
    pub target_block: u64,
    // ex. "tx.to" , "tx.gas_price" or "tx_receipt.success", "tx_receipt.cumulative_gas_used"
    pub sampled_property: TransactionsCollection,
    // start index
    pub tx_start_index: u64
    // increment of transactions
    pub increment: u64,
}
@rkdud007
Copy link
Member Author

rkdud007 commented May 2, 2024

this is resolve in #70

@rkdud007 rkdud007 closed this as completed May 2, 2024
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

No branches or pull requests

1 participant