-
Notifications
You must be signed in to change notification settings - Fork 21.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ethereum/go-ethereum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ethereum/go-ethereum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 14 files changed
- 4 contributors
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7776282 - Browse repository at this point
Copy the full SHA 7776282View commit details -
core/types: create block's bloom by merging receipts' bloom (#31129)
Currently, when calculating block's bloom, we loop through all the receipt logs to calculate the hash value. However, normally, after going through applyTransaction, the receipt's bloom is already calculated based on the receipt log, so the block's bloom can be calculated by just ORing these receipt's blooms. ``` goos: darwin goarch: arm64 pkg: github.com/ethereum/go-ethereum/core/types cpu: Apple M1 Pro BenchmarkCreateBloom BenchmarkCreateBloom/small BenchmarkCreateBloom/small-10 810922 1481 ns/op 104 B/op 5 allocs/op BenchmarkCreateBloom/large BenchmarkCreateBloom/large-10 8173 143764 ns/op 9614 B/op 401 allocs/op BenchmarkCreateBloom/small-mergebloom BenchmarkCreateBloom/small-mergebloom-10 5178918 232.0 ns/op 0 B/op 0 allocs/op BenchmarkCreateBloom/large-mergebloom BenchmarkCreateBloom/large-mergebloom-10 54110 22207 ns/op 0 B/op 0 allocs/op ``` --------- Co-authored-by: Gary Rong <[email protected]> Co-authored-by: Zsolt Felfoldi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68de26e - Browse repository at this point
Copy the full SHA 68de26eView commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5bc789 - Browse repository at this point
Copy the full SHA e5bc789View commit details -
p2p: fix marshaling of NAT in TOML (#31192)
This fixes an issue where a nat.Interface unmarshaled from the TOML config file could not be re-marshaled to TOML correctly. Fixes #31183
Configuration menu - View commit details
-
Copy full SHA for c113e3b - Browse repository at this point
Copy the full SHA c113e3bView commit details -
eth/protocols/eth: add discovery iterator to protocol (#31185)
Configuration menu - View commit details
-
Copy full SHA for d37a0b8 - Browse repository at this point
Copy the full SHA d37a0b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c62da - Browse repository at this point
Copy the full SHA c8c62daView commit details
Loading
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 v1.15.1...v1.15.2