Changes
- 1.10.60 stable @ucwong (#2207)
- tests on the binary iterator @ucwong (#2205)
- client fix @ucwong (#2204)
- p2p util test @ucwong (#2203)
- build: use slices.Clone for copying slice @ucwong (#2201)
- vm interpreter and instruction fix @ucwong (#2199)
- chore: remove redundant words in comment @wangjingcun (#2198)
- build fix @ucwong (#2197)
- refactor Database interface @ucwong (#2196)
- break rawdb -> {leveldb, pebble} dependency @ucwong (#2195)
- add disableCode/Storage options for prestateTracer @ucwong (#2194)
- avoid hard code @ucwong (#2193)
- add DeleteRange feature @ucwong (#2191)
- add gnark bn254 precompile methods @ucwong (#2190)
- common direct dependency @ucwong (#2189)
- version split @ucwong (#2188)
- avoid compiling js bigint when not needed @ucwong (#2187)
- file exist : build @ucwong (#2186)
- get rid of custom MaxUint64 and MaxUint64 @ucwong (#2185)
- prefetcher heap escape @ucwong (#2184)
- state is missing when num is zero @ucwong (#2183)
- current header fix @ucwong (#2182)
- light chain event @ucwong (#2181)
- chain event header lit @ucwong (#2180)
- head event lit @ucwong (#2179)
- side chain event header @ucwong (#2178)
- reorg deps on header & restruct @ucwong (#2177)
- use decred secp256k1 directly @ucwong (#2176)
- pebble level sizes @ucwong (#2175)
- pebble non-sync mode @ucwong (#2174)
- linter fix @ucwong (#2173)
- log: remove unused parameter @ucwong (#2170)
- deps @ucwong (#2169)
- freezer index repair @ucwong (#2168)
- add config option for disabling FINDNODE liveness check @ucwong (#2167)
- state db snaps tiny fix @ucwong (#2166)
- remove param snaps in new state function @ucwong (#2165)
- move snaps from state to caching database @ucwong (#2164)
- state destruct fix @ucwong (#2163)
- fix flaky tests writing to test.log after completion @ucwong (#2162)
- add snapshots to state database @ucwong (#2161)
- 1.10.60 unstable @ucwong (#2159)
MD5
6aad048ad765902da2ef8d2870817703 cortex-Linux-x86_64-v1.10.60-9001c573.tar.gz
c23bdbd496ddb836169dac6b330e0364 cortex-Linux-x86_64-v1.10.60-9001c573.zip
SHA256
ac979ba1127b0b9c003f137104ffded3c65ab190346f8f06349b0649cfddda16 cortex-Linux-x86_64-v1.10.60-9001c573.tar.gz
17944dcbc4e305fa683edf9801208b6098f89458b4e58fe699a75c38e20aca21 cortex-Linux-x86_64-v1.10.60-9001c573.zip
What's Changed
- 1.10.60 unstable by @ucwong in #2159
- add snapshots to state database by @ucwong in #2161
- fix flaky tests writing to test.log after completion by @ucwong in #2162
- state destruct fix by @ucwong in #2163
- move snaps from state to caching database by @ucwong in #2164
- remove param snaps in new state function by @ucwong in #2165
- state db snaps tiny fix by @ucwong in #2166
- add config option for disabling FINDNODE liveness check by @ucwong in #2167
- freezer index repair by @ucwong in #2168
- log: remove unused parameter by @ucwong in #2170
- linter fix by @ucwong in #2173
- pebble non-sync mode by @ucwong in #2174
- pebble level sizes by @ucwong in #2175
- use decred secp256k1 directly by @ucwong in #2176
- reorg deps on header & restruct by @ucwong in #2177
- side chain event header by @ucwong in #2178
- head event lit by @ucwong in #2179
- chain event header lit by @ucwong in #2180
- light chain event by @ucwong in #2181
- current header fix by @ucwong in #2182
- state is missing when num is zero by @ucwong in #2183
- prefetcher heap escape by @ucwong in #2184
- get rid of custom MaxUint64 and MaxUint64 by @ucwong in #2185
- file exist : build by @ucwong in #2186
- avoid compiling js bigint when not needed by @ucwong in #2187
- version split by @ucwong in #2188
- common direct dependency by @ucwong in #2189
- add gnark bn254 precompile methods by @ucwong in #2190
- add DeleteRange feature by @ucwong in #2191
- avoid hard code by @ucwong in #2193
- add disableCode/Storage options for prestateTracer by @ucwong in #2194
- break rawdb -> {leveldb, pebble} dependency by @ucwong in #2195
- refactor Database interface by @ucwong in #2196
- build fix by @ucwong in #2197
- chore: remove redundant words in comment by @wangjingcun in #2198
- vm interpreter and instruction fix by @ucwong in #2199
- build: use slices.Clone for copying slice by @ucwong in #2201
- p2p util test by @ucwong in #2203
- client fix by @ucwong in #2204
- tests on the binary iterator by @ucwong in #2205
- 1.10.60 stable by @ucwong in #2207
New Contributors
- @wangjingcun made their first contribution in #2198
Full Changelog: v1.10.59...v1.10.60