You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
each of these cases is slightly different, restart from known threadid, start from randomid, and start from addr before you know the id. the current name mapping kinda breaks this if you try to juggle more than one, since you have to deterministically set the db name on start. or you hit mismatch issues. we fixed one of these last week while sorta creating another. new proposal,
scrap db names and just use string of threadid (sure, override if 🤠 )
that works for all but fromInfo, so we need to add a method internally that will figure out the addr before finalizing the start.
we could likely move start, startfrominfo to be static methods to just make this really clear and not bother with setting up any db before you are ready to commit to a threadid. or start a new one if you need to change
The text was updated successfully, but these errors were encountered:
This was an issue with the previous threads-database implementation. Closing this as "no longer relevant" in favor of work in the ongoing Great Refactor (#414).
each of these cases is slightly different, restart from known threadid, start from randomid, and start from addr before you know the id. the current name mapping kinda breaks this if you try to juggle more than one, since you have to deterministically set the db name on start. or you hit mismatch issues. we fixed one of these last week while sorta creating another. new proposal,
The text was updated successfully, but these errors were encountered: