aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graphql.go
Commit message (Collapse)AuthorAgeFilesLines
* graphql, internal/ethapi: support overriding accounts in eth_call (#19917)gary rong2019-08-081-2/+2
| | | | | | | | | | | | | | | * graphql, internal/ethapi: extend eth_call This PR offers the third option parameter for eth_call API. Caller can specify a batch of contracts for overriding the original account metadata(nonce, balance, code, state). It has a few advantages: * It's friendly for debugging * It's can make on-chain contract lighter for getting rid of state access functions * core, internal: address comments
* eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)gary rong2019-07-251-70/+32
|
* all: update author list and licensesPéter Szilágyi2019-07-221-1/+1
|
* cmd, graphql, node: graphql flag polishes, les integrationPéter Szilágyi2019-06-201-103/+7
|
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-4/+4
| | | | | | | | * eth, les, geth: implement cli-configurable global gas cap for RPC calls * graphql, ethapi: place gas cap in DoCall * ethapi: reformat log message
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-031-3/+3
| | | | | | | | | | | | | | * all: simplify timestamps to uint64 * tests: update definitions * clef, faucet, mobile: leftover uint64 fixups * ethash: fix tests * graphql: update schema for timestamp * ethash: remove unused variable
* graphql: Updates to graphql support to match EIP1767 (#19238)Nick Johnson2019-03-181-109/+238
| | | | Updates to match EIP1767
* changed file name grahpql.go to graphql.go (#19267)Shunsuke Watanabe2019-03-141-0/+1104
graphql: fix typo in file name