Commit Graph

184 Commits (a90e645ccda7d8d373783e161e6c6fc4430cb6d0)

Author SHA1 Message Date
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
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
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
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
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
gary rong b9df7ecdc3
all: seperate consensus error and evm internal error (#20830) 4 years ago
William Morriss 3cf7d2e9a6
internal/ethapi: add CallArgs.ToMessage method (#20854) 5 years ago
Martin Holst Swende 39f502329f
internal/ethapi: don't set sender-balance to maxuint, fixes #16999 (#20783) 5 years ago
Martin Holst Swende fadf84a752
internal/ethapi: default to zero address for calls (#20702) 5 years ago
Martin Holst Swende 4a231cd951
internal/ethapi: return non-null "number" for pending block (#20616) 5 years ago
Prince Sinha 7a509b4732 internal/ethapi: fix encoding of uncle headers and pending blocks (#20460) 5 years ago
Felix Lange d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 years ago
Guillaume Ballet e0bf5f0ccb internal: fix staticcheck warnings (#20380) 5 years ago
Martin Holst Swende 51c3290bee
internal/ethapi: don't query wallets at every execution of gas estimation 5 years ago
Ryan Schneider ad03d9801c internal/ethapi: support block number or hash on state-related methods (#19491) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
gary rong c9cdf144d5 graphql, internal/ethapi: support overriding accounts in eth_call (#19917) 5 years ago
Roc Yu 17589aa75f accounts, internal/ethapi: use common Accounts method (#18428) 5 years ago
Martin Holst Swende c55e1b495c
ethapi: implement filltransaction 5 years ago
Felix Lange 96ab8e1575 internal/ethapi: return null inclusion info for pending transactions (#19901) 5 years ago
gary rong 8812c4d3f9 eth, graphql, internal/ethapi, les: polish and improve graphql (#19886) 5 years ago
gary rong e4232c153b ineternal/ethapi: wrap block size with hex.Uint64 (#19885) 5 years ago
gary rong 530f78e22d eth, internal, les: add getHeaderBy* APIs (#19669) 5 years ago
Péter Szilágyi 433cb564e9
internal/ethapi: fix debug.chaindbProperty 5 years ago
Martin Holst Swende f578d41ee6 core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#19737) 5 years ago
Péter Szilágyi e3ec77f50e
cmd, graphql, node: graphql flag polishes, les integration 5 years ago
Felix Lange 2b54666018 ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) 5 years ago
Felföldi Zsolt 40cdcf8c47 les, light: implement ODR transaction lookup by hash (#19069) 5 years ago
Kurkó Mihály 107c67d74e accounts, cmd, internal, signer: add note about backing up the keystore (#19432) 5 years ago
gary rong af96b6644e internal/ethapi: estimate gas usage automatically (#19508) 5 years ago
Martin Holst Swende e2f3465e83 eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) 6 years ago
Nick Johnson 78375608a4 accounts, internal: Changes in response to review 6 years ago
Nick Johnson f7027dd68c accounts, core, internal, node: Add support for smartcard wallets 6 years ago
gary rong d5cae48bae accounts, cmd, internal: disable unlock account on open HTTP (#17037) 6 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Martin Holst Swende 75d292bcf6
clef: external signing fixes + signing data (#19003) 6 years ago
Martin Holst Swende 2ac61a9914
ethapi: default to use eip-155 protected transactions 6 years ago
Martin Holst Swende 43e8efe895
accounts, eth, clique, signer: support for external signer API (#18079) 6 years ago
Kris Shinn f91312dbdb GraphQL master FF for review (#18445) 6 years ago
Yondon Fu e05d468075 internal/ethapi: ask transaction pool for pending nonce (#15794) 6 years ago