plugeth/graphql
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703)
This change simplifies the logic for indexing transactions and enhances the UX when transaction is not found by returning more information to users.

Transaction indexing is now considered as a part of the initial sync, and `eth.syncing` will thus be `true` if transaction indexing is not yet finished. API consumers can use the syncing status to determine if the node is ready to serve users.
2024-01-22 21:05:18 +01:00
..
internal/graphiql graphql: upgrade UI to v2 (#27294) 2023-05-22 08:15:05 -04:00
graphiql.go graphql: upgrade UI to v2 (#27294) 2023-05-22 08:15:05 -04:00
graphql_test.go eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) 2023-11-28 22:31:47 +02:00
graphql.go core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 2024-01-22 21:05:18 +01:00
schema.go graphql: type of yParity from Long to BigInt (#28456) 2023-11-09 11:36:27 +03:00
service.go graphql: always set content-type to application/json (#28417) 2023-10-27 16:50:59 +02:00