erigon-pulse/graphql
gary rong 7d799473e5 eth: move eth.Config to a common package (#22205)
This moves the eth config definition into a separate package, eth/ethconfig.
Packages eth and les can now import this common package instead of
importing eth from les, reducing dependencies.

Co-authored-by: Felix Lange <fjl@twurst.com>
# Conflicts:
#	cmd/faucet/faucet.go
#	cmd/geth/config.go
#	cmd/utils/cmd.go
#	cmd/utils/flags.go
#	cmd/utils/flags_legacy.go
#	console/console_test.go
#	eth/backend.go
#	eth/bloombits.go
#	eth/ethconfig/config.go
#	ethclient/ethclient_test.go
#	graphql/graphql_test.go
#	les/api_test.go
#	les/client.go
#	les/commons.go
#	les/costtracker.go
#	les/server.go
#	les/test_helper.go
#	mobile/geth.go
2021-03-10 10:25:55 +01:00
..
graphiql.go common, graphql: fix hash/address decoding + UI content type 2019-09-10 12:20:36 +03:00
graphql_test.go eth: move eth.Config to a common package (#22205) 2021-03-10 10:25:55 +01:00
graphql.go graphql: change receipt status to decimal instead of hex (#22187) 2021-03-09 12:36:40 +01:00
schema.go graphql: fix issue with unmarshalling int32 into Long type #22153 2021-03-09 10:33:20 +01:00
service.go graphql: always return 400 if errors are present in the response (#21882) 2021-03-08 12:35:52 +01:00