You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Linked PR for #449 removes using multi call while sending transaction to update individual beacons. This saves gas overhead that multi call cause. However in the process of reading on chain data to check whether condition is satisfied, multi call is being utilizied even if one beacon is in the batch. This cost no extra money because it's static call but increases overhead on RPC side.
The text was updated successfully, but these errors were encountered:
Related with #449.
Linked PR for #449 removes using multi call while sending transaction to update individual beacons. This saves gas overhead that multi call cause. However in the process of reading on chain data to check whether condition is satisfied, multi call is being utilizied even if one beacon is in the batch. This cost no extra money because it's static call but increases overhead on RPC side.
The text was updated successfully, but these errors were encountered: