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 Jan 3, 2023. It is now read-only.
In the current implementation, all messages of the execution should affect the same method, and we don't give a way to easily lock different parts of the state of an actor according to the params of each of this messages, we just look to the first message and lock according (and execute) according to the method and params it has. We should generalize this approach to allow the locking and execution of any number of messages and params in an actor.
In the current implementation, all messages of the execution should affect the same method, and we don't give a way to easily lock different parts of the state of an actor according to the params of each of this messages, we just look to the first message and lock according (and execute) according to the method and params it has. We should generalize this approach to allow the locking and execution of any number of messages and params in an actor.
eudico/chain/consensus/hierarchical/atomic/exec/exec.go
Lines 151 to 154 in cb44e61
eudico/chain/consensus/hierarchical/subnet/manager/atomic.go
Line 48 in cb44e61
The text was updated successfully, but these errors were encountered: