Commit Graph

25 Commits

Author SHA1 Message Date
Mohamed Sohail d5159fb4c9
Merge branch 'master' into feat/rpc-fetcher
* decode_filter changes
2023-01-19 11:39:12 +03:00
Mohamed Sohail a465c57f1b
inline-docs: Describe RPC fetcher 2023-01-19 11:36:38 +03:00
Mohamed Sohail ef9f2b2b7f
hotfix: drain janitor queue, worker pool, js
* fully drain worker queue before reading gap from db
* dedicated go routine for head syncer
* emit blok, tx index and hash to jetstream
2023-01-18 22:40:14 +03:00
Mohamed 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
dependabot[bot] 696263e35f
build(deps): bump github.com/VictoriaMetrics/metrics (#13)
Bumps [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/VictoriaMetrics/metrics/releases)
- [Commits](https://github.com/VictoriaMetrics/metrics/compare/v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: github.com/VictoriaMetrics/metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 21:28:19 +03:00
Mohamed Sohail de8eb31aba
feat: init base logic for rpc fetcher 2023-01-16 13:03:22 +00:00
Mohamed Sohail c138c95583
docs: add jetstream desc and benthos example 2023-01-16 11:00:43 +00:00
Mohamed Sohail e1c9faa7d0
dev: add profiler 2023-01-16 10:57:05 +00:00
Mohamed Sohail f2d9154da0
refactor: decode JSON io.Reader stream 2023-01-16 08:31:46 +00:00
Mohamed Sohail ad5ff05a32
feat: add jetstream integration
* closes #11
2023-01-14 10:18:50 +00:00
Mohamed Sohail 02e31146cc
refactor: move filter and fetch to pkg 2023-01-14 10:18:50 +00:00
Mohamed Sohail f791b87172
update: add filters for transfer events and tests 2023-01-14 10:18:50 +00:00
Mohamed Sohail a176b18ac0
del: jetstream docs, replace with issue 2023-01-14 10:18:50 +00:00
Mohamed Sohail d0934bc4da
docs: add jetstream configs and instructions
* add Makefile to replace bash script
2023-01-14 10:18:50 +00:00
Mohamed Sohail 268f456522
Create codeql.yml 2023-01-11 12:49:32 +03:00
Mohamed Sohail 42bc68024f
docs: add functionality, and usage
others:

* remove drop command from sql migration
2023-01-11 09:29:16 +00:00
Mohamed Sohail f1e74961b0
fix: deepsource suggestions 2023-01-11 08:43:05 +00:00
Mohamed Sohail e2f7d1860d
docs (minor): fix typo 2023-01-11 11:25:35 +03:00
Mohamed Sohail df88d9df16
refactor: perf, update libraries ci, and add docs
* update config to better defaults
* add docs, inline and md
* add context support throughout
* replace json with goccy/go-json for better decoding of large JSON
* update graphql fetcher: replace ioutil with io
* test runner script (until CI is ready)
* update CI build config
2023-01-11 08:13:59 +00:00
dependabot[bot] 29e7de6816
build(deps): bump github.com/labstack/echo/v4 from 4.2.1 to 4.9.0 (#8)
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.2.1 to 4.9.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.2.1...v4.9.0)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 14:50:07 +03:00
Mohamed Sohail 06d2677071
ci: fix Docker CGO build 2023-01-06 11:45:33 +00:00
Mohamed Sohail d9866196f9
ci: enable CGO builds 2023-01-06 11:42:58 +00:00
Mohamed Sohail 0ccdaa0345
feat: add stats api, fix pipeline exe
* added cUSD sample filters
* decouple stats from metrics
2023-01-06 11:32:20 +00:00
Mohamed Sohail ed0802d2be
add: ci integration 2023-01-06 08:07:19 +00:00
Mohamed Sohail df4f188807
release: v0.1.0-alpha 2023-01-05 11:45:09 +00:00