Commit Graph

680 Commits (master)

Author SHA1 Message Date
Martin HS f3b4bbbaf3
all: remove `personal` RPC namespace (#30704) 5 days ago
Péter Szilágyi a1d049c1c4
internal/flags: remove low-use type TextMarshalerFlag (#30707) 5 days ago
Péter Szilágyi 20bf543a64
internal/flags: remove Merge, it's identical to slices.Concat (#30706) 5 days ago
Péter Szilágyi 8c73523812
appveyor, build, internal: ci.go cleanups, add package dep checker (#30696) 1 week ago
Martin HS 459bb4a647
core/state: move state log mechanism to a separate layer (#30569) 2 weeks ago
Péter Szilágyi a5fe7353cf
common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2 weeks ago
Péter Szilágyi dac54e31a7
build, internal, version: break ci.go/version->common dependency (#30638) 2 weeks ago
Péter Szilágyi bb527b949a
build: get rid of ci.go -> common direct dependency (#30637) 2 weeks ago
Péter Szilágyi 48d05c43c9
all: get rid of custom MaxUint64 and MaxUint64 (#30636) 2 weeks ago
Péter Szilágyi 368e16f39d
core, eth, ethstats: simplify chain head events (#30601) 3 weeks ago
jwasinger 4b9c7821b9
internal/ethapi: refactor `TxArgs.setCancunFeeDefaults` (#30541) 3 weeks ago
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587) 3 weeks ago
Felix Lange 3a5313f3f3
all: implement EIP-7002 & EIP-7251 (#30571) 4 weeks ago
Felix Lange 2936b41514
all: implement flat deposit requests encoding (#30425) 4 weeks ago
Sina M 6416813cbe
internal/web3ext: rm unused modules (#30532) 1 month ago
Sina M 40fd887df6
internal/ethapi: remove td field from block (#30386) 1 month ago
Sina M f2e13c7e33
internal/ethapi: fix gascap 0 for eth_simulateV1 (#30496) 1 month ago
jwasinger 564b616163
internal/ethapi/api: for simulated calls, set gaspool to max value if global gascap is 0 (#30474) 1 month ago
Håvard Anda Estensen 4c4f21293e
internal: run tests in parallel (#30381) 2 months ago
Sina M 8f4fac7b86
internal/ethapi: eth_multicall (#27720) 2 months ago
Marius van der Wijden b0b67be0a2
all: remove forkchoicer and reorgNeeded (#29179) 2 months ago
lightclient dfd33c7792
all: implement EIP-6110, execution layer triggered deposits (#29431) 2 months ago
stevemilk 3c37db7989
all: clean up goerli flag and config (#30289) 3 months ago
Martin HS d0fd1331f1
all: update to go version 1.23.0 (#30323) 3 months ago
Martin HS 60db6a7b42
internal/build: include git-date on detached head (#30320) 3 months ago
Felix Lange e4675771ed
internal/debug: remove memsize (#30253) 3 months ago
lightclient f94baab238
internal/ethapi: fix state override test (#30228) 3 months ago
caseylove ac0f220040
eth/tracers, internal/ethapi: remove unnecessary map pointer in state override (#30094) 3 months ago
rjl493456442 766ce23032
core/state: fix SetStorage override behavior (#30185) 4 months ago
jwasinger 41abab9e39
build: add check for stale generated files (#30037) 4 months ago
AMIR 73f7e7c087
internal/debug: remove unnecessary log level assignment (#30044) 4 months ago
Ha DANG 67a862db9d
cmd/geth, ethdb/pebble: improve database statistic (#29948) 5 months ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 5 months ago
SangIlMo 682ae838b2
internal/ethapi: recap higher args.Gas with block GasLimit in DoEstimateGas (#29738) 5 months ago
Mobin Mohanan 7224576fba
core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) 5 months ago
Felix Lange 6a9158bb1b
p2p/discover: improved node revalidation (#29572) 6 months ago
Karl Bartel 0d4cdb3dbe
internal/ethapi: fix typos (#29784) 6 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 6 months ago
Martin HS 5e07054589
internal/ethapi: listen to ctx cancellation in access list (#29686) 6 months ago
yujinpark 2f6ff492ae
internal/ethapi: typo (#29636) 6 months ago
Ryan Schneider 1ec7af2612
eth: Add eth_blobBaseFee RPC and blob fields to eth_feeHistory (#29140) 7 months ago
Aaron Chen 34aac1d756
all: use big.Sign to compare with zero (#29490) 7 months ago
Aaron Chen 70bf94c34e
internal, signer/core: replace path.Join with filepath.Join (#29489) 7 months ago
Aaron Chen ed4bc7f27b
all: replace fmt.Errorf() with errors.New() if no param required (#29472) 7 months ago
imalasong 0dc09da7db
all: replace path.Join with filepath.Join (#29479) 7 months ago
Roberto Bayardo 8876868bb8
log: default JSON log handler should log all verbosity levels (#29471) 7 months ago
Martin HS 7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 7 months ago
lightclient 9cb8de8703
internal/debug: convert legacy log level value in debug_verbosity (#29356) 7 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 7 months ago
Matthieu Vachon 738b5a586e
Removes some leftover `err` check (#29339) 7 months ago