-
Notifications
You must be signed in to change notification settings - Fork 403
refactor(chain)!: Create module indexer
#1493
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
refactor(chain)!: Create module indexer
#1493
Conversation
I wonder what we think about:
|
@LLFourn Should indexer be a |
eae3ffe
to
744cbf2
Compare
keychain_txout_index
indexer
I think re-export, despite pedantic, is more future-proof. |
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.
Overall looks good, just one question.
c7092c6
to
884ac90
Compare
Rebased onto a112b4d |
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.
ACK 884ac90
I think it must be I wouldn't mind dropping the |
and replace keychain module with `balance.rs`
884ac90
to
c3fc1dd
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.
reACK c3fc1dd
I'd prefer to merge this as is rather than doing any more renaming at this point. |
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.
ACK c3fc1dd
indexer
indexer
indexer
indexer
Introduce module
indexer
and replace old keychain module withbalance.rs
fixes #1317
replaces #1175
Changelog notice
Removed
keychain
module frombdk_chain
. TheBalance
type is now re-exported from the top levelChecklists
All Submissions:
cargo fmt
andcargo clippy
before committing