Commit e24c3b0
committed
test(thorchain,maya): repin the add-liquidity signatures for the corrected memo length
The previous commit fixed the ABI memo length word from 59 to 58, which changes
the calldata and therefore the signature. New values, for both files:
sig_v 37 (unchanged)
sig_r 7adc5bda6e66b37a81962557c844509c4bfaa1e9217fc6d05968286d60b67dbf
sig_s 613479150c4cfbcdc8243055aa5137afc89826c4176c420a60409f139171831b
Not copied out of a failure message. The r value was produced twice
independently -- by CI's emulator, and by signing the corrected calldata on a
physical KeepKey running signed v7.14.1 with the same public test seed. Two
signers, same result, which is what makes repinning safe rather than circular.
ECDSA here is RFC6979 deterministic, so agreement is the expected outcome and
disagreement would have meant the change was wrong.
The sibling eth_btc_swap fixtures are untouched: their memo genuinely is 59
bytes, their length word is right, and their signatures still hold.1 parent cd559c9 commit e24c3b0
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments