Commit graph

30 commits

Author SHA1 Message Date
Nick Johnson
844aa56f63 Added (very) basic tests 2018-10-17 13:57:49 +01:00
Nick Johnson
205f82e721 Fixed backend fetching to use context 2018-10-17 13:30:40 +01:00
Nick Johnson
c5f893d24c Add doc-comments 2018-10-17 12:46:20 +01:00
Nick Johnson
a79bacd7e2 Move some single use args types into anonymous structs 2018-10-16 20:42:01 +01:00
Nick Johnson
c3387f8d0c Moved schema into its own source file 2018-10-16 20:38:19 +01:00
Nick Johnson
32068e0e31 Add syncing API 2018-10-16 20:27:44 +01:00
Nick Johnson
0e6fa8ef86 Add protocolVersion API 2018-10-16 20:15:27 +01:00
Nick Johnson
135b7d9f5c Add gasPrice API 2018-10-16 20:12:53 +01:00
Nick Johnson
19735c1d23 Restructured Transaction to work primarily with headers, so uncle data is reported properly 2018-10-16 18:24:56 +01:00
Nick Johnson
549d64929d Fix bug in runFilter 2018-10-16 15:40:38 +01:00
Nick Johnson
b235d18367 Add support for logs 2018-10-16 15:29:53 +01:00
Nick Johnson
d92e373123 Converted most quantities to Long instead of Int 2018-10-16 14:30:13 +01:00
Nick Johnson
21cef58afb Replace ethgraphql.Hash with common.Hash 2018-10-16 14:22:02 +01:00
Nick Johnson
268a03b102 Replace ethgraphql.Address with common.Address 2018-10-16 14:16:20 +01:00
Nick Johnson
ba6f531027 Refactor call and estimateGas to use ethapi struct type 2018-10-16 14:13:21 +01:00
Nick Johnson
8790e18ae7 Replace BigNum with hexutil.Big 2018-10-16 13:48:23 +01:00
Nick Johnson
59e2a7f2c8 Refactored to use hexutil.Bytes instead of HexBytes 2018-10-16 13:31:36 +01:00
Nick Johnson
c6c6a7a68f Add Call and EstimateGas to graphQL API 2018-10-16 12:39:07 +01:00
Nick Johnson
42bbab1b03 Added sendRawTransaction mutation 2018-10-16 11:51:06 +01:00
Nick Johnson
75aeee1c30 Add transactionAt and ommerAt to Block 2018-10-15 17:02:48 +01:00
Nick Johnson
460d1586e6 Added ommerCount to Block 2018-10-15 14:16:36 +01:00
Nick Johnson
76e45cf2c1 Add query operator, for a range of blocks 2018-10-15 14:12:02 +01:00
Nick Johnson
4ecd3de5fc Update transaction, receipt and log to match ethql 2018-10-15 14:01:51 +01:00
Nick Johnson
928615200a Rename nonce to transactionCount in Account, to be compatible with ethql 2018-10-15 13:50:05 +01:00
Nick Johnson
4e3be4fe83 Update Block type to be compatible with ethql 2018-10-15 13:44:19 +01:00
Nick Johnson
cd53e6083a Add types and . 2018-10-15 13:24:58 +01:00
Nick Johnson
ed02332148 Add transactionCount to block 2018-10-14 15:33:39 +01:00
Nick Johnson
c46a697c26 Finish receipts, add logs 2018-10-14 13:04:53 +01:00
Nick Johnson
e0f4d7e9e5 Added receipts, and more transaction fields. 2018-10-14 11:04:29 +01:00
Nick Johnson
4b53623cd3 Initial work on a graphql API 2018-10-13 11:27:19 +01:00