Hubmakerlabs / replicatr

Nostr relay with Internet Computer integration for inter-relay synchronization
https://mleku.dev/git/replicatr
GNU General Public License v2.0
13 stars 1 forks source link

refactoring binary event encoding #2

Closed mleku closed 7 months ago

mleku commented 7 months ago

the existing encoder for storage in the local storage database (ie badger) is extremely silly and is to be replaced with simple gob encoding of the raw event data and eliminating the intermediate type

mleku commented 7 months ago

this is done... just removed all the complicated code and replaced it with Gob encoding