Commit 72f3806
EchoBT
fix: use u16 salt directly for reveal_mechanism_weights
The salt was being truncated from u16 to u8 during reveal,
causing InvalidRevealCommitHashNotMatch error.
Changes:
- Update bittensor-rs to 173979c (u16 salt fix)
- Pass salt as &[u16] directly instead of converting to &[u8]1 parent b42dfc8 commit 72f3806
File tree
3 files changed
+6
-13
lines changed- crates/bittensor-integration/src
3 files changed
+6
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | 386 | | |
390 | 387 | | |
391 | 388 | | |
392 | 389 | | |
393 | 390 | | |
394 | | - | |
| 391 | + | |
395 | 392 | | |
396 | | - | |
| 393 | + | |
397 | 394 | | |
398 | 395 | | |
399 | 396 | | |
| |||
620 | 617 | | |
621 | 618 | | |
622 | 619 | | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | 620 | | |
627 | 621 | | |
628 | 622 | | |
629 | 623 | | |
630 | 624 | | |
631 | | - | |
| 625 | + | |
632 | 626 | | |
633 | | - | |
634 | | - | |
| 627 | + | |
635 | 628 | | |
636 | 629 | | |
637 | 630 | | |
| |||
0 commit comments