manifold/common
mantikoros c183e00d47
Cfmm (#64)
* cpmm initial commit: common logic, cloud functions

* remove unnecessary property

* contract type

* rename 'calculate.ts' => 'calculate-dpm.ts'

* rename dpm calculations

* use focus hook

* mechanism-agnostic calculations

* bet panel: use new calculations

* use new calculations

* delete markets cloud function

* use correct contract type in scripts / functions

* calculate fixed payouts; bets list calculations

* new bet: use calculateCpmmPurchase

* getOutcomeProbabilityAfterBet

* use deductFixedFees

* fix auto-refactor

* fix antes

* separate logic to payouts-dpm, payouts-fixed

* liquidity provision tracking

* remove comment

* liquidity label

* create liquidity provision even if no ante bet

* liquidity fee

* use all bets for getFixedCancelPayouts

* updateUserBalance: allow negative balances

* store initialProbability in contracts

* turn on liquidity fee; turn off creator fee

* Include time param in tweet url, so image preview is re-fetched

* share redemption

* cpmm ContractBetsTable display

* formatMoney: handle minus zero

* filter out redemption bets

* track fees on contract and bets; change fee schedule for cpmm markets; only pay out creator fees at resolution

* small fixes

* small fixes

* Redeem shares pays back loans first

* Fix initial point on graph

* calculateCpmmPurchase: deduct creator fee

* Filter out redemption bets from feed

* set env to dev for user-testing purposes

* creator fees messaging

* new cfmm: k = y^(1-p) * n^p

* addCpmmLiquidity

* correct price function

* enable fees

* handle overflow

* liquidity provision tracking

* raise fees

* Fix merge error

* fix dpm free response payout for single outcome

* Fix DPM payout calculation

* Remove hardcoding as dev

Co-authored-by: James Grugett <jahooma@gmail.com>
2022-03-15 17:27:51 -05:00
..
envs Merge Manifold for Teams infra into main codebase (#61) 2022-03-08 18:43:30 -08:00
util Cfmm (#64) 2022-03-15 17:27:51 -05:00
.gitignore Add package.json to common directory, and lodash dependency 2022-02-01 12:59:51 -06:00
answer.ts Free response (#47) 2022-02-17 17:00:19 -06:00
antes.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
bet.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
calculate-cpmm.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
calculate-dpm.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
calculate-fixed-payouts.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
calculate.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
comment.ts Answers in feed (#63) 2022-03-14 15:29:32 -05:00
contract.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
fees.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
fold.ts Match lowercase tags for folds 2022-02-01 12:29:14 -06:00
liquidity-provision.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
new-bet.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
new-contract.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
package.json Yarn workspaces (#42) 2022-02-01 15:25:51 -06:00
payouts-dpm.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
payouts-fixed.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
payouts.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
scoring.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
sell-bet.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
user.ts Send email to market creator on new answer 2022-02-23 00:05:04 -06:00
yarn.lock Add package.json to common directory, and lodash dependency 2022-02-01 12:59:51 -06:00