Stéphane Loeuillet
b5640bb64b
Bump GraphQL version + implement blocks (block range) ( #8872 )
2023-12-01 10:21:16 +01:00
a
436493350e
Sentinel refactor ( #8296 )
...
1. changes sentinel to use an http-like interface
2. moves hexutil, crypto/blake2b, metrics packages to erigon-lib
2023-10-22 01:17:18 +02:00
Giulio rebuffo
20b8e156db
moved cmd/rpcdaemon/commands -> turbo/jsonrpc ( #7858 )
2023-07-08 19:01:26 +02:00
Alex Sharov
f4d8bd84b3
Crypto lib up ( #7730 )
2023-06-14 10:43:29 +07:00
Alex Sharov
1546a79771
lru lib version up ( #7695 )
2023-06-09 13:46:58 +07:00
Andrew Ashikhmin
02f6cac7b7
Move hexutil.Bytes to erigon-lib ( #7305 )
2023-04-13 11:19:02 +00:00
Stéphane Loeuillet
fd1a971384
graphql: add Tx Receipts Logs to output ( #7059 )
2023-03-09 02:22:41 +00:00
Stéphane Loeuillet
e59d37e61d
graphql: protect against nil pointer deref on cases like TX with nil … ( #7047 )
...
…To address (contract creation)
2023-03-07 12:20:18 +00:00
Stéphane Loeuillet
16973ec185
graphql: add missing fields in block.transaction ( #7034 )
2023-03-06 18:58:10 +00:00
Stéphane Loeuillet
195a72bf74
Initial GraphQL interface implementation ( #6821 )
...
That's an initial PR mostly for code review, not ready for production
use
Got basic GraphQL working when querying a single block
---------
Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
2023-02-20 11:23:06 +00:00