Commit Graph

482 Commits (f20eba426a1a871f98d0d988bfd51767364650b7)

Author SHA1 Message Date
Sina Mahmoodi 0e06735201
internal/web3ext: fix eth_call in console, part III (#26268) 2 years ago
Sina Mahmoodi 63ffda3251
internal/web3ext: fix eth.call regression in console (#26266) 2 years ago
Sina Mahmoodi 1325fef102
internal/web3ext: fix eth_call stateOverrides in console (#26265) 2 years ago
Martin Holst Swende 97c563e055
rpc, internal/guide: speed up tests a bit (#26193) 2 years ago
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126) 2 years ago
Felix Lange 5b4c149f97
internal/debug: add --log.file option (#26149) 2 years ago
s7v7nislands 9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core (#26012) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago
Martin Holst Swende 07e0704ca9
internal/flags: fix issue with stringslice migration (#25830) 2 years ago
TY 88132afc3f
internal/ethapi: handle odd length hex in decodeHash (#25883) 2 years ago
Felix Lange 65f3c1b46f
internal/version: use gitCommit injection in version handling code (#25851) 2 years ago
Felix Lange 468d1844c7
core: move build version reading to its own package (#25806) 2 years ago
lightclient 8ade5e6c14
internal/ethapi: return error when requesting invalid trie key (#25762) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
lightclient 70e1e65b1d
internal/ethapi: rename debug getters to match spec (#25176) 2 years ago
Felix Lange ac7ad811b4
internal/ethapi: fix build regression (#25555) 2 years ago
Sina Mahmoodi 36874b63a1
eth/filters: add global block logs cache (#25459) 2 years ago
ucwong fa1305f8bf
internal/ethapi: fix comment typo (#25548) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
lightclient 0be9d76e37
internal/ethapi: rework setDefaults for tx args so fee logic is separate (#25197) 2 years ago
0xe3b0c4 c0cc6f6362
build: add static linking support (#25492) 2 years ago
lightclient 948e08d55b
internal/ethapi: don't estimate gas if no limit provided in eth_createAccessList (#25467) 2 years ago
lightclient 9ad508018e
ethereum, ethclient: add FeeHistory support (#25403) 2 years ago
Marius van der Wijden c6dcd018d2
core: eth: rpc: implement safe rpc block (#25165) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Seungbae.yu d2247d9f5d
eth, internal, light: fix error string capitalization (#25364) 2 years ago
lightclient 434ca026c9
internal/ethapi: error if tx args includes chain id that doesn't match local (#25157) 2 years ago
Péter Szilágyi 68cd0cda4a
internal/build: add a timestamp to the tar archive folder 2 years ago
lightclient ae8ce72022
internal/ethapi: fix chain ID check to return all non-zero IDs (#25244) 2 years ago
Sina Mahmoodi cb7f35996d
internal/ethapi: add basefee to block overrides (#25219) 2 years ago
Felix Lange f6ac80c507
cmd/geth, cmd/devp2p: fix some cli parsing issues (#25234) 2 years ago
Seungbae.yu 2697e44d81
all: change format `0x%x` to `%#x` (#25221) 2 years ago
lightclient 3e693e1ef6
internal/ethapi: return chain id for EIP-155 legacy txs (#25155) 2 years ago
willian.eth 52ed3570c4
cmd: migrate to urfave/cli/v2 (#24751) 2 years ago
lightclient@protonmail.com 0c6f81f888
all: remove version field from rpc.API 2 years ago
lightclient 119f955686
all: remove `public` field from `rpc.API` (#25059) 2 years ago
lightclient c7f485d9e5
internal/ethapi: add note about eth_chainId compatibility with EIP-695 (#25168) 2 years ago
lightclient 647c6f2db6
internal/ethapi: always return chain id (#25166) 2 years ago
lightclient 10dc5dce08
all: remove concept of public/private API definitions (#25053) 2 years ago
Sina Mahmoodi d39f0cce71
internal/ethapi: remove SignAndSendTransaction (#25111) 2 years ago
Kosuke Taniguchi ba99e19215
internal/ethapi: add comment explaining return of nil instead of error (#25097) 2 years ago
lmittmann bc013bc42e
all: prefer `new(big.Int)` over `big.NewInt(0)` (#25087) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
Luozhu 3f5b5ec3e5
internal/ethapi: fix typo in comment (#25056) 2 years ago
Sina Mahmoodi d9566e39bd
eth/filters: fix getLogs for pending block (#24949) 2 years ago
Martin Holst Swende d8a2305565
eth/tracers: add support for block overrides in debug_traceCall (#24871) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Marius van der Wijden e6fa102eb0
core, eth, internal, rpc: implement final block (#24282) 2 years ago
Martin Holst Swende 57192bd0dc
ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836) 2 years ago
Håvard Anda Estensen 4b309c7006
all: replace non-trivial uses of package ioutil with os (#24886) 2 years ago