[codex] Add permissionless market creation flow#77
Merged
Conversation
✅ Deploy Preview for futarchy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
IFutarchyFactory.createProposal,FutarchyLiquidityManagerFactory.createLiquidityManager,FutarchyOrganizationMetadata.createAndAddProposalMetadata,FutarchyOrganizationMetadata.setDefaultLiquidityManager, andFutarchyOfficialProposalSource.setOfficialProposal./markets/newwith a guided Create Market UI and adds a Companies page entry point.Validation
npx eslint src/features/marketCreation/marketCreationWorkflow.js src/components/futarchyFi/createMarket/CreateMarketFlow.jsx src/components/futarchyFi/companyList/page/CompaniesPage.jsx src/pages/markets/new/index.jsx auto-qa/tests/market-creation-workflow.test.mjsnode --test auto-qa/tests/market-creation-workflow.test.mjs(8 tests)npm run auto-qa:test -- --test-name-pattern "market creation|Kleros|Gnosis|permissionless|Snapshot|FLM factory|registry"(npm forwards this to the full unit suite; 685 tests passed)curl -I http://127.0.0.1:3001/markets/newcurl -I http://127.0.0.1:3001/companiesNotes
Full
npm run lintis still blocked by existing repo-wide lint failures outside this branch, includingsrc/app/new-design/_lib/mockData.js,src/components/common/Header.jsx, and several pre-existing hook/display-name/no-unescaped-entities errors.