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

WIP: update uniswap stack with ipld-eth-server #465

Closed
wants to merge 2 commits into from
Closed

Conversation

zramsay
Copy link
Collaborator

@zramsay zramsay commented Jul 27, 2023

currently fails like so:

# laconic-so --stack uniswap-v3 deploy up
[+] Running 11/11
 ✔ Network laconic-30b284773ec895b5a4601fcc6bd17780_default                          Cre...                                                            0.1s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-uniswap-watcher-db-1           Healthy                                                          53.0s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-ipld-eth-db-1                  Healthy                                                          31.3s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-erc20-watcher-server-1         Healthy                                                          53.0s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-uni-watcher-job-runner-1       Healthy                                                          41.7s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-migrations-1                   Started                                                          31.6s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-ipld-eth-server-1              Healthy                                                          52.1s 
 ✘ Container laconic-30b284773ec895b5a4601fcc6bd17780-uni-watcher-server-1           Error                                                           353.8s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-uni-info-watcher-job-runner-1  Created                                                           0.0s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-uni-info-watcher-server-1      Created                                                           0.0s 
 ✔ Container laconic-30b284773ec895b5a4601fcc6bd17780-uniswap-v3-info-1              Created                                                           0.0s

looking at: # docker logs laconic-30b284773ec895b5a4601fcc6bd17780-uni-watcher-job-runner-1 there's the clue:

2023-07-27T00:35:58.433Z vulcanize:job-runner Starting job runner...
2023-07-27T00:35:58.436Z vulcanize:metrics Metrics exposed at http://0.0.0.0:9000/metrics
2023-07-27T00:36:18.403Z vulcanize:job-queue Processing queue block-processing job 99ee9830-2c15-11ee-9af8-0bb6564ab21d...
2023-07-27T00:36:18.404Z vulcanize:common size:common#fetchBlocksAtHeight-prefetch-_blockAndEventsMap-size: 0
2023-07-27T00:36:18.446Z vulcanize:common common#cache-miss-12369621
time:eth-client#getBlocks-{"blockNumber":12369621}: 87.234ms
time:eth-client#getBlocks-{"blockNumber":12369628}: 70.899ms
time:eth-client#getBlocks-{"blockNumber":12369629}: 80.177ms
time:eth-client#getBlocks-{"blockNumber":12369622}: 97.556ms
time:eth-client#getBlocks-{"blockNumber":12369630}: 84.205ms
time:eth-client#getBlocks-{"blockNumber":12369627}: 95.676ms
time:eth-client#getBlocks-{"blockNumber":12369625}: 99.747ms
time:eth-client#getBlocks-{"blockNumber":12369623}: 107.078ms
time:eth-client#getBlocks-{"blockNumber":12369624}: 106.508ms
time:eth-client#getBlocks-{"blockNumber":12369626}: 103.295ms
time:common#fetchBatchBlocks-getBlocks: 168.341ms
2023-07-27T00:36:18.615Z vulcanize:common No blocks fetched for block number 12369621, retrying after 2000 ms delay.

I think the Optional step in the README is required with the correct heights. There also may be better ways to do this with the latest development of SO.

@zramsay zramsay closed this Aug 9, 2023
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.

1 participant