Commit be12e0f
authored
fix(lotus): disable unreleased network upgrade (UpgradeXxHeight) in devnet (#100)
* chore(ci): use apache archive for cassandra download
dlcdn is only for the latest versions, we were using 5.0.6 which was
removed when 5.0.7 was released. In this change we use archive.apache.org
which has all the versions and we increment to 5.0.7 while we're at it.
* fixup! chore(ci): use apache archive for cassandra download
* fix(lotus): disable unreleased network upgrade (UpgradeXxHeight) in devnet
Lotus 2k builds schedule UpgradeXxHeight at epoch 200, triggering an
expensive state migration that causes transient ErrExpensiveFork on
eth_call/estimateGas. Set LOTUS_XX_HEIGHT=-1 on the daemon container
to prevent this.1 parent c20d1fd commit be12e0f
2 files changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
0 commit comments