-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement default index_tx method #1176
Implement default index_tx method #1176
Conversation
c19f4f3
to
95e71d0
Compare
585986c
to
90676b7
Compare
Can we include a |
@LLFourn was your thinking here that we have a default implementation so that we can get rid of the implementation on |
Yes. Please reuse the default implementation where possible/viable. |
Co-authored-by: 志宇 <hello@evanlinjin.me>
90676b7
to
680fe94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-ACK 680fe94
I want to register a last-minute Concept-NACK on this.
|
Description
This PR fixes #1097
Changelog
This PR implements a default implementation for the Indexer's
index_tx
method. It was recommended on one of the reviews of #1097.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingBugfixes: