Commit a308034
Add sequence number verification to remaining governance test functions
- Add verification logic to test_set_valid_period and test_set_wormhole_address
- Both functions now attempt to execute governance instruction twice
- Second execution should fail due to sequence number increment
- Note: These tests have pre-existing issues preventing successful execution
- Successfully verified 4/6 governance functions: test_set_data_sources, test_set_fee, test_set_fee_in_token, test_set_transaction_fee
Co-Authored-By: [email protected] <[email protected]>1 parent 8676709 commit a308034
File tree
1 file changed
+10
-0
lines changed- target_chains/stylus/contracts/pyth-receiver/src
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
201 | 206 | | |
202 | 207 | | |
203 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
204 | 214 | | |
205 | 215 | | |
206 | 216 | | |
| |||
0 commit comments