Skip to content

Commit

Permalink
Add mpl-core account indexing (#178)
Browse files Browse the repository at this point in the history
* Add new db columns for mpl-core

* Fix docker files

* Regenerate SeaORM types

* Add mpl-core ingestion

* Add mpl-core DAS API output

* Add integ test for mpl-core asset and collection

* add integ test for mpl-core getAssetsByGroup

* add integ test for mpl-core getAssetsByAuthority

* add integ test for mpl-core getAssetsByOwner

* Update to use published blockbuster crate

* Rename mpl-core collection current supply output to current size
  • Loading branch information
danenbm authored Mar 27, 2024
1 parent 65baf08 commit 2627055
Show file tree
Hide file tree
Showing 43 changed files with 1,899 additions and 152 deletions.
2 changes: 2 additions & 0 deletions Api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY metaplex-rpc-proxy /rust/metaplex-rpc-proxy
COPY migration /rust/migration
COPY nft_ingester /rust/nft_ingester
COPY ops /rust/ops
COPY program_transformers /rust/program_transformers
COPY tools /rust/tools

WORKDIR /rust/das_api
Expand All @@ -31,6 +32,7 @@ COPY metaplex-rpc-proxy /rust/metaplex-rpc-proxy
COPY migration /rust/migration
COPY nft_ingester /rust/nft_ingester
COPY ops /rust/ops
COPY program_transformers /rust/program_transformers
COPY tools /rust/tools

WORKDIR /rust/das_api
Expand Down
Loading

0 comments on commit 2627055

Please sign in to comment.