Improve L2 market parsing and data handling

This commit is contained in:
2026-08-11 22:24:36 +03:00
parent de41230b9b
commit af9cd1e92d
58 changed files with 2474 additions and 444 deletions
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>L2 fixture regression</title>
<style>
body { margin: 24px; background: #171714; color: #eee; font: 14px/1.45 system-ui; }
#progress { color: #e7bd54; }
pre { white-space: pre-wrap; }
</style>
</head>
<body>
<h1>Fixture regression</h1>
<p id="progress">Подготовка…</p>
<pre id="report"></pre>
<script type="module" src="/src/fixture-runner.js"></script>
</body>
</html>