Commit 0aeb84b
committed
Update tests to use Electrum v4.6.2
- Update `electrumd` to support newer Electrum releases
The changes in `electrumd` can be reviewed here: https://github.com/shesek/electrumd/compare/b35d9db285d932cb3c2296beab65e571a2506349..9897271b3538ef1e20166ec870746af8167a8d4b
- Update to new JSON response format for `onchain_history`
- Electrum v4.6 appears to process new blocks/transactions significantly
slower compared to v4.5. This initially required increasing the
sleep() in `notify_wallet` up to several seconds for the tests to
pass, however I found that there's a new `wait_for_rpc` command
that can be used instead: spesmilo/electrum@f3551f31 parent 49fcaa4 commit 0aeb84b
3 files changed
Lines changed: 10 additions & 9 deletions
Some 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 | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments