aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graphql.go
Commit message (Collapse)AuthorAgeFilesLines
* 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