Commit Graph

221 Commits (b818e73ef39e376bd5c6d9074c0a432301042e3b)

Author SHA1 Message Date
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
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
Paweł Bylica de39513ced core, internal, eth, miner, les: Take VM config from BlockChain (#17955) 6 years ago
Kenso Trabing 14346e4ef9 internal: fix typo in comments (#18106) 6 years ago
Simon Jentzsch 97fb08342d EIP-1186 eth_getProof (#17737) 6 years ago
Péter Szilágyi aff421e78c
internal/ethapi: warn on failed account accesses 6 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
Péter Szilágyi e8f229b82e
cmd, core, eth, miner, params: configurable gas floor and ceil 6 years ago
Felix Lange 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 6 years ago
Péter Szilágyi 90829a04bf
internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs) 6 years ago
Péter Szilágyi 99483e85b9
rpc: support returning nil pointer big.Ints (null) 6 years ago
Martin Holst Swende eac16f9824 core: improve getBadBlocks to return full block rlp (#16902) 6 years ago
kiel barry cbfb40b0aa params: fix golint warnings (#16853) 6 years ago
Péter Szilágyi 6cf0ab38bd
core/rawdb: separate raw database access to own package (#16666) 6 years ago
Steven Roose ec8ee611ca core/types: remove String methods from struct types (#16205) 7 years ago
Péter Szilágyi 28ef23f446
internal/ethapi: make resent gas params optional 7 years ago
Péter Szilágyi b7e57ca1d0
cmd/evm, core/vm, internal/ethapi: don't disable call gas metering 7 years ago
Péter Szilágyi ba7b384019
internal/ethapi: fix getTransactionReceipt 7 years ago
Péter Szilágyi 5cf1d35470
eth, les, light: filter on logs only, derive receipts on demand 7 years ago
Martin Holst Swende b585f76128 ethapi: prevent creating contract if no data is provided (#16108) 7 years ago
Péter Szilágyi 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
Guillaume Ballet dd7a715d73 internal: fix a typo that caused a lint error on travis (#15987) 7 years ago
Martin Holst Swende 722bac84fa ethapi: add personal.signTransaction (#15971) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Felix Lange 8c33ac10bf
internal/ethapi: support "input" in transaction args (#15640) 7 years ago
rhaps107 e9971d356b internal/ethapi: don't crash for missing receipts 7 years ago
yoza bbea4b2b53 internal/ethapi: fix typo in comment (#15659) 7 years ago
tsarpaul c7b0abf86b Added output to clarify gas calculation in txpool.inspect 7 years ago
Péter Szilágyi b0190189a3
core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499) 7 years ago
gary rong 984c25ac40 accounts, internal: fail if no suitable estimated gas found (#15477) 7 years ago
rjl493456442 94903d572b
internal, accounts, eth: utilize vm failed flag to help gas estimation 7 years ago