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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Development (#21)
* longer wait time
* speed up unit retrieval with serverside stage aggregation
* added execution timing for frequently used db methods
* implemented exec timer for async functions
* increased units pending revision fetching speed 3x
* access collections with properties
* removed unused mount
* Reworked unit upload and update for x3 speed increase. Removed unused methods.
* Version bump
* Add WS endpoint for workbench status streaming
* Add optional dotenv parsing
* Implement SSE stream instead of WS
* Fixed type annotation
* update black version
* reworked connection close pipeline
* improved logging
* Implement background printing tasks
* Update docker-compose.yml
* remove .gitignore
* mark endpoint as deprecated
* optimize txn hash pushing to db
* removed polling and optimized state push using async event
* bugfix: thread wouldn't unblock until txn posted. implemented async wrapper
* implemented single field updates
* async short url generator. up to 4s faster passport saving
* updated packages
* version bump
* cached files auto remove
* added some docker volumes
* added db connection close on quit
* update .gitignore