Commit 2513e49
committed
fix: default mechanism_id to 0 and handle Invalid Transaction 1010
- ChallengeConfig default mechanism_id was 1 but should be 0 (main mechanism).
The old code masked this by always using mechanism_configs.keys().next()=0.
- Handle 'Invalid Transaction (1010)' same as Priority too low: mark epoch
as submitted to prevent infinite retry loops.1 parent 0399af2 commit 2513e49
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3929 | 3929 | | |
3930 | 3930 | | |
3931 | 3931 | | |
3932 | | - | |
| 3932 | + | |
3933 | 3933 | | |
3934 | | - | |
3935 | | - | |
| 3934 | + | |
| 3935 | + | |
3936 | 3936 | | |
3937 | 3937 | | |
3938 | 3938 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments