Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Apibara indexers #47

Merged
merged 12 commits into from
Sep 9, 2024

Conversation

ugur-eren
Copy link
Contributor

@ugur-eren ugur-eren commented Aug 30, 2024

This PR adds a new repo indexer, which includes an apibara indexer to index escrow events.

I've chosen to use Apibara, which provides a solid structure that uses deno to program the indexer.
I've initialized with PostgreSQL sink, but I can definitely change it to something else.

closes #40

Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zkramp-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 3:32pm
zkramp-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 3:32pm

@ugur-eren ugur-eren marked this pull request as ready for review September 5, 2024 18:20
Copy link
Contributor

@0xChqrles 0xChqrles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@0xChqrles 0xChqrles merged commit ad7d4f6 into keep-starknet-strange:main Sep 9, 2024
9 checks passed
chachaleo pushed a commit to chachaleo/zkramp that referenced this pull request Sep 10, 2024
* feat: Init apibara indexer repo

* fix: rename indexer to indexers

* fix: use docker compose instead of dockerfile

* feat: locked & unlocked indexers

* fix: remove init.sql file

* style: format with deno fmt

* ci: indexers CI job

* fix: move eventId to indexer

* fix: deno fmt format error

* fix: remove .env file from indexers
0xChqrles added a commit that referenced this pull request Sep 12, 2024
* first commit : bug:external contracts not found for selectors: `openzeppelin::presets::ERC20Upgradeable`

* fix all warnings

* feat: Apibara indexers (#47)

* feat: Init apibara indexer repo

* fix: rename indexer to indexers

* fix: use docker compose instead of dockerfile

* feat: locked & unlocked indexers

* fix: remove init.sql file

* style: format with deno fmt

* ci: indexers CI job

* fix: move eventId to indexer

* fix: deno fmt format error

* fix: remove .env file from indexers

* feat: Backend (#57)

* feat: Initialize backend repository

* feat: init backend routing

* fix: use enum for network

* fix: fix eslint bug

* feat: setup drizzle-kit

* ci: backend CI job

* test: init backend tests

* feat: add locked & unlocked events schemas

* ci: fix backend CI to only run on changes

* feat: Deployment Script (#59)

* feat: initialize deployment script

* feat: deployment script file system utils

* feat: deployment script contract utils

* additionnal tests

* feat: add get_offramp_quotes endpoint (#63)

* Adding getOfframpQuotes endpoint

* fix prettier

---------

Co-authored-by: 0xChqrles <[email protected]>

* first commit : bug:external contracts not found for selectors: `openzeppelin::presets::ERC20Upgradeable`

* fix all warnings

* additionnal tests

* fix CI

---------

Co-authored-by: 0xChqrles <[email protected]>
Co-authored-by: Uğur Eren <[email protected]>
Co-authored-by: lanaivina <[email protected]>
Co-authored-by: Gerson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INDEXER] index zkRamp deposits/withdrawals
2 participants