harb/containers
openhands 02b055ceb9 fix: move VWAP bootstrap from forge script to bootstrap-common.sh
vm.warp in forge script --broadcast only affects the local simulation
phase, not the actual Anvil node.  The pool.observe([300,0]) call in
recenter() therefore reverted with OLD when Forge pre-flighted the
broadcast transactions on Anvil.

Fix:
- Remove the vm.warp + 2-recenter + SeedSwapper VWAP bootstrap from
  DeployLocal.sol (only contract deployment now, simpler and reliable).
- Add bootstrap_vwap() to bootstrap-common.sh that uses Anvil RPC
  evm_increaseTime + evm_mine to advance chain time before each recenter,
  then executes a 0.5 ETH WETH->KRK seed swap between them.
- Call bootstrap_vwap() before fund_liquidity_manager() in both
  containers/bootstrap.sh and ci-bootstrap.sh so the LM is seeded with
  thin positions (1 ETH) during bootstrap, ensuring the 0.5 ETH swap
  moves the price >400 ticks (amplitude gate).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 23:28:52 +00:00
..
anvil-entrypoint.sh fix: landing page user test fixes (#162) 2026-02-23 14:47:38 +00:00
bootstrap.sh fix: move VWAP bootstrap from forge script to bootstrap-common.sh 2026-03-13 23:28:52 +00:00
Caddyfile fix: Add cache headers to Ponder GraphQL proxy in Caddy (#447) 2026-03-06 02:30:56 +00:00
entrypoint-common.sh refactor: consolidate CI and local dev orchestration (#108) 2026-02-03 12:07:28 +01:00
foundry.Containerfile feat: Complete Podman stack setup with working services 2025-09-24 12:12:54 +00:00
landing-ci-entrypoint.sh refactor: consolidate CI and local dev orchestration (#108) 2026-02-03 12:07:28 +01:00
landing-entrypoint.sh fix: landing page user test fixes (#162) 2026-02-23 14:47:38 +00:00
node-dev.Containerfile feat/ponder-lm-indexing (#142) 2026-02-18 00:19:05 +01:00
ponder-entrypoint.sh refactor: consolidate CI and local dev orchestration (#108) 2026-02-03 12:07:28 +01:00
txnbot-entrypoint.sh refactor: consolidate CI and local dev orchestration (#108) 2026-02-03 12:07:28 +01:00
webapp-entrypoint.sh fix: webapp-entrypoint.sh CI path bypasses contracts.env sourcing without documentation (#422) 2026-03-06 07:24:54 +00:00