Skip to content

Commit

Permalink
[ASI-986] Calculate intersection logic for audius_data_txs table (#2815)
Browse files Browse the repository at this point in the history
* Functioning anchor program traversal with subclassed functionality for solana indexer (can be reused in other tasks)
* Following up with testing
  • Loading branch information
hareeshnagaraj committed Apr 5, 2022
1 parent 43e8334 commit ef4aeeb
Show file tree
Hide file tree
Showing 16 changed files with 1,817 additions and 13 deletions.
2 changes: 2 additions & 0 deletions discovery-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.10/main' >> /etc/apk/repositor
COPY requirements.txt requirements.txt

RUN apk add libseccomp-dev && \
# Upgrade pip to accomodate anchor.py installation
python3 -m pip install --upgrade pip && \
python3 -m pip install -r requirements.txt --no-cache-dir && \
apk --purge del .build-deps

Expand Down
1 change: 1 addition & 0 deletions discovery-provider/default_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ waudio_mint = 9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM
rewards_manager_program_address = DDZDcYdQFEMwcu2Mwo75yGFjJ1mUQyyXLWzhZLEVFcei
rewards_manager_account = 71hWFVYokLaN1PNYzTAWi13EfJ7Xt9VbSWUKsXUT8mxE
rewards_manager_min_slot = 0
anchor_data_program_id = 6znDH9AxEi9RSeDR7bt9PVYRUS4XxZLKhni96io9Aykb

[redis]
url = redis://localhost:5379/0
Expand Down

0 comments on commit ef4aeeb

Please sign in to comment.