ArkProjectNFTs / ark-project

ArkProject is a liquidity layer for digital assets, uniting markets, empowering creators, and bridging the gap to mass adoption. Built on top of Starknet, ArkProject is designed to provide a fully decentralized and trustless orderbook on-chain.
https://arkproject.dev
Apache License 2.0
26 stars 12 forks source link

fix: ensure pontos does not stop on node error #183

Closed glihm closed 9 months ago

glihm commented 10 months ago

Description

As seen today with @remiroyc, Juno node and the gateway are not able to process some call to old / bad contracts.

In our case, this causes Juno to crash, and the docker container is restarted. To ensure that we can follow our operations in this case, this PR ensures that the main loop of Pontos is not stopping in such situation.

What type of PR is this? (check all applicable)