Commit 3bbbbc7
committed
Address PR #80 review: harden verification trust model and align docs with fixed pricing
- Cross-check ext.trusted_server host/scheme against server-observed values
- Enforce timestamp freshness window (±5 min) to prevent replay attacks
- Add field-order warning comment on SigningPayload struct
- Fix ts unit mismatch: align tests with docs (milliseconds)
- Add positive-path Ed25519 round-trip test with deterministic keypair
- Remove debug log leftover in fetch_jwks
- Simplify APS size selection to area-based ranking (replaces CPM)
- Remove CPM from /sizes endpoint response
- Rename test to test_ext_bid_override_is_ignored
- Docs sweep: remove bid override references across all doc pages1 parent d0a46dc commit 3bbbbc7
10 files changed
Lines changed: 310 additions & 158 deletions
File tree
- crates/mocktioneer-core
- src
- tests
- docs
- api
- integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | | - | |
| 567 | + | |
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
242 | 250 | | |
243 | 251 | | |
244 | 252 | | |
| |||
247 | 255 | | |
248 | 256 | | |
249 | 257 | | |
| 258 | + | |
| 259 | + | |
250 | 260 | | |
251 | 261 | | |
252 | 262 | | |
| |||
498 | 508 | | |
499 | 509 | | |
500 | 510 | | |
501 | | - | |
502 | | - | |
| 511 | + | |
| 512 | + | |
503 | 513 | | |
504 | 514 | | |
505 | 515 | | |
506 | 516 | | |
507 | 517 | | |
508 | 518 | | |
509 | | - | |
510 | | - | |
511 | 519 | | |
512 | 520 | | |
513 | 521 | | |
514 | 522 | | |
515 | | - | |
516 | | - | |
| 523 | + | |
517 | 524 | | |
518 | 525 | | |
519 | 526 | | |
| |||
1002 | 1009 | | |
1003 | 1010 | | |
1004 | 1011 | | |
1005 | | - | |
| 1012 | + | |
| 1013 | + | |
1006 | 1014 | | |
1007 | 1015 | | |
0 commit comments