Closed dskloetd closed 2 months ago
LGTM. What do you think—how safe is it to deploy two pretty big changes within a single release (this and agent-js 2)?
Let's be a bit more thorough in the manual testing of the next RC. The changes seem orthogonal so I see not reason to do them separately.
Motivation
FORCE_CALL_STRATEGY
is currently used to limit the number of update calls made to the Internet Computer for certain cases. We want to stop doing this to avoid the possibility of displaying incorrect data from a malicious node.Changes
Change
FORCE_CALL_STRATEGY
from"query"
toundefined
. This makes sure we do a query and update in all the places where FORCE_CALL_STRATEGY is used.Tests
FORCE_CALL_STRATEGY
was still set toundefined
by default in unit tests).Todos