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
In order to solve the problem properly, we have to investigate the balance and allowance of each owner of an order before we start solving the batch. Hence, we need some service to get us the latest information. There are different approaches:
Reading all Transfer and Allowance events and store them on our instances: While it might be a good technical solution, its effort is quite high.
Asking our nodes directly via smart contract reads: This might not be performant enough for many orders. Though, we don't expect too many orders to be matched at the beginning
In order to solve the problem properly, we have to investigate the balance and allowance of each owner of an order before we start solving the batch. Hence, we need some service to get us the latest information. There are different approaches:
The text was updated successfully, but these errors were encountered: