-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: erigontech/erigon
base: v3.0.9
head repository: erigontech/erigon
compare: v3.0.10
- 9 commits
- 34 files changed
- 9 contributors
Commits on Jun 26, 2025
-
execution: fix potential limitedBigJump calc uint underflow in update…
… ForkChoice (#15748) cherry pick 29378d4 protects the `limitedBigJump` calculation from a uint64 underflow e.g. there can be cases (for example on chains like bor) where the ufc header number is a few blocks less than the previous exec progress from the last ufc - if we are on block 10 on fork A but then block 9 on fork B appears with higher difficulty such an underflow can cause limitedBigJump to be set to `true` which then sets `IsInitialCycle=true` potentially causing furious/aggressive prunes on chain tip
Configuration menu - View commit details
-
Copy full SHA for 4672a9c - Browse repository at this point
Copy the full SHA 4672a9cView commit details
Commits on Jun 27, 2025
-
[R3.0] rpcdaemon: Fix debug trace call many with state overrides (#15768
) closes #15310 The Fix is already present in main
Configuration menu - View commit details
-
Copy full SHA for e70b4a0 - Browse repository at this point
Copy the full SHA e70b4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35db62 - Browse repository at this point
Copy the full SHA a35db62View commit details -
[r3.0] manual exec of rpc tests with venv (#15783)
same as #15759 for test purposes Co-authored-by: JkLondon <ilya@mikheev.fun>
Configuration menu - View commit details
-
Copy full SHA for 22e0095 - Browse repository at this point
Copy the full SHA 22e0095View commit details -
cp: rpc: use pre-configured txNumReader (it's thread-safe) (#15782)
cp https://github.com/erigontech/erigon/pull/14575/files issue: #15778 --------- Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8080729 - Browse repository at this point
Copy the full SHA 8080729View commit details -
execution: fix bad log for limited big jump (#15796) (#15798)
cherry-pick: 5a8491b not expected to log this: ``` [INFO] [06-27|11:43:39.256] [sync] limited big jump from=4072008 to=4072009 amount=5000 padding=2 ``` note the value and calculation of limitedBigJump is correct (false in this case) but the logging should not be happening a regression after 29378d4
Configuration menu - View commit details
-
Copy full SHA for da4dacd - Browse repository at this point
Copy the full SHA da4dacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7669972 - Browse repository at this point
Copy the full SHA 7669972View commit details -
Supported override state sync interval to skip events for a particula… (
#15795) …r range of block in Amoy
Configuration menu - View commit details
-
Copy full SHA for af120d6 - Browse repository at this point
Copy the full SHA af120d6View commit details -
Fix release workflow dependency (#15808)
For debian packages use commit suitable for the workflow in the release/3.0 branch
Configuration menu - View commit details
-
Copy full SHA for 9be6eea - Browse repository at this point
Copy the full SHA 9be6eeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.9...v3.0.10