Commit Graph

662 Commits (f321dfa827119d1b46751b0a61fe9d095e2d467f)

Author SHA1 Message Date
phenix3443 52234eb172
internal/flags: fix typo (#28133) 1 year ago
cam-schultz 217719347d
internal/ethapi: correctly calculate effective gas price (#28130) 1 year ago
Péter Szilágyi 16cd1a7561
cmd/geth, internal/flags: print envvar config source and bad names (#28119) 1 year ago
Péter Szilágyi ee654626ad
internal/flags: fix loading env vars for custom flags (#28117) 1 year ago
Péter Szilágyi 86bc2cdf33 internal/flags: fix linter 1 year ago
Péter Szilágyi d9fbb71d63
cmd/geth, internal/flags, go.mod: colorize cli help, support env vars (#28103) 1 year ago
Martin Holst Swende 43df612268
internal, log: remove code for old unsupported go-versions (#28090) 1 year ago
rjl493456442 0acc0a1f86
core/state: simplify storage trie update and commit (#28030) 1 year ago
Martin Holst Swende 6aa88ccdd2
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) 1 year ago
Felix Lange 4c7053baf1
core: add BeaconRoot to header in GenerateChain (#27974) 1 year ago
Delweng 9f4a528793
internal/ethapi: add testcases for blobTx (#27818) 1 year ago
Marius van der Wijden 7dea9c10cd
internal/ethapi: eth API changes needed for 4844 (#27928) 1 year ago
Roberto Bayardo 950ccddfc8
internal/ethapi: optimize & clean up EstimateGas (#27710) 1 year ago
Delweng f1801a9fed
internal/ethapi: implement eth_getBlockReceipts (#27702) 1 year ago
Felix Lange 68860063fb
internal/build: apply -ubuntu to env (#27910) 1 year ago
Felix Lange e91b21ce2b
go.mod, build: upgrade c-kzg-4844 (#27907) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
rjl493456442 503f1f7ada
all: activate pbss as experimental feature (#26274) 1 year ago
Amin Talebi eeebb07c73
internal/ethapi: add state override to estimateGas (#27845) 1 year ago
ucwong 857476753d
internal: use atomic type (#27858) 1 year ago
Christopher Harrison 60070fe5c6
internal/ethapi, graphql: correct comments about gas price logic (#27752) 1 year ago
Felix Lange bb148dd342
core/types: support yParity field in JSON transactions (#27744) 1 year ago
Delweng 7c95ebd63d
consensus/misc: move eip1559 into a package (#27828) 1 year ago
Delweng 5d035043ea
internal/ethapi: add more testcase for GetTransactionReceipt (#27527) 1 year ago
Delweng 10a136a4f9
internal: early exit if tx for getTxReceipt not found (#27712) 1 year ago
Delweng aecf3f9579
internal/blocktest: add package for shared test code (#27270) 1 year ago
jwasinger ea782809f7
cmd/geth: implement dev mode for post-merge (#27327) 1 year ago
Curith 6ca3ef9a7b
node: fix listening on IPv6 address (#27628) (#27635) 1 year ago
James Prestwich fd5d2ef0a6
internal/ethapi: quantity-encode storage keys in eth_getProof response (#27309) 1 year ago
jwasinger 8c288b528d
internal/ethapi: use same state for each invocation within EstimateGas (#27505) 1 year ago
Delweng 84b05d4f34
internal/build: ignore some files in FindMainPackages (#27521) 1 year ago
rjl493456442 ceca4578ca
trie: remove parameter 'fromLevel' in Prove (#27512) 1 year ago
Dan Laine 87e510d963
internal/ethapi, les: use slices package for sorting (#27492) 1 year ago
John Chase 168d0cc3b3
internal/jsre/deps: fix typos in web3.js (#27500) 1 year ago
Péter Szilágyi d40a255e97
all: move main transaction pool into a subpool (#27463) 1 year ago
hero5512 5ac4da3653
internal/ethapi: remove error return on RPCMarshalBlock (#27449) 1 year ago
Delweng 0783cb7d91
eth,core: add api debug_getTrieFlushInterval (#27303) 1 year ago
jin 2372fb2781
internal/web3ext: fix parameter count of miner_start (#27400) 1 year ago
James Prestwich 61dcf76230
internal/ethapi: prevent unnecessary resource usage in eth_getProof implementation (#27310) 1 year ago
Delweng c57b3436f4
internal/ethapi: add more testcases for block/header rpc (#27325) 1 year ago
Delweng 1816cdc9fd
internal/ethapi: don't return header size from rpc (#27347) 1 year ago
Delweng b21ba668e6
internal,tests: replace noarg fmt.Errorf with errors.New (#27335) 1 year ago
Delweng 6fe0252571
rpc, internal/cmdtest: increase timeout in tests (#27083) 1 year ago
Alex Mylonas ae1d90e710
internal/ethapi: make NewAccount return EIP-55 format (#26973) 1 year ago
Delweng 6e3aa86a2b
internal/ethapi: minor refactor in block serialization (#27268) 1 year ago
makcandrov dffd804ca2
internal/ethapi: remove unused err-return (#27240) 1 year ago
zhiqiangxu 0b66d47449
internal/ethapi: make EstimateGas use `latest` block by default (#24363) 1 year ago
Péter Szilágyi 2169fa343a
crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) 1 year ago
Péter Szilágyi dde2da0efb
all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 1 year ago
David Dzhalaev 29c33d9bab
graphql, internal: fix typos in comments (#27184) 1 year ago