myco-bonding-curve/tests
Jeff Emmett e27d76d273 feat: add signal router, CRDT DCA schedules, and subscription/donation DCA (74 tests)
Three integration layers connecting the TWAP oracle and DCA executor
to the rest of the system:

- Signal Router: routes oracle volatility/deviation signals into
  adaptive params (flow threshold, PAMM curvature, surge fees)
- CRDT DCA Schedules: G-Set of chunks with monotone status lattice
  (pending→submitted→executed), composes with batch settlement
- Subscription/Donation DCA: recurring payments and one-time donations
  flow through the bonding curve via time-spread DCA chunks

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 12:28:18 -07:00
..
__init__.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_batch_settlement.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_commitments.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_composed.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_concentrated_2clp.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_crdt_flow.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_crdt_labor.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_credit_invariant.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_dca_executor.py feat: add TWAP oracle + DCA execution engine (40 tests) 2026-04-01 11:54:07 -07:00
test_dca_schedule.py feat: add signal router, CRDT DCA schedules, and subscription/donation DCA (74 tests) 2026-04-01 12:28:18 -07:00
test_dynamic_weights.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_elliptical_clp.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_flow_dampening.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_imbalance_fees.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_intent_matching.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_n_dimensional.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_redemption_curve.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_reserve_tranching.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_signal_router.py feat: add signal router, CRDT DCA schedules, and subscription/donation DCA (74 tests) 2026-04-01 12:28:18 -07:00
test_stableswap.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00
test_subscription_dca.py feat: add signal router, CRDT DCA schedules, and subscription/donation DCA (74 tests) 2026-04-01 12:28:18 -07:00
test_trust_pamm.py feat: implement CRDT-native primitives layer (6 modules, 89 tests) 2026-04-01 11:22:55 -07:00
test_twap_oracle.py feat: add TWAP oracle + DCA execution engine (40 tests) 2026-04-01 11:54:07 -07:00
test_weighted_product.py feat: complete MYCO bonding surface system — math specs, simulations, and tests 2026-04-01 00:12:00 -07:00