mleku @mleku - 1mo
so, idk how it was working yesterday, but now mysteriously i have a bug in tags tags are not either being saved or loaded since they appear to print correctly at the point of saving in the logs, marshaling what i expect, it must be in the binary codec either encoding the tags to store or decoding them from the store and since the problem just appeared, i'm guessing it's decoding but i gotta check this. it's breaking my access control system, although never mind it's not retrieving the events correctly either #devstr
*sigh* this change i made to tags may have been me slapping myself in my face it's taken so much time since i did this to deal with it, what now, revert back? so much code is affected... no, it was working very recently so i did something that broke it
yeah, i'm printing out the raw event structs now and every single result has nil tags which is impossible
yeah, i found the bug, it was in the binary decoder... some stuff i'd removed because i thought it was burning memory but nope, put them back and now it's happies again thanks 😁 sheesh, regressions are the worst
yes, i forked all the things... and i got sick of khatru so i forked relayer, realyer was much easier to deal with, i've made more progress in 3 months than i made in 6 on khatru