KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
97 stars 88 forks source link

make mm2 connect only to a subset of passed electrums #2110

Open cipig opened 1 month ago

cipig commented 1 month ago

The situation atm is as follows:

This approach has some drawbacks:

I propose to make mm2 do all the filtering to which servers it connects and to which it doesn't, so if i pass 6 electrum servers to the electrum call, it should choose eg 2 or 3 good working ones and connect to them. The filtering should include the following:

Maybe some of the things mentioned here are already implemented in https://github.com/KomodoPlatform/komodo-defi-framework/pull/1966