refactor(chain)!: Create module indexer#1493
Merged
LLFourn merged 1 commit intobitcoindevkit:masterfrom Jul 6, 2024
Merged
Conversation
Collaborator
|
I wonder what we think about: |
Collaborator
Author
|
@LLFourn Should indexer be a |
eae3ffe to
744cbf2
Compare
keychain_txout_indexindexer
|
I think re-export, despite pedantic, is more future-proof. |
3 tasks
notmandatory
reviewed
Jul 2, 2024
Member
notmandatory
left a comment
There was a problem hiding this comment.
Overall looks good, just one question.
c7092c6 to
884ac90
Compare
Collaborator
Author
|
Rebased onto a112b4d |
LLFourn
reviewed
Jul 4, 2024
Collaborator
I think it must be I wouldn't mind dropping the |
and replace keychain module with `balance.rs`
884ac90 to
c3fc1dd
Compare
Collaborator
Author
|
Member
|
I'd prefer to merge this as is rather than doing any more renaming at this point. |
LLFourn
approved these changes
Jul 6, 2024
indexerindexer
indexerindexer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce module
indexerand replace old keychain module withbalance.rsfixes #1317
replaces #1175
Changelog notice
Removed
keychainmodule frombdk_chain. TheBalancetype is now re-exported from the top levelChecklists
All Submissions:
cargo fmtandcargo clippybefore committing