-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metaforecast improvements #3623
Conversation
berekuk
commented
Feb 27, 2025
•
edited
Loading
edited
- significant rewrite of manifold fetcher
- rewrites of some other platforms
- various improvements and cleanups to metaforecast codebase
- PlatformState, for platforms to store their specific state there
- some changes to github workflows (database migrations)
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This refactoring improves the manifold platform code organization by: 1. Moving resolved/unresolved market separation to the highest level 2. Simplifying function return types for better clarity 3. Creating a cleaner pipeline flow with proper separation of concerns 4. Making functions more single-purpose and easier to understand 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
I'm going to merge this, will start deploying it soon. The deployment implies several manual steps such as:
(There are a lot of moving steps here, it'd take too long to describe them all, sorry.) |