prs on Nostr: ndb prep: switch to Pubkey/Privkey/Id aliases (#1402) The ndb branch (nostrdb) is ...
ndb prep: switch to Pubkey/Privkey/Id aliases (#1402)
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.
ndb-prep, 6 commits
https://github.com/damus-io/damus/pull/1402
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.
ndb-prep, 6 commits
https://github.com/damus-io/damus/pull/1402