synapseweb3 / forcerelay

Apache License 2.0
10 stars 8 forks source link

fix: switch Ws connection to Http while sending transaction in Axon #383

Closed ashuralyk closed 10 months ago

ashuralyk commented 10 months ago

Description

I found Axon's monitor works fine after the recreation of the underline Ws provider, but the transaction sender of Axon kept using Ws connection as well, to enhance its stability, I choose to switch it to Http connection instead

ashuralyk commented 10 months ago

@jjyr please have a look at these failed ibc-test CI, I guess the http url in config rpc_addr is incorrect, which we haven't checked before