You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using starknet-devnet-rs to test Starknet React V3 and we're hitting an issue with pending blocks and accounts (related to #474). The --blocks-on-demand flag helps with the issue.
We're running devnet as a service in our github actions, but github actions doesn't allow passing additional arguments to the container. I propose to make all cli arguments configurable through environment variables so that they can be used in ci.
The text was updated successfully, but these errors were encountered:
I'm using
starknet-devnet-rs
to test Starknet React V3 and we're hitting an issue with pending blocks and accounts (related to #474). The--blocks-on-demand
flag helps with the issue.We're running devnet as a service in our github actions, but github actions doesn't allow passing additional arguments to the container. I propose to make all cli arguments configurable through environment variables so that they can be used in ci.
The text was updated successfully, but these errors were encountered: