aboutsummaryrefslogtreecommitdiff
path: root/src/event.cpp
AgeCommit message (Expand)Author
2024-03-30Add a unit test for NostrService::QueryRelaysLibravatar Michael Jurkoic
2024-03-25Replace Event::deserialize with static methodsLibravatar Michael Jurkoic
2024-03-23Get smarter with pointers so tests passLibravatar Michael Jurkoic
2024-03-18Declare a signer interfaceLibravatar Michael Jurkoic
2024-03-17Send events as arraysLibravatar Michael Jurkoic
2024-03-17Include SHA header for eventsLibravatar Michael Jurkoic
2024-03-13Use SHA256 hashing function for OpenSSL >= 3.0Libravatar Michael Jurkoic
2024-03-12Generate a valid ID while serializing an eventLibravatar Michael Jurkoic
2024-03-12Add validation on Event serializationLibravatar Michael Jurkoic
2024-03-12Match event.cpp formatting to rest of projectLibravatar Michael Jurkoic
2024-03-03Create Nostr Service and Add Write Capabilities (#1)v0.0.1Libravatar Michael J