Release notes
- Fixed two bugs responsible for empty proposed blocks. Now proposed blocks are not empty, but more work is likely needed to ensure correctness of pending subpool.
- Reverted semantics of
--batchSize
command line flag to the value that appriximates memory consumption and not cumulative gas consumption. - Fixed potential deadlock in the subscription for pending transactions, thanks to external contributors
m-wyman
,Darkcont
.
Changelog
- 9711af6 Stable modifications
- 45f1c99 Commented out BLS validation because it breaks CI (#5755)
- 90d26a3 Fix lint (#5756)
- b8dbb53 e3: write history and indices to etl (#5742)
- 3be0fd7 e3: history mainnet,bsc snapshots (#5726)
- 108ab66 Bump version (#5753)
- 525a3a7 Fix for empty blocks being proposed (#5749)
- 8e1b559 implemented clauses 4 (i) and (ii) (#5752)
- f6e7cc4 Full BLS Validatition for lightclient update (#5751)
- 497d414 Added Lightclient update base validation without BLS (#5746)
- 241348c core: implement EIP-3651, warm coinbase (#5745)
- 81cec4d checking if bor log (#5739)
- 8981f22 fix deadlock in filters.go (#5734)
- 5785f4e Lightclient Checkpoint Sync (#5738)
- 1f8bd5d e3: less allocations reconstitution (#5735)
- 3dd8338 Support jsonParams.BlockRewardContractTransitions (#5737)
- e501105 revert execution batch size logic to size on disk (#5732)
- d2ef27d e3: reconstitution last step improve (#5733)
- 6cc10a2 e3: recondb no meminit (#5730)
- 63a6fb2 e3: cleanup (#5729)
- 1774abd e3: don't create own context, we are enough enough safe for kill (#5728)
- 86a0398 e3: header no copy (#5727)
- b12b0d4 e3: history bsc and mainnet snapshots (#5725)
- d2436ab e3: optimize stateWriter.Put (#5724)
- 5734065 retrieving finalized checkpoint (#5722)
- 513e149 separated sentinel_node executable (#5721)
- cbb95db Fix computation of minBaseFee in txpool (#5720)
- 01975a4 Added Bootstrap/Update handlers request (#5718)
- 817b528 Use NewValidatorSafeContract in ValidatorContract (#5717)
- df5c16f Not use IsMaxStorageTxNum function (#5715)
- 770d3ce goerli snapshots: blocks and history (#5714)
- a9853d2 Recon parallel: split ReconState to 2 objects to avoid lock contention between .Done() and .Get(), less ram in beginning (#5713)
- 41187bf Correct tmp dir in integration (#5712)
- aa18b70 Not print commit cycle timing on newPayload cycle (#5711)
- 750d234 Covalenthq move status execution flag into vm config (#5710)
- 4795217 e3: prevent files ranges overlap (#5684)
- 7e6896b downgraded go-verkle to safe (#5707)
- 327abb3 fixed lightclient finality/optimistic updates (#5706)