Skip to content

Commit 68b94cf

Browse files
author
Shaw
committed
chore: commit latest feed and training updates
1 parent eb58046 commit 68b94cf

4 files changed

Lines changed: 98 additions & 17 deletions

File tree

packages/feed/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@
104104
"@feed/testing": "workspace:*",
105105
"@neondatabase/serverless": "^1.0.2",
106106
"@tailwindcss/postcss": "4.1.17",
107+
"abitype": "1.2.3",
107108
"dotenv": "^16.4.5",
108109
"drizzle-orm": "^0.44.7",
110+
"eventsource-parser": "^1.1.2",
109111
"ethers": "^6.16.0",
110112
"import-in-the-middle": "^2.0.0",
111113
"ioredis": "5.10.1",
@@ -116,6 +118,7 @@
116118
"pg": "8.20.0",
117119
"postgres": "3.4.8",
118120
"require-in-the-middle": "^8.0.1",
121+
"robot3": "^0.4.1",
119122
"server-only": "^0.0.1",
120123
"tailwindcss": "4.1.17",
121124
"viem": "2.47.6",

packages/feed/packages/engine/src/__tests__/security/randomness-boundaries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("Randomness Boundaries", () => {
6565
const entropy = readSourceFile("utils/entropy.ts");
6666

6767
// Must import from crypto
68-
expect(entropy).toContain("from 'crypto'");
68+
expect(entropy).toMatch(/from\s+["'](?:node:)?crypto["']/);
6969

7070
// Must use randomBytes for secure random
7171
expect(entropy).toContain("randomBytes");

packages/feed/packages/engine/src/__tests__/unit/math-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe("Math Utilities", () => {
121121
describe("roundTo", () => {
122122
test("rounds to specified decimal places", () => {
123123
expect(roundTo(Math.PI, 2)).toBe(3.14);
124-
expect(roundTo(Math.PI, 3)).toBe(Math.PI);
124+
expect(roundTo(Math.PI, 3)).toBe(3.142);
125125
expect(roundTo(Math.PI, 0)).toBe(3);
126126
});
127127

packages/training/curriculum_state.json

Lines changed: 93 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,22 @@
4949
"synth-06eb2699": 3,
5050
"synth-f1ca672e": 1,
5151
"synth-745ee6a9": 1,
52-
"synth-a504a22d": 1
52+
"synth-a504a22d": 1,
53+
"synth-22309d43": 3,
54+
"synth-46111142": 3,
55+
"synth-02081aa8": 1,
56+
"synth-00a19774": 1,
57+
"synth-51c9f609": 1,
58+
"synth-43c4906f": 3,
59+
"synth-111403d8": 3,
60+
"synth-00c1fe1d": 1,
61+
"synth-6f74c887": 1,
62+
"synth-cd633a19": 1,
63+
"synth-e82700bb": 3,
64+
"synth-67f61a80": 3,
65+
"synth-88bebab4": 1,
66+
"synth-259c8d3c": 1,
67+
"synth-26df308e": 1
5368
},
5469
"scores": {
5570
"synth-871fc8d4": [
@@ -241,29 +256,92 @@
241256
],
242257
"synth-a504a22d": [
243258
0.9
259+
],
260+
"synth-22309d43": [
261+
0.9,
262+
0.9,
263+
0.9
264+
],
265+
"synth-46111142": [
266+
0.9,
267+
0.9,
268+
0.9
269+
],
270+
"synth-02081aa8": [
271+
0.5
272+
],
273+
"synth-00a19774": [
274+
0.7
275+
],
276+
"synth-51c9f609": [
277+
0.9
278+
],
279+
"synth-43c4906f": [
280+
0.9,
281+
0.9,
282+
0.9
283+
],
284+
"synth-111403d8": [
285+
0.9,
286+
0.9,
287+
0.9
288+
],
289+
"synth-00c1fe1d": [
290+
0.5
291+
],
292+
"synth-6f74c887": [
293+
0.7
294+
],
295+
"synth-cd633a19": [
296+
0.9
297+
],
298+
"synth-e82700bb": [
299+
0.9,
300+
0.9,
301+
0.9
302+
],
303+
"synth-67f61a80": [
304+
0.9,
305+
0.9,
306+
0.9
307+
],
308+
"synth-88bebab4": [
309+
0.5
310+
],
311+
"synth-259c8d3c": [
312+
0.7
313+
],
314+
"synth-26df308e": [
315+
0.9
244316
]
245317
},
246318
"solved": [
247319
"synth-5d4e07bc",
248-
"synth-3570ed6f",
249-
"synth-147a7802",
250-
"synth-2bdf09a1",
251320
"synth-4ef1ca8f",
252-
"synth-10043ebf",
253-
"synth-7be2922d",
254-
"synth-63d72ad4",
255-
"synth-9b83cfc8",
256321
"synth-808575e8",
257-
"synth-36ceaf32",
322+
"synth-2fdb5a5c",
323+
"synth-215e5aca",
324+
"synth-7be2922d",
325+
"synth-43c4906f",
258326
"synth-c5ff1314",
259-
"synth-10466b18",
260327
"synth-06eb2699",
261-
"synth-93db52f4",
328+
"synth-10043ebf",
329+
"synth-111403d8",
262330
"synth-871fc8d4",
263-
"synth-114dabcb",
331+
"synth-3570ed6f",
332+
"synth-67f61a80",
333+
"synth-46111142",
334+
"synth-9b83cfc8",
264335
"synth-ea1adeb6",
265-
"synth-215e5aca",
266-
"synth-2fdb5a5c"
336+
"synth-22309d43",
337+
"synth-114dabcb",
338+
"synth-2bdf09a1",
339+
"synth-36ceaf32",
340+
"synth-147a7802",
341+
"synth-e82700bb",
342+
"synth-10466b18",
343+
"synth-63d72ad4",
344+
"synth-93db52f4"
267345
],
268-
"last_updated": "2026-05-20T04:56:05.626153+00:00"
346+
"last_updated": "2026-05-20T05:17:08.876242+00:00"
269347
}

0 commit comments

Comments
 (0)