about summary refs log tree commit diff
path: root/src/state/session/reducer.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace updateCurrentAccount() with refreshSession() (#3910)dan2024-05-081-26/+0
| | | Replace updateCurrentAccount() with resumeSession()
* Add session reducer tests (#3860)dan2024-05-081-0/+1
|
* [Session] Code cleanup (#3854)dan2024-05-081-0/+188
* Split utils into files * Move reducer to another file * Write types explicitly * Remove unnnecessary check * Move things around a bit * Move more stuff into agent factories * Move more stuff into agent * Fix gates await * Clarify comments * Enforce more via types * Nit * initSession -> resumeSession * Protect against races * Make agent opaque to reducer * Check using plain condition