Commit c261234
Fix difficulty tier query for skull hashes above int32 max. (#134)
Casting skull_hash to int in loadKnownFeatSkulls failed for uint32 values
like 3975235718, breaking /history and /instance after Pantheon 2.0 deploy.
Use bigint + convertUInt32Value like the manifest feat loader.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent fd1b7f1 commit c261234
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments