-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add transparent address indexes to zebra-state #3150
Labels
A-rust
Area: Updates to Rust code
A-state
Area: State / database changes
lightwalletd
any work associated with lightwalletd
Comments
33 tasks
teor2345
changed the title
Add a transparent address -> transaction index to zebra-state
Add a transparent address indexes to zebra-state
Dec 6, 2021
2 tasks
teor2345
added
A-devops
Area: Pipelines, CI/CD and Dockerfiles
A-rust
Area: Updates to Rust code
C-enhancement
Category: This is an improvement
labels
Feb 8, 2022
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @dconnolly @gustavovalverde @jvff @oxarbitrage @teor2345 @upbqdn |
teor2345
changed the title
Add a transparent address indexes to zebra-state
Add transparent address indexes to zebra-state
Mar 4, 2022
3 tasks
ftm1000
added
P-High 🔥
lightwalletd
any work associated with lightwalletd
and removed
P-Medium ⚡
labels
Mar 10, 2022
3 tasks
teor2345
added
A-state
Area: State / database changes
S-incomplete
and removed
S-blocked
Status: Blocked on other tasks
C-enhancement
Category: This is an improvement
labels
Mar 23, 2022
I split this ticket into: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rust
Area: Updates to Rust code
A-state
Area: State / database changes
lightwalletd
any work associated with lightwalletd
Motivation
We want to answer transparent address RPCs quickly, so we need new indexes in the finalized state.
Designs
https://github.com/ZcashFoundation/zebra/blob/main/book/src/dev/rfcs/0005-state-updates.md#rocksdb-data-structures
Tasks
Implementation:
Testing:
CI:
The text was updated successfully, but these errors were encountered: