Commit b7f3215
vboxuser
client/eth: Warn instead of fail on audit coinID/txHash mismatch.
Some RPC providers return unsigned transaction data, causing the
deserialized tx hash to differ from the on-chain tx hash (coinID).
The contract state is validated against the locator from the contract
data, not the tx hash, so the mismatch is not a security concern.1 parent 0facb08 commit b7f3215
4 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5865 | 5865 | | |
5866 | 5866 | | |
5867 | 5867 | | |
5868 | | - | |
5869 | | - | |
5870 | | - | |
| 5868 | + | |
| 5869 | + | |
| 5870 | + | |
5871 | 5871 | | |
5872 | | - | |
5873 | 5872 | | |
5874 | 5873 | | |
5875 | 5874 | | |
5876 | 5875 | | |
5877 | 5876 | | |
5878 | 5877 | | |
| 5878 | + | |
| 5879 | + | |
| 5880 | + | |
| 5881 | + | |
5879 | 5882 | | |
5880 | 5883 | | |
5881 | | - | |
| 5884 | + | |
| 5885 | + | |
| 5886 | + | |
5882 | 5887 | | |
5883 | 5888 | | |
5884 | 5889 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4725 | 4725 | | |
4726 | 4726 | | |
4727 | 4727 | | |
4728 | | - | |
4729 | | - | |
| 4728 | + | |
| 4729 | + | |
| 4730 | + | |
4730 | 4731 | | |
4731 | 4732 | | |
4732 | 4733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10288 | 10288 | | |
10289 | 10289 | | |
10290 | 10290 | | |
10291 | | - | |
10292 | 10291 | | |
10293 | 10292 | | |
10294 | 10293 | | |
10295 | 10294 | | |
10296 | | - | |
10297 | 10295 | | |
10298 | 10296 | | |
10299 | 10297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3932 | 3932 | | |
3933 | 3933 | | |
3934 | 3934 | | |
3935 | | - | |
3936 | 3935 | | |
3937 | 3936 | | |
3938 | 3937 | | |
| |||
0 commit comments