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

ndb prep: switch to Pubkey/Privkey/Id aliases #1402

Merged
merged 7 commits into from
Jul 31, 2023
Merged

ndb prep: switch to Pubkey/Privkey/Id aliases #1402

merged 7 commits into from
Jul 31, 2023

Conversation

jb55
Copy link
Collaborator

@jb55 jb55 commented Jul 31, 2023

The ndb branch (nostrdb) is quite large and has some weird bugs in it, so I've decided to start splitering off commits to make it easier to bisect and review. These are some commits that shouldn't change any logic.

This PR starts the switch over to the new Pubkey/Privkey/Id types. Right now they are just type aliases for strings but in the future these will be actual Data types.

jb55 added 5 commits July 31, 2023 05:38
This is a non-behavioral change in preparation for the actual switchover
from Strings to Ids. The purpose of this kit is to reduce the size of
the switchover commit which is going to be very large.
This is causing extremely bad lag in the UI
Calling UserDefaults fast in a loop is not good
@jb55 jb55 merged commit a9b4cfd into master Jul 31, 2023
1 check passed
@jb55 jb55 deleted the ndb-prep branch August 1, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant