-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v1.10.25 v2 #13
Commits on Oct 7, 2022
-
tests/fuzzers/bls12381: fix blst deserializing (ethereum#25036)
* tests/fuzzers/bls12381: fix blst deserializing * tests/fuzzers/bls12381: fix blst deserializing
Configuration menu - View commit details
-
Copy full SHA for 531ff17 - Browse repository at this point
Copy the full SHA 531ff17View commit details -
cmd/geth, core/state/snapshot: rework journal loading, implement acco…
…unt-check (ethereum#24765) * cmd/geth, core/state/snapshot: rework journal loading, implement account-check * core/state/snapshot, cmd/geth: polish code (ethereum#37) * core/state/snapshot: minor nits * core/state/snapshot: simplify error logic * cmd/geth: go format Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0dd55d - Browse repository at this point
Copy the full SHA d0dd55dView commit details -
all: introduce trie owner notion (ethereum#24750)
* cmd, core/state, light, trie, eth: add trie owner notion * all: refactor * tests: fix goimports * core/state/snapshot: fix ineffasigns Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for f391a11 - Browse repository at this point
Copy the full SHA f391a11View commit details -
eth/api: use
hexutil.Bytes
for account range method (ethereum#25024)eth/api: use hexutil.Bytes for range at methods
Configuration menu - View commit details
-
Copy full SHA for 19f4e78 - Browse repository at this point
Copy the full SHA 19f4e78View commit details -
eth/tracers: fix typo in 4byte_tracer_legacy.js (ethereum#25020)
indentifier -> identifier
Configuration menu - View commit details
-
Copy full SHA for b44d406 - Browse repository at this point
Copy the full SHA b44d406View commit details -
trie: move locking into trieDB insert method (ethereum#25030)
Move locking into trieDB insert function
Configuration menu - View commit details
-
Copy full SHA for a5ceee5 - Browse repository at this point
Copy the full SHA a5ceee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80db4fb - Browse repository at this point
Copy the full SHA 80db4fbView commit details -
eth/filters: fix getLogs for pending block (ethereum#24949)
* eth/filters: fix pending for getLogs * add pending method to test backend * fix block range validation
Configuration menu - View commit details
-
Copy full SHA for 8d2c317 - Browse repository at this point
Copy the full SHA 8d2c317View commit details -
accounts/abi/bind: fix duplicate field names in the generated go stru…
…ct (ethereum#24924) * accounts/abi/bind: fix duplicate field names in the generated go struct ethereum#24627 * accounts, cmd/abigen: resolve name conflicts * ci lint, accounts/abi: remove unused function overloadedArgName Co-authored-by: Gary Rong <garyrong0905@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6620ca6 - Browse repository at this point
Copy the full SHA 6620ca6View commit details -
tests/fuzzers/bls12381: fix blst pairing (ethereum#25037)
* tests/fuzzers/bls12381: fix blst pairing * tests/fuzzers/bls12381: only build on gofuzz * tests/fuzzers/bls12381: remove unused code * tests/fuzzers/bls12381: remove unused code
Configuration menu - View commit details
-
Copy full SHA for 6075918 - Browse repository at this point
Copy the full SHA 6075918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ba0ab - Browse repository at this point
Copy the full SHA 06ba0abView commit details -
accounts: increase parseURL test coverage (ethereum#25033)
accounts/url: add test logic what check null string to parseURL()
Configuration menu - View commit details
-
Copy full SHA for f9d119f - Browse repository at this point
Copy the full SHA f9d119fView commit details -
eth, les, params: log chain config a bit saner (ethereum#24904)
Previously on Geth startup we just logged the chain config is a semi-json-y format. Whilst that worked while we had a handful of hard-forks defined, currently it's kind of unwieldy. This PR converts that original data dump and converts it into a user friendly - alas multiline - log output.
Configuration menu - View commit details
-
Copy full SHA for 7b60226 - Browse repository at this point
Copy the full SHA 7b60226View commit details -
p2p: use errors.Is for error comparison (ethereum#24882)
Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 8035674 - Browse repository at this point
Copy the full SHA 8035674View commit details -
Configuration menu - View commit details
-
Copy full SHA for d14615d - Browse repository at this point
Copy the full SHA d14615dView commit details -
eth/catalyst: remove unauthenticated 'engine' api (ethereum#24997)
Removes engine from any unauthenticated RPC service.
Configuration menu - View commit details
-
Copy full SHA for 3d1afdf - Browse repository at this point
Copy the full SHA 3d1afdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f678ca9 - Browse repository at this point
Copy the full SHA f678ca9View commit details -
core/types: improve LogForStorage and ReceiptForStorage comments (eth…
…ereum#25032) Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for a5280f1 - Browse repository at this point
Copy the full SHA a5280f1View commit details -
core/evm: fix error in comment (ethereum#25040)
Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for fbd3ef2 - Browse repository at this point
Copy the full SHA fbd3ef2View commit details -
internal/ethapi: fix typo in comment (ethereum#25056)
typo error: keccack256 -> keccak256
Configuration menu - View commit details
-
Copy full SHA for 47d51e3 - Browse repository at this point
Copy the full SHA 47d51e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77f97d - Browse repository at this point
Copy the full SHA c77f97dView commit details -
all: more linters (ethereum#24783)
This enables the following linters - typecheck - unused - staticcheck - bidichk - durationcheck - exportloopref - gosec WIth a few exceptions. - We use a deprecated protobuf in trezor. I didn't want to mess with that, since I cannot meaningfully test any changes there. - The deprecated TypeMux is used in a few places still, so the warning for it is silenced for now. - Using string type in context.WithValue is apparently wrong, one should use a custom type, to prevent collisions between different places in the hierarchy of callers. That should be fixed at some point, but may require some attention. - The warnings for using weak random generator are squashed, since we use a lot of random without need for cryptographic guarantees.
Configuration menu - View commit details
-
Copy full SHA for 337c4f3 - Browse repository at this point
Copy the full SHA 337c4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209a4d2 - Browse repository at this point
Copy the full SHA 209a4d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c120fc - Browse repository at this point
Copy the full SHA 5c120fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ebbd88 - Browse repository at this point
Copy the full SHA 8ebbd88View commit details -
common: improve pretty duration regex (ethereum#25073)
* common: improve pretty duration regex * common: improve pretty duration regex
Configuration menu - View commit details
-
Copy full SHA for bfea685 - Browse repository at this point
Copy the full SHA bfea685View commit details -
all: prefer
new(big.Int)
overbig.NewInt(0)
(ethereum#25087)minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
Configuration menu - View commit details
-
Copy full SHA for e5cf465 - Browse repository at this point
Copy the full SHA e5cf465View commit details -
eth: add missing period at end of sentences (ethereum#25058)
eth: add missing periods on end of comments
Configuration menu - View commit details
-
Copy full SHA for 5702dff - Browse repository at this point
Copy the full SHA 5702dffView commit details -
eth: introduce eth67 protocol (ethereum#24093)
The new protocol version removes support for GetNodeData. See https://eips.ethereum.org/EIPS/eip-4938 for more information. Co-authored-by: Felix Lange <fjl@twurst.com> Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 842ed75 - Browse repository at this point
Copy the full SHA 842ed75View commit details -
cmd, params: implement Gray Glacier hard-fork (EIP-5133) (ethereum#25088
Configuration menu - View commit details
-
Copy full SHA for ea4df95 - Browse repository at this point
Copy the full SHA ea4df95View commit details -
node: add info message when JWT secret is loaded (ethereum#25095)
Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for d276a9a - Browse repository at this point
Copy the full SHA d276a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9970084 - Browse repository at this point
Copy the full SHA 9970084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2810768 - Browse repository at this point
Copy the full SHA 2810768View commit details -
internal/ethapi: add comment explaining return of nil instead of error (
ethereum#25097) Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 52281e0 - Browse repository at this point
Copy the full SHA 52281e0View commit details -
tests/fuzzers/rlp: avoid very large input (ethereum#25109)
The oss-fuzz engine crashes due to stack overflow decoding a large nested structure into a interface{}. This PR limits the size of the input data, so should avoid such crashes.
Configuration menu - View commit details
-
Copy full SHA for e076043 - Browse repository at this point
Copy the full SHA e076043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1a535 - Browse repository at this point
Copy the full SHA 3b1a535View commit details -
cmd/faucet: more verbose message about private posts (ethereum#25129)
* cmd/faucet: Add error message for private posts Fixes ethereum#22631 * grammar
Configuration menu - View commit details
-
Copy full SHA for 6e2c622 - Browse repository at this point
Copy the full SHA 6e2c622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6288b5e - Browse repository at this point
Copy the full SHA 6288b5eView commit details -
cmd/faucet: add sepolia network support (ethereum#25128)
cmd/faucet: Add Sepolia network support to faucet
Configuration menu - View commit details
-
Copy full SHA for 25505f8 - Browse repository at this point
Copy the full SHA 25505f8View commit details -
trie: fix size accounting in cleaner (ethereum#25007)
Decrease children size instead of dirties size when marking dirties as cleaned up in trie cleaner
Configuration menu - View commit details
-
Copy full SHA for 22a74a9 - Browse repository at this point
Copy the full SHA 22a74a9View commit details -
all: remove concept of public/private API definitions (ethereum#25053)
* internal/ethapi: rename PublicEthereumAPI to EthereumAPI * eth: rename PublicEthereumAPI to EthereumAPI * internal/ethapi: rename PublicTxPoolAPI to TxPoolAPI * internal/ethapi: rename PublicAccountAPI to EthereumAccountAPI * internal/ethapi: rename PrivateAccountAPI to PersonalAccountAPI * internal/ethapi: rename PublicBlockChainAPI to BlockChainAPI * internal/ethapi: rename PublicTransactionPoolAPI to TransactionAPI * internal/ethapi: rename PublicDebugAPI to DebugAPI * internal/ethapi: move PrivateDebugAPI methods to DebugAPI * internal/ethapi: rename PublicNetAPI to NetAPI * les: rename PrivateLightServerAPI to LightServerAPI * les: rename PrivateLightAPI to LightAPI * les: rename PrivateDebugAPI to DebugAPI * les: rename PublicDownloaderAPI to DownloaderAPI * eth,les: rename PublicFilterAPI to FilterAPI * eth: rename PublicMinerAPI to MinerAPI * eth: rename PublicDownloaderAPI to DownloaderAPI * eth: move PrivateMinerAPI methods to MinerAPI * eth: rename PrivateAdminAPI to AdminAPI * eth: rename PublicDebugAPI to DebugAPI * eth: move PrivateDebugAPI methods to DebugAPI * node: rename publicAdminAPI to adminAPI * node: move privateAdminAPI methods to adminAPI * node: rename publicWeb3API to web3API * eth,internal/ethapi: sync comments with previous renamings
Configuration menu - View commit details
-
Copy full SHA for f7c6881 - Browse repository at this point
Copy the full SHA f7c6881View commit details -
cmd/geth: drop geth js command (ethereum#25000)
* cmd/geth: drop js command * cmd: simplify ipc path determination for attach * Add deprecation warning for js * rm testdata for exec * fix account unlock test cases * Update cmd/geth/consolecmd.go Co-authored-by: Martin Holst Swende <martin@swende.se> * fix Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 5292c32 - Browse repository at this point
Copy the full SHA 5292c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for e657295 - Browse repository at this point
Copy the full SHA e657295View commit details -
eth, miner: retrieve mining state from live database (ethereum#25139)
* miner: retrieve mining state from live database * eth/catalyst: ignore stale fcu events from cl
Configuration menu - View commit details
-
Copy full SHA for 77b4bc5 - Browse repository at this point
Copy the full SHA 77b4bc5View commit details -
core: fix typo in txpool (ethereum#25149)
Fix typo in txPool truncateQueue comment
Configuration menu - View commit details
-
Copy full SHA for b106724 - Browse repository at this point
Copy the full SHA b106724View commit details -
go.mod: upgrade to latest goleveldb (ethereum#25067)
Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for ef74471 - Browse repository at this point
Copy the full SHA ef74471View commit details -
eth/tracers: optimize goja buffer conversion (ethereum#25156)
This changes the []byte <-> Uint8Array conversion to use an ArrayBuffer, avoiding inefficient copying of the slice data in Goja. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for d32726f - Browse repository at this point
Copy the full SHA d32726fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4dcbf - Browse repository at this point
Copy the full SHA 6b4dcbfView commit details -
internal/ethapi: always return chain id (ethereum#25166)
The error was introduced in PR ethereum#21686, but there is no good reason to enforce sync in this method, and it causes issues with EL/CL integration.
Configuration menu - View commit details
-
Copy full SHA for ba3c0f0 - Browse repository at this point
Copy the full SHA ba3c0f0View commit details -
internal/ethapi: add note about eth_chainId compatibility with EIP-695 (
ethereum#25168) Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 45b19c1 - Browse repository at this point
Copy the full SHA 45b19c1View commit details -
all: remove
public
field fromrpc.API
(ethereum#25059)all: remove public field from rpc.API
Configuration menu - View commit details
-
Copy full SHA for 9ec953e - Browse repository at this point
Copy the full SHA 9ec953eView commit details -
cmd: migrate to urfave/cli/v2 (ethereum#24751)
This change updates our urfave/cli dependency to the v2 branch of the library. There are some Go API changes in cli v2: - Flag values can now be accessed using the methods ctx.Bool, ctx.Int, ctx.String, ... regardless of whether the flag is 'local' or 'global'. - v2 has built-in support for flag categories. Our home-grown category system is removed and the categories of flags are assigned as part of the flag definition. For users, there is only one observable difference with cli v2: flags must now strictly appear before regular arguments. For example, the following command is now invalid: geth account import mykey.json --password file.txt Instead, the command must be invoked as follows: geth account import --password file.txt mykey.json
Configuration menu - View commit details
-
Copy full SHA for f517592 - Browse repository at this point
Copy the full SHA f517592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7942a41 - Browse repository at this point
Copy the full SHA 7942a41View commit details -
cmd/geth, p2p: add support for custom discovery UDP port (ethereum#24979
Configuration menu - View commit details
-
Copy full SHA for 1d38c04 - Browse repository at this point
Copy the full SHA 1d38c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e3b03 - Browse repository at this point
Copy the full SHA e5e3b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c8e3a - Browse repository at this point
Copy the full SHA 22c8e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a47244 - Browse repository at this point
Copy the full SHA 3a47244View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab45f1e - Browse repository at this point
Copy the full SHA ab45f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac1d30 - Browse repository at this point
Copy the full SHA 9ac1d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ff39c - Browse repository at this point
Copy the full SHA d9ff39cView commit details -
consensus/beacon: check that only the latest pow block is valid ttd b…
…lock (ethereum#25187) * consensus/beacon: check that only the latest pow block is valid ttd block * consensus/beacon: move verification to async function * consensus/beacon: fix verifyTerminalPoWBlock, add test cases * consensus/beacon: cosmetic changes * consensus/beacon: apply karalabe's fixes
Configuration menu - View commit details
-
Copy full SHA for 6543031 - Browse repository at this point
Copy the full SHA 6543031View commit details -
build: fix auto-completion scripts and include them in .deb package (e…
…thereum#25195) Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 2b07f0d - Browse repository at this point
Copy the full SHA 2b07f0dView commit details -
build: upgrade to golangci-lint v1.46.2 (ethereum#25202)
This upgrade is required to fix lint issues with urfave/cli/v2, which uses generics when built with Go 1.18
Configuration menu - View commit details
-
Copy full SHA for 8f1c17d - Browse repository at this point
Copy the full SHA 8f1c17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee6750 - Browse repository at this point
Copy the full SHA eee6750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f35780 - Browse repository at this point
Copy the full SHA 6f35780View commit details -
Configuration menu - View commit details
-
Copy full SHA for f429a79 - Browse repository at this point
Copy the full SHA f429a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2323ef - Browse repository at this point
Copy the full SHA f2323efView commit details -
eth/catalyst: disallow importing blocks via newPayload during snap sy…
…nc (ethereum#25210) * eth/catalyst: disallow importing blocks via newPayload during snap sync * eth/catalyst: make tests pass by using full sync only * eth/catalysts: make the import delay a bit cleaner * eth/catalyst: fix typo Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Configuration menu - View commit details
-
Copy full SHA for a3f1387 - Browse repository at this point
Copy the full SHA a3f1387View commit details -
Replace fmt.Errorf with errors.New in abi argument (ethereum#25181)
Replace unnecessary fmt.Errorf with errors.New in accounts/abi/argument.go
Configuration menu - View commit details
-
Copy full SHA for 804525a - Browse repository at this point
Copy the full SHA 804525aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 652ce57 - Browse repository at this point
Copy the full SHA 652ce57View commit details -
consensus/beacon: copy td value so we can modify it (ethereum#25230)
* consensus/beacon: copy td value so we can modify it * consensus/beacon: copy td value so we can modify it
Configuration menu - View commit details
-
Copy full SHA for 77828e3 - Browse repository at this point
Copy the full SHA 77828e3View commit details -
core: allow external code to set the block validator for malicious te…
…sts (ethereum#25119) * core: don't validate state * core: allow external validator * core: revert * core: comments * Update blockchain_reader.go * core: move SetValidator to blockchain.go * core: rename method
Configuration menu - View commit details
-
Copy full SHA for 8052b63 - Browse repository at this point
Copy the full SHA 8052b63View commit details -
core: apply ttd override to uninitialized db (ethereum#25136)
* core: apply ttd override to genesis block * core: apply overrides properly
Configuration menu - View commit details
-
Copy full SHA for 8ebcd52 - Browse repository at this point
Copy the full SHA 8ebcd52View commit details -
signer/core/apitypes: support primitive types int96/uint96 (ethereum#…
…25105) I have a EIP712 typehash using uint96, but it's currently not supported by go-ethereum. This change fixes it.
Configuration menu - View commit details
-
Copy full SHA for 703beb3 - Browse repository at this point
Copy the full SHA 703beb3View commit details -
cmd/geth, cmd/devp2p: fix some cli parsing issues (ethereum#25234)
* cmd/geth: add some missing argument count checks * internal/flags: skip cmds with no action func in MigrateGlobalFlags * internal/flags: add Merge * cmd/devp2p: re-add listener config flags in discv4 commands
Configuration menu - View commit details
-
Copy full SHA for 8cbcc6c - Browse repository at this point
Copy the full SHA 8cbcc6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9875caf - Browse repository at this point
Copy the full SHA 9875cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ce2b2 - Browse repository at this point
Copy the full SHA 65ce2b2View commit details -
go.mod: updated logfmt dependency (ethereum#25231)
This fixes an issue in abigen tests with go 1.17.
Configuration menu - View commit details
-
Copy full SHA for bde7ac7 - Browse repository at this point
Copy the full SHA bde7ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6a9ad - Browse repository at this point
Copy the full SHA 4c6a9adView commit details -
trie: fix typo in comment (ethereum#25241)
paralallel -> parallel
Configuration menu - View commit details
-
Copy full SHA for c434479 - Browse repository at this point
Copy the full SHA c434479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ee0c5 - Browse repository at this point
Copy the full SHA 95ee0c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae812f - Browse repository at this point
Copy the full SHA 6ae812fView commit details -
rpc: add graceful shutdown timeout for HTTP server (ethereum#25258)
This change ensures the HTTP server will always terminate within at most 5s, even when all connections are busy and do not become idle. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 784ff14 - Browse repository at this point
Copy the full SHA 784ff14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0dc74 - Browse repository at this point
Copy the full SHA ed0dc74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d88179 - Browse repository at this point
Copy the full SHA 1d88179View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6afa3 - Browse repository at this point
Copy the full SHA ce6afa3View commit details -
eth/tracers: add initial revertReasonTracer tracer (ethereum#25265)
Adds a native tracer that returns that in case of failure returns the error message or the revert reason of a transaction. Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 6e1c728 - Browse repository at this point
Copy the full SHA 6e1c728View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98417f - Browse repository at this point
Copy the full SHA d98417fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9ed59 - Browse repository at this point
Copy the full SHA ca9ed59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e141cd9 - Browse repository at this point
Copy the full SHA e141cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80904e - Browse repository at this point
Copy the full SHA b80904eView commit details -
accounts/abi/bind/backends: return hash of new blocks (ethereum#25163)
Co-authored-by: Jens <jmw.1906@gmx.de>
Configuration menu - View commit details
-
Copy full SHA for 22f5e83 - Browse repository at this point
Copy the full SHA 22f5e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f93ff9 - Browse repository at this point
Copy the full SHA 6f93ff9View commit details -
internal/ethapi: error if tx args includes chain id that doesn't matc…
…h local (ethereum#25157) * internal/ethapi: error if tx args includes chain id that doesn't match local * internal/ethapi: simplify code a bit Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ecad8d6 - Browse repository at this point
Copy the full SHA ecad8d6View commit details -
core: remove lock in BlockChain.ExportN (ethereum#25254)
* Remove locking in (*BlockChain).ExportN Since ExportN is read-only, it shouldn't need the lock. (?) * Add hash check to detect reorgs during export. * fix check order * Update blockchain.go * Update blockchain.go Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59ac828 - Browse repository at this point
Copy the full SHA 59ac828View commit details -
core: prevent negative fee during RPC calls (ethereum#25214)
During RPC calls such as eth_call and eth_estimateGas, st.evm.Config.NoBaseFee is set which allows the gas price to be below the base fee. This results the tip being negative, and balance being subtracted from the coinbase instead of added to it, which results in a potentially negative coinbase balance interestingly. This can't happen during normal chain processing as outside of RPC calls the gas price is required to be at least the base fee, as NoBaseFee is false. This change prevents this behavior by disabling fee payment when the fee is not set. Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com> Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 5240444 - Browse repository at this point
Copy the full SHA 5240444View commit details -
core, les, eth: port snap sync changes (ethereum#24898)
core, eth, les, trie: rework snap sync
Configuration menu - View commit details
-
Copy full SHA for 67064d8 - Browse repository at this point
Copy the full SHA 67064d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e930c6a - Browse repository at this point
Copy the full SHA e930c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 924c2af - Browse repository at this point
Copy the full SHA 924c2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 815c446 - Browse repository at this point
Copy the full SHA 815c446View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf994e2 - Browse repository at this point
Copy the full SHA bf994e2View commit details -
accounts/abi: substitude arg%d to the range keyword (ethereum#25307)
* accounts/abi: substitude arg%d to the range keyword * support more keywords * review feedback
Configuration menu - View commit details
-
Copy full SHA for c32b8f0 - Browse repository at this point
Copy the full SHA c32b8f0View commit details -
params: Add Shanghai and Cancun blocks (ethereum#25305)
* params: Add Shangai and Cancun blocks * fix copy/paste error Co-authored-by: Martin Holst Swende <martin@swende.se> * fix typo in Shanghai name Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 10be390 - Browse repository at this point
Copy the full SHA 10be390View commit details -
cmd/puppeth: remove support for exporting non-Geth genesis configurat…
…ions (ethereum#25329) * cmd/puppeth: remove support for exporting non-Geth genesis configurations * remove unused function
Configuration menu - View commit details
-
Copy full SHA for 08c33fc - Browse repository at this point
Copy the full SHA 08c33fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6cd15 - Browse repository at this point
Copy the full SHA 9a6cd15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824ee3f - Browse repository at this point
Copy the full SHA 824ee3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c2d17 - Browse repository at this point
Copy the full SHA 38c2d17View commit details -
cmd/geth: eth/catalyst: enable authrpc by default (ethereum#25152)
* cmd/geth: eth/catalyst: enable authrpc by default * eth/catalyst: rename catalyst -> Engine API in logs * eth/catalyst: don't panic
Configuration menu - View commit details
-
Copy full SHA for 97269f0 - Browse repository at this point
Copy the full SHA 97269f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c155029 - Browse repository at this point
Copy the full SHA c155029View commit details -
Configuration menu - View commit details
-
Copy full SHA for d196476 - Browse repository at this point
Copy the full SHA d196476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b02e7 - Browse repository at this point
Copy the full SHA 13b02e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f4fa3 - Browse repository at this point
Copy the full SHA 36f4fa3View commit details -
p2p/netutil: minor code cosmetic
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bed838a - Browse repository at this point
Copy the full SHA bed838aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 303cdb1 - Browse repository at this point
Copy the full SHA 303cdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf80eb7 - Browse repository at this point
Copy the full SHA bf80eb7View commit details -
all: add whitespace linter (ethereum#25312)
* golangci: typo Signed-off-by: Delweng <delweng@gmail.com> * golangci: add whietspace Signed-off-by: Delweng <delweng@gmail.com> * *: rm whitesapce using golangci-lint Signed-off-by: Delweng <delweng@gmail.com> * cmd/puppeth: revert accidental resurrection Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45e0f84 - Browse repository at this point
Copy the full SHA 45e0f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4862cb - Browse repository at this point
Copy the full SHA d4862cbView commit details -
eth: support bubbling up bad blocks from sync to the engine API (ethe…
…reum#25190) * eth: support bubbling up bad blocks from sync to the engine API * eth/catalyst: fix typo Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> * eth/catalyst: fix typo Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> * Update eth/catalyst/api.go * eth/catalyst: when forgetting bad hashes, also forget descendants * eth/catalyst: minor bad block tweaks for resilience Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for 46c12c7 - Browse repository at this point
Copy the full SHA 46c12c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa217a1 - Browse repository at this point
Copy the full SHA aa217a1View commit details -
core: eth: rpc: implement safe rpc block (ethereum#25165)
* core: eth: rpc: implement safe rpc block * core: fix setHead, panics
Configuration menu - View commit details
-
Copy full SHA for f594da2 - Browse repository at this point
Copy the full SHA f594da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9387cdf - Browse repository at this point
Copy the full SHA 9387cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f702612 - Browse repository at this point
Copy the full SHA f702612View commit details -
Configuration menu - View commit details
-
Copy full SHA for baae0a4 - Browse repository at this point
Copy the full SHA baae0a4View commit details -
core, trie, eth, cmd: rework preimage store (ethereum#25287)
* core, trie, eth, cmd: rework preimage store * trie: address comment
Configuration menu - View commit details
-
Copy full SHA for bb98783 - Browse repository at this point
Copy the full SHA bb98783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cc189 - Browse repository at this point
Copy the full SHA 03cc189View commit details -
node: set JWT expiry to 60 seconds (ethereum#25416)
* node: set JWT expiry to 60 seconds * node: rename var
Configuration menu - View commit details
-
Copy full SHA for cde4554 - Browse repository at this point
Copy the full SHA cde4554View commit details -
eth/catalyst: return syncing not accepted (ethereum#25414)
* eth/catalyst: return syncing not accepted * eth/catalyst: fix test
Configuration menu - View commit details
-
Copy full SHA for 5546917 - Browse repository at this point
Copy the full SHA 5546917View commit details -
eth/catalyst: return 0x0 if latestvalid is pow block (ethereum#25423)
* eth/catalyst: return 0x0 if latestvalid is pow block * eth/catalyst: return 0x0 if latestvalid is pow block * eth/catalyst: fix header retrieval, fix sign check Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5a4c75 - Browse repository at this point
Copy the full SHA f5a4c75View commit details -
ethereum, ethclient: add FeeHistory support (ethereum#25403)
Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 90d297a - Browse repository at this point
Copy the full SHA 90d297aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b216ed - Browse repository at this point
Copy the full SHA 4b216edView commit details -
cm/puppeth: fix crash when of ethstats specifier doesn't contain
:
(e……thereum#25405) Signed-off-by: Delweng <delweng@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d1f8d8 - Browse repository at this point
Copy the full SHA 9d1f8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2193d12 - Browse repository at this point
Copy the full SHA 2193d12View commit details -
common/compiler: json unmarshalling error checks (ethereum#25449)
complier/solidity:add json.Unmarshal err check
Configuration menu - View commit details
-
Copy full SHA for 59d6dba - Browse repository at this point
Copy the full SHA 59d6dbaView commit details -
cmd, core, eth, les, params: add merge-passed chain config (ethereum#…
…24538) * cmd, core, eth, les, params: add merge-passed chain config * eth/catalyst, params: add various warning on malfunctioning beacons * eth/catalyst: fix warning for beacons without transition exchanges
Configuration menu - View commit details
-
Copy full SHA for 08a2784 - Browse repository at this point
Copy the full SHA 08a2784View commit details -
eth: fix typo in catalyst api (ethereum#25460)
eth: fix typo
Configuration menu - View commit details
-
Copy full SHA for b92727b - Browse repository at this point
Copy the full SHA b92727bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5c4a4 - Browse repository at this point
Copy the full SHA 8c5c4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8b903 - Browse repository at this point
Copy the full SHA 7c8b903View commit details -
consensus/ethash: remove temp files created during DAG generation (et…
…hereum#25381) This makes it remove not only the actual DAG file, but also the temporary file which the DAG data is written to while generating.
Configuration menu - View commit details
-
Copy full SHA for 679c151 - Browse repository at this point
Copy the full SHA 679c151View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaaf4b9 - Browse repository at this point
Copy the full SHA aaaf4b9View commit details -
node, rpc: add ReadHeaderTimeout config option (ethereum#25338)
This change makes http.Server.ReadHeaderTimeout configurable separately from ReadTimeout for RPC servers. The default is set to the same as ReadTimeout, which in order to cause no change in existing deployments.
Configuration menu - View commit details
-
Copy full SHA for 9d60f95 - Browse repository at this point
Copy the full SHA 9d60f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c30d5 - Browse repository at this point
Copy the full SHA 63c30d5View commit details -
core: preallocate batch size in bloomIndexer (ethereum#25289)
This change reduces allocations when committing bloombits indexes by creating the database batch with a larger initial size.
Configuration menu - View commit details
-
Copy full SHA for 487a622 - Browse repository at this point
Copy the full SHA 487a622View commit details -
internal/ethapi: don't estimate gas if no limit provided in eth_creat…
…eAccessList (ethereum#25467) Because the goal of eth_createAccessList is providing the caller with the largest-possible access list, it's generally not important that the gas limit used by the tracer will match the usage of the call exactly. Avoiding the gas estimation step is a performance improvement. As long as the call does not branch based on gas limit, the returned access list will be accurate.
Configuration menu - View commit details
-
Copy full SHA for 4c78342 - Browse repository at this point
Copy the full SHA 4c78342View commit details -
graphql: embed *Resolver instead of backend interface (ethereum#25468)
This creates some infrastructure to share resources between graphql API objects.
Configuration menu - View commit details
-
Copy full SHA for 136c475 - Browse repository at this point
Copy the full SHA 136c475View commit details -
node: remove noop path.Join (ethereum#25475)
Signed-off-by: Delweng <delweng@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a29d7f8 - Browse repository at this point
Copy the full SHA a29d7f8View commit details -
core, trie: rework trie committer (ethereum#25320)
* all: rework trie and trie committer * all: get rid of internal cache in trie * all: fixes * trie: polish * core, trie: address comments * trie: fix imports * core/state: address comments * core/state/snapshot: polish * trie: remove unused code * trie: update tests * trie: don't set db as nil * trie: address comments * trie: unskip test
Configuration menu - View commit details
-
Copy full SHA for e1773dc - Browse repository at this point
Copy the full SHA e1773dcView commit details -
core: use TryGetAccount to read what TryUpdateAccount has written (et…
…hereum#25458) * core: use TryGetAccount to read where TryUpdateAccount has been used to write * Gary's review feedback * implement Gary's suggestion * fix bug + rename NewSecure into NewStateTrie * trie: add backwards-compatibility aliases for SecureTrie * Update database.go * make the linter happy Co-authored-by: Felix Lange <fjl@twurst.com> Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb3fba8 - Browse repository at this point
Copy the full SHA cb3fba8View commit details -
cmd, core, ethdb, node: move chain freezer one folder deeper (ethereu…
…m#25487) * cmd, core, ethdb, node: create chain freezer in a sub folder * core/rawdb: remove unused code * core, ethdb, node: add AncientDatadir API back * cmd, core: extend freezer info dump for sub-ancient-store * core/rawdb: rework freezer inspector * core/rawdb: address comments from Peter * core/rawdb: fix build issue
Configuration menu - View commit details
-
Copy full SHA for 1300fb2 - Browse repository at this point
Copy the full SHA 1300fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a48b3 - Browse repository at this point
Copy the full SHA 07a48b3View commit details -
core: fix uncle creation in TestFastVsFullChains (ethereum#25476)
Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for e57e841 - Browse repository at this point
Copy the full SHA e57e841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0350be6 - Browse repository at this point
Copy the full SHA 0350be6View commit details -
eth/tracers: add onlyTopCall option to callTracer (ethereum#25430)
This PR allows users to pass in a config object directly to the tracers. Previously only the struct logger was configurable. It also adds an option to the call tracer which if enabled makes it ignore any subcall and collect only information about the top-level call. See ethereum#25419 for discussion. The tracers will silently ignore if they are passed a config they don't care about.
Configuration menu - View commit details
-
Copy full SHA for 687caf4 - Browse repository at this point
Copy the full SHA 687caf4View commit details -
all: cleanup the APIs for initializing genesis (ethereum#25473)
* all: polish tests * core: apply feedback from Guillaume * core: fix comment
Configuration menu - View commit details
-
Copy full SHA for 92f3a88 - Browse repository at this point
Copy the full SHA 92f3a88View commit details -
signer/rules: register clef api properly when rules are used (ethereu…
…m#25455) signer/rules: register clef api properly when rules are used, fixes ethereum#25298
Configuration menu - View commit details
-
Copy full SHA for 1ca78af - Browse repository at this point
Copy the full SHA 1ca78afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6caca2e - Browse repository at this point
Copy the full SHA 6caca2eView commit details -
build: add static linking support (ethereum#25492)
This adds support for building statically-linked executables using ci.go. Static linking is enabled by default in Docker builds, making it possible to use the geth executable in any Docker image, regardless of the Linux distribution the Dockerfile is based on. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for ef49fef - Browse repository at this point
Copy the full SHA ef49fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c7883 - Browse repository at this point
Copy the full SHA 21c7883View commit details -
internal/ethapi: rework setDefaults for tx args so fee logic is separ…
…ate (ethereum#25197) Co-authored-by: bobpkr <bob.p@krustuniverse.com>
Configuration menu - View commit details
-
Copy full SHA for 277e798 - Browse repository at this point
Copy the full SHA 277e798View commit details -
core/genesis: remove calaverasAllocData (ethereum#25516)
core/genesis: calaverasAllocData no longer used
Configuration menu - View commit details
-
Copy full SHA for 0048c17 - Browse repository at this point
Copy the full SHA 0048c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0dca6b - Browse repository at this point
Copy the full SHA a0dca6bView commit details -
params: set mainnet terminal total difficulty for the merge (ethereum…
…#25528) * params: set mainnet ttd to 58_750_000_000_000_000_000_000 * params: set mainnet ttd to 58_750_000_000_000_000_000_000
Configuration menu - View commit details
-
Copy full SHA for 8781584 - Browse repository at this point
Copy the full SHA 8781584View commit details -
core, trie: flush preimages to db on blockchain close (ethereum#25533)
* core, trie: flush preimages to db on database close Co-authored-by: rjl493456442 <garyrong0905@gmail.com> * rename Close to CommitPreimages for clarity * core, trie: nitpick fixes Co-authored-by: rjl493456442 <garyrong0905@gmail.com> Co-authored-by: Péter Szilágyi <peterke@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 535b154 - Browse repository at this point
Copy the full SHA 535b154View commit details -
core/state, trie, light: add a TryDeleteAccount method (ethereum#25531)
* core/state, trie, light: Add a DeleteAccount method * review feedback * Update database.go * pr triage feedback Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ac43e5 - Browse repository at this point
Copy the full SHA 6ac43e5View commit details -
core: make tx journal check and open atomic (ethereum#25530)
* core: reduce system call about `os` * avoid deprecated method
Configuration menu - View commit details
-
Copy full SHA for 86bf6b0 - Browse repository at this point
Copy the full SHA 86bf6b0View commit details -
cmd. core: save preimages on genesis creation (ethereum#25538)
force preimage dump for genesis
Configuration menu - View commit details
-
Copy full SHA for b6efce8 - Browse repository at this point
Copy the full SHA b6efce8View commit details -
rlp/rlpgen: fix error handling when target type not found (ethereum#2…
…5547) typ will be nil when lookupStructType returns an error. cfg.Type should be used instead.
Configuration menu - View commit details
-
Copy full SHA for e09ac14 - Browse repository at this point
Copy the full SHA e09ac14View commit details -
trie: improve node rlp decoding performance (ethereum#25357)
This avoids copying the input []byte while decoding trie nodes. In most cases, particularly when the input slice is provided by the underlying database, this optimization is safe to use. For cases where the origin of the input slice is unclear, the copying version is retained. The new code performs better even when the input must be copied, because it is now only copied once in decodeNode.
Configuration menu - View commit details
-
Copy full SHA for 6f944e0 - Browse repository at this point
Copy the full SHA 6f944e0View commit details -
all: fix some typos (ethereum#25551)
* Fix some typos * Fix some mistakes * Revert 4byte.json * Fix an incorrect fix * Change files to fails
Configuration menu - View commit details
-
Copy full SHA for 6bdf042 - Browse repository at this point
Copy the full SHA 6bdf042View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c2f07 - Browse repository at this point
Copy the full SHA c1c2f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84464de - Browse repository at this point
Copy the full SHA 84464deView commit details -
eth, les: unlock downloader peerSet if there's an error (ethereum#25546)
Unlock peerSet if there's an error in the downloader
Configuration menu - View commit details
-
Copy full SHA for 81efdf1 - Browse repository at this point
Copy the full SHA 81efdf1View commit details -
cmd/geth: parse uint64 value with ParseUint instead of Atoi (ethereum…
…#25545) Parse uint64 value with ParseUint instead of Atoi
Configuration menu - View commit details
-
Copy full SHA for a99e481 - Browse repository at this point
Copy the full SHA a99e481View commit details -
consensus/beacon: check ttd reached on pos blocks (ethereum#25552)
* consensus/beacon: check ttd reached on pos blocks * consensus/beacon: check ttd reached on pos blocks * consensus/beacon: check ttd reached on pos blocks
Configuration menu - View commit details
-
Copy full SHA for 133f9dd - Browse repository at this point
Copy the full SHA 133f9ddView commit details -
eth/filters: add global block logs cache (ethereum#25459)
This adds a cache for block logs which is shared by all filters. The cache size of is configurable using the `--cache.blocklogs` flag. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for d9c73d6 - Browse repository at this point
Copy the full SHA d9c73d6View commit details -
accounts/abi: fix set function (ethereum#25477)
* accounts/abi: fix set function * don't break things * update test
Configuration menu - View commit details
-
Copy full SHA for 2693971 - Browse repository at this point
Copy the full SHA 2693971View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfac8b9 - Browse repository at this point
Copy the full SHA dfac8b9View commit details -
eth/fetcher: don't spend too much time on transaction inclusion (ethe…
…reum#25524) * eth/fetcher: introduce some lag in tx fetching * eth/fetcher: change conditions a bit * eth/fetcher: use per-batch quota check * eth/fetcher: fix some comments * eth/fetcher: address review concerns * eth/fetcher: fix panic + add warn log * eth/fetcher: fix log * eth/fetcher: fix log * cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests * cmd/devp2p/internal/ethtest: fix TestLargeTxRequest This increases the number of tx relay messages the test waits for. Since go-ethereum now processes incoming txs in smaller batches, the announcement messages it sends are also smaller. Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for 33b52f4 - Browse repository at this point
Copy the full SHA 33b52f4View commit details -
Revert "eth/fetcher: don't spend too much time on transaction inclusi…
…on" (ethereum#25567) Revert "eth/fetcher: don't spend too much time on transaction inclusion (ethereum#25524)" This reverts commit 0ce494b.
Configuration menu - View commit details
-
Copy full SHA for 5c70268 - Browse repository at this point
Copy the full SHA 5c70268View commit details -
eth/catalyst: warn less frequently if no beacon client is available (e…
…thereum#25569) * eth/catalyst: warn less frequently if no beacon client is available * eth/catalyst: tweak warning frequency a bit * eth/catalyst: some more tweaks * Update api.go Co-authored-by: Felix Lange <fjl@twurst.com>
Configuration menu - View commit details
-
Copy full SHA for bb45a27 - Browse repository at this point
Copy the full SHA bb45a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4468d7d - Browse repository at this point
Copy the full SHA 4468d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b1ded - Browse repository at this point
Copy the full SHA 43b1dedView commit details -
core, eth/downloader: handle spurious junk bodies from racey rollbacks (
ethereum#25578) * eth/downloader: handle junkbodies/receipts in the beacon sync * core: check for header presence when checking for blocks
Configuration menu - View commit details
-
Copy full SHA for 1a7bc50 - Browse repository at this point
Copy the full SHA 1a7bc50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a872dad - Browse repository at this point
Copy the full SHA a872dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 104a41e - Browse repository at this point
Copy the full SHA 104a41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75aa785 - Browse repository at this point
Copy the full SHA 75aa785View commit details -
graphql: return correct logs for tx (ethereum#25612)
* graphql: fix tx logs * minor * Use optimized search for selecting tx logs
Configuration menu - View commit details
-
Copy full SHA for dd0c952 - Browse repository at this point
Copy the full SHA dd0c952View commit details -
graphql: fixes missing tx logs (ethereum#25745)
* graphql: fix tx logs * graphql: refactor test service setup * graphql: add test for tx logs
Configuration menu - View commit details
-
Copy full SHA for 51674c4 - Browse repository at this point
Copy the full SHA 51674c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621760a - Browse repository at this point
Copy the full SHA 621760aView commit details -
params: set TerminalTotalDifficultyPassed to true (ethereum#25769)
* params: set TerminalTotalDifficultyPassed to true * Update params/config.go Co-authored-by: Martin Holst Swende <martin@swende.se>
Configuration menu - View commit details
-
Copy full SHA for be8759b - Browse repository at this point
Copy the full SHA be8759bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b69c54 - Browse repository at this point
Copy the full SHA 5b69c54View commit details