0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 29 forks source link

test: configurable rpc on integration tests #271

Closed mFragaBA closed 5 months ago

mFragaBA commented 5 months ago

closes #270

I also noticed that in most tests we were not waiting for the node to be up. Now we do so. It also made me realize that perhaps we need a healthcheck endpoint on the node or similar (we could use that instead doing a sync)