cic-chain-events/pkg/fetch
Mohammed Sohail f29e2a9ce7
feat: rpc block fetcher, move filters to internal
* move filters to internal folder
* rpc block fetcher
* add benchmarks:

goos: linux
goarch: amd64
pkg: github.com/grassrootseconomics/cic-chain-events/pkg/fetch
cpu: AMD EPYC Processor
Benchmark_RPC
Benchmark_RPC/RPC_Block_Fetcher_Benchmark
Benchmark_RPC/RPC_Block_Fetcher_Benchmark-4                   25          46000646 ns/op          221697 B/op        844 allocs/op
Benchmark_GraphQL
Benchmark_GraphQL/GraphQL_Block_Fetcher_Benchmark
Benchmark_GraphQL/GraphQL_Block_Fetcher_Benchmark-4           56          21219962 ns/op           56686 B/op         94 allocs/op
PASS
ok      github.com/grassrootseconomics/cic-chain-events/pkg/fetch       2.920s
2023-01-17 09:17:32 +00:00
..
benchmark_test.go feat: rpc block fetcher, move filters to internal 2023-01-17 09:17:32 +00:00
fetch.go feat: rpc block fetcher, move filters to internal 2023-01-17 09:17:32 +00:00
graphql_test.go refactor: move filter and fetch to pkg 2023-01-14 10:18:50 +00:00
graphql.go refactor: decode JSON io.Reader stream 2023-01-16 08:31:46 +00:00
rpc_test.go feat: rpc block fetcher, move filters to internal 2023-01-17 09:17:32 +00:00
rpc.go feat: rpc block fetcher, move filters to internal 2023-01-17 09:17:32 +00:00