Commit Graph

353 Commits (d8ff53dfb8a516f47db37dbc7fd7ad18a1e8a125)

Author SHA1 Message Date
Marius van der Wijden 9d10856e84
core, eth, internal/ethapi: create access list RPC API (#22550) 4 years ago
Sina Mahmoodi 5338ce4447
internal/debug: add JSON log format and rename logging flags (#22341) 4 years ago
piersy 706683ea72
internal/ethapi: fix eth_chainId method (#22243) 4 years ago
Péter Szilágyi 55300d4fdb
all: fix miner hashRate -> hashrate on API calls 4 years ago
meowsbits e862cbff95
internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461) 4 years ago
Felföldi Zsolt dc109cce26
les: move server pool to les/vflux/client (#22377) 4 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
rene 8e547eecd5
cmd/utils: remove deprecated command line flags (#22263) 4 years ago
Marius van der Wijden 142fbcfd6f
internal/ethapi: reject non-replay-protected txs over RPC (#22339) 4 years ago
Martin Holst Swende c4a2b682ff
cmd/geth: add db commands stats, compact, put, get, delete (#22014) 4 years ago
Sina Mahmoodi 27786671d2
internal/debug: add switch to format logs with json (#22207) 4 years ago
Marius van der Wijden fba5a63afe
internal/ethapi: fix typo in comment (#22271) 4 years ago
Marius van der Wijden 28121324ac
internal/ethapi: comment nitpick (#22270) 4 years ago
Péter Szilágyi 573f373d2b
internal/ethapi: print tx details when submitting (#22170) 4 years ago
ligi db35d77b63
cmd, geth: CLI help fixes (#22220) 4 years ago
Marius van der Wijden 158f72cc0c
internal/ethapi: restore net_version RPC method (#22061) 4 years ago
Péter Szilágyi 017831dd5b
core, eth: split eth package, implement snap protocol (#21482) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Martin Holst Swende 6f88d6530a
trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) 4 years ago
Felix Lange 27d93c1848
build: add -dlgo flag in ci.go (#21824) 4 years ago
Felix Lange 5d20fbbb6f
cmd/devp2p, internal/utesting: implement TAP output (#21760) 4 years ago
Marius van der Wijden 3eebf34038
common: remove ToHex and ToHexArray (#21610) 4 years ago
Felix Lange 524aaf5ec6
p2p/discover: implement v5.1 wire protocol (#21647) 4 years ago
mr_franklin 5c6155f9f4
internal/web3ext: improve some web3 apis (#21639) 4 years ago
mr_franklin 4ee11b072e
cmd/bootnode,internal/debug: fix some comments (#21623) 4 years ago
mr_franklin a04294d160
internal/web3ext: improve eth_getBlockByNumber and eth_getBlockByHash console api (#21608) 4 years ago
Marius van der Wijden c1544423d6
internal/ethapi: fix nil deref + fix estimateGas console bindings (#21601) 4 years ago
Marius van der Wijden 0921f8a74f
internal/ethapi: add optional parameter blockNrOrHash to estimateGas (#21545) 4 years ago
Felföldi Zsolt 4996fce25a
les, les/lespay/server: refactor client pool (#21236) 4 years ago
Marius van der Wijden de971cc845
eth: added trace_call to trace on top of arbitrary blocks (#21338) 4 years ago
rene c0c01612e9
node: refactor package node (#21105) 4 years ago
gary rong 43e2e58cbd
accounts, internal: fix funding check when estimating gas (#21346) 4 years ago
rene 5b081ab214
cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) 4 years ago
gary rong 4edbc1f2bb
internal/ethapi: cap txfee for SignTransaction and Resend (#21231) 4 years ago
gary rong 6eef141aef
les: historical data garbage collection (#19570) 4 years ago
Adam Schmideg 6a48ae37b2
cmd/devp2p: add discv4 test suite (#21163) 4 years ago
Martin Holst Swende fa01117498
build/ci: handle split up listing (#21293) 4 years ago
meowsbits 490b380a04
cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) 4 years ago
Martin Holst Swende 04c4e50d72
ethapi: don't crash when keystore-specific methods are called but external signer used (#21279) 4 years ago
Martin Holst Swende 7451fc637d
internal/ethapi: default gas to maxgascap, not max int64 (#21284) 4 years ago
Martin Holst Swende 12867d152c
rpc, internal/ethapi: default rpc gascap at 25M + better error message (#21229) 4 years ago
gary rong 56a319b9da
cmd, eth, internal, les: add txfee cap (#21212) 4 years ago
HackyMiner 9371b2f70c
internal/web3ext: add missing params to debug.accountRange (#21208) 4 years ago
Yang Hau e30c0af861
build, internal/ethapi, crypto/bls12381: fix typos (#21210) 4 years ago
Marius van der Wijden 0b3f3be2b5
internal/ethapi: return revert reason for eth_call (#21083) 4 years ago
Martin Michlmayr 4f2784b38f
all: fix typos in comments (#21118) 4 years ago
gary rong 263622f44f
accounts/abi/bind/backend, internal/ethapi: recap gas limit with balance (#21043) 4 years ago
rene c989bca173
cmd/utils: renames flags related to http-rpc server (#20935) 4 years ago
gary rong b9df7ecdc3
all: seperate consensus error and evm internal error (#20830) 4 years ago
Felföldi Zsolt 0851646e48
les, les/lespay/client: add service value statistics and API (#20837) 5 years ago