2025-03-07
Enter Hyyve
Rather than just fix the db contention stuff during sync, I figured I'd just stop abusing sqlite and make a storage engine that is just for hyyperlink. it's called hyyve, and you can find it on github.com/hyyperlink/hyyve - thats not to say it'll be useful for you, but if you want to try it out, go for it.
Epoch sync was tought to get working, because it's a whole wire protocol with serialization and deserialization of semi nested objects with various complexities. Once I get that airtight, then I can get the regular sync protocol using the new wire serialization, which gets rid of json entirely, and that eliminates a lot of overhead.
That's all for now.
[SYS] WEEDLE_DEEDLE_DEEDLE
2025-01-31
Im stuck.
Working on making sync work. My buddy is helping me out with it.
It started out working, and solved a sync issue I was having.
But now I cleared the devnet history and it looks like I have a cold start issue now..
Ill figure it out.
[SYS] STRESS_CONDITIONS_APPLIED
2025-01-26
Look Mom! This is what I did instead of fixing liquidity pools and general message signing in the GUI client.
Making a website that feels like an old terminal/OS interface. Going for that Y2K aesthetic with draggable windows and retro buttons.
[SYS] ALL_SYSTEMS_NOMINAL