NOTE: Would like stronger confirmation from a bot runner that this works as expected.
Majority of RPC volume is for fetching open trades which is currently inefficient and prone to errors. This PR upgrades to use the SDK's multicall API for a 99% reduction in calls. This is one of several QoL improvements for bot runners we're making to make it simpler to join the network.
NOTE: Would like stronger confirmation from a bot runner that this works as expected.
Majority of RPC volume is for fetching open trades which is currently inefficient and prone to errors. This PR upgrades to use the SDK's multicall API for a 99% reduction in calls. This is one of several QoL improvements for bot runners we're making to make it simpler to join the network.