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

Locate correct block number for transaction ID in ChaincodeEvents #3289

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

bestbeforetoday
Copy link
Member

If the request contains an after_transaction_id, start reading from the block containing that transaction ID and ignore any specified start block. If the specified transaction has not been committed in a block, fall back to any specified start block or next committed block.

Enhancement requested in review of PR #3283

If the request contains an `after_transaction_id`, start reading from the block containing that transaction ID and ignore any specified start block. If the specified transaction has not been committed in a block, fall back to any specified start block or next committed block.

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review March 16, 2022 16:10
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner March 16, 2022 16:10
@andrew-coleman andrew-coleman merged commit 2f2e5aa into hyperledger:main Mar 17, 2022
bestbeforetoday added a commit to bestbeforetoday/fabric that referenced this pull request Jun 1, 2022
…perledger#3289)

If the request contains an `after_transaction_id`, start reading from the block containing that transaction ID and ignore any specified start block. If the specified transaction has not been committed in a block, fall back to any specified start block or next committed block.

Signed-off-by: Mark S. Lewis <[email protected]>
denyeart pushed a commit that referenced this pull request Jun 3, 2022
)

If the request contains an `after_transaction_id`, start reading from the block containing that transaction ID and ignore any specified start block. If the specified transaction has not been committed in a block, fall back to any specified start block or next committed block.

Signed-off-by: Mark S. Lewis <[email protected]>
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