Skip to content

Commit

Permalink
Adjust integration tests after SPV proof mechanism change
Browse files Browse the repository at this point in the history
The SPV proof verifier requires coinbase's data from now on. Here
we adjust existing integration tests to that requirement.

(cherry picked from commit 664b434)
  • Loading branch information
lukasz-zimnoch committed Jan 16, 2024
1 parent 53f82ae commit c29c47d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions solidity/test/integration/data/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ export const depositSweepData = {
"0020a420df9e874f05566015e8b201a0988280e7affc4f93c2807b020000000000003" +
"efbfe9eca35bf2be96866779ae9bc3543587879d3b04cba026e3666c6b1e1280ffe8f" +
"628886021a3482464e",
coinbasePreimage:
"0x64dedd90eb72570b8ef3534e5d3e26b3bb0c031f099cd0aa44e1d1543592f2df",
coinbaseProof:
"0x29265db8e73c23df4a9233934d6b59cad23f36ac872a41550718a6c88bcef724748" +
"b71fea5bbc725263b8f2afd29995efb22f11bdf9bdcf1c55fd49d72afbbb71fcde63f" +
"759b314c4876b6d03865248a29c22ca080fb2b35ff7b088f4a9f22edffde1c2fbad8e" +
"49d263870b9672ff2da607d310717a6e6fe5bc4d5a690da2417e20a39c76cffda21d3" +
"e0ce36c1b382e92b78cd09b5c63ba1d7b0098d88148190",
},
mainUtxo: NO_MAIN_UTXO,
chainDifficulty: 6642991,
Expand Down Expand Up @@ -139,6 +147,13 @@ export const redemptionData = {
"ad57f73696be93e08d485e05d36fcfd490628886021a786a19ef008000209d30775f9f" +
"4f6452fcc83c6a1e54a9010c65b0af1791405989000000000000007b118930c4716d17" +
"ea8e5322cf029014be251ac968f38d8cdcfdcdf6cff8e4fdeed490628886021ab1663024",
coinbasePreimage:
"0xe60591b38934a0f670f234e71d15a26e55b38490f4273c4631cfb4b2fc8ff190",
coinbaseProof:
"0x5752f5c6f24dc3ad705305332bb132d756e683ec53f7d565bc81d1887b9d1a31756c" +
"371cd7a07bd4ae8d81ef77e6c4041e41ee0235cec0c5a378f61a901c39f2ac4914f3f6" +
"3b8662f63c74d4fb45c4d17321b62dfb963be7d86edba9ad0019070462084966bce982" +
"617181989be75de2a5d979ec5b9e464b965b32b073d9824d",
},
}

Expand Down

0 comments on commit c29c47d

Please sign in to comment.