keep-starknet-strange / raito

Bitcoin ZK client written in Cairo.
https://raito.wtf
MIT License
40 stars 34 forks source link

[feat] Add retry logic to request_rpc #238

Closed maciejka closed 4 weeks ago

maciejka commented 4 weeks ago

Add retry logic to request_rpc. It should retry let's say 3 times before re raising the exception.

mubarak23 commented 4 weeks ago

@maciejka can I take this.

Kindly assign

mubarak23 commented 4 weeks ago

i want to add two argument to the function,

retry and delay

where ever we are calling the function, we i will update it with the two function

maciejka commented 4 weeks ago

i want to add two argument to the function,

retry and delay

where ever we are calling the function, we i will update it with the two function

Please declare they as constants at the top of the script.