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.
Checking BottomUpMsgs in a block relies on resolving content from other subnets. This check is int the critical path for block validation and it may delay the process a lot (or even stall it) while it waits to receive the right content from the subnet. We should remove this check or think of better ways of doing it.
Checking
BottomUpMsgs
in a block relies on resolving content from other subnets. This check is int the critical path for block validation and it may delay the process a lot (or even stall it) while it waits to receive the right content from the subnet. We should remove this check or think of better ways of doing it.eudico/chain/consensus/common/crossmsg.go
Line 51 in cb44e61
eudico/chain/consensus/hierarchical/subnet/manager/crossmsg.go
Lines 348 to 368 in cb44e61
The text was updated successfully, but these errors were encountered: