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
There is value in knowing whether an object is owned by an address or another object. E.g., if the wallet is trying to construct a tx thats uses o, it can decide to proceed differently when o.owner is an address (check if the wallet has the key for that address) vs when o.owner is an object (will need to also include the owner object in this tx, and recursively figure out whether it can use the owner object).
The text was updated successfully, but these errors were encountered:
)
We operate an executor with a bound on the concurrent number of messages (see #463, #559, #706).
PR #472 added logging for the bound being hit.
We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful
This removes the logging of the concurrency bound being hit.
Fixes#759
mwtian
pushed a commit
to mwtian/sui
that referenced
this issue
Sep 29, 2022
…ystenLabs#763)
We operate an executor with a bound on the concurrent number of messages (see MystenLabs#463, MystenLabs#559, MystenLabs#706).
PR MystenLabs#472 added logging for the bound being hit.
We expect the executors to operate for a long time at this limit (e.g. in recovery situation).
The spammy logging is not usfeful
This removes the logging of the concurrency bound being hit.
FixesMystenLabs#759
Leftovers from #549.
There is value in knowing whether an object is owned by an address or another object. E.g., if the wallet is trying to construct a tx thats uses o, it can decide to proceed differently when o.owner is an address (check if the wallet has the key for that address) vs when o.owner is an object (will need to also include the owner object in this tx, and recursively figure out whether it can use the owner object).
The text was updated successfully, but these errors were encountered: