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

fix(rfc): rename some lightwalletd database types #3567

Merged
merged 4 commits into from
Feb 17, 2022

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Feb 17, 2022

Motivation

Some of the lightwalletd database types had confusing names.

Solution

Add sub-headings to the RocksDB column family table.

Use names that represent what a type does, not how it is encoded:

  • update type names
  • update column family names

Review

@jvff can review this change.

Reviewer Checklist

  • Code implements Specs and Designs
  • Tests for Expected Behaviour
  • Tests for Errors

@teor2345 teor2345 added A-docs Area: Documentation C-design Category: Software design work P-Low ❄️ labels Feb 17, 2022
@teor2345 teor2345 self-assigned this Feb 17, 2022
```
fastmod BlockTransactionCount HeightTransactionCount
fastmod FirstOutLocation TransparentAddrLoc
```
@teor2345 teor2345 force-pushed the lightwalletd-state-rfc-fix branch from 10dba81 to f86d068 Compare February 17, 2022 02:34
@teor2345 teor2345 marked this pull request as ready for review February 17, 2022 03:30
@teor2345 teor2345 requested review from oxarbitrage and jvff and removed request for oxarbitrage February 17, 2022 03:30
@mergify mergify bot merged commit ea7253e into main Feb 17, 2022
@mergify mergify bot deleted the lightwalletd-state-rfc-fix branch February 17, 2022 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation C-design Category: Software design work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants