@0rtis please review the proposed change in quest/quest.py. I came across a situation where I wanted to rotate RPCs to avoid failed transactions. Yet the Quest class as structured doesn't allow for rpc_address changes. I've only made the change to complete_quest but if you approve of the design I can propagate throughout the class.
@0rtis please review the proposed change in quest/quest.py. I came across a situation where I wanted to rotate RPCs to avoid failed transactions. Yet the Quest class as structured doesn't allow for
rpc_address
changes. I've only made the change tocomplete_quest
but if you approve of the design I can propagate throughout the class.Thanks for your time.