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
When retrieving the tipset state, instead of computing it every time as done here, we should try to look it up using the next tipset if it’s available, similar to how lotus handles it handles it. This optimisation would help reduce the overhead of recomputing the state for every tipset unnecessarily (in some specific cases)
Completion Criteria
Create a function for looking up tipset state for a provided tipset from next tipset (epoch)
Use the function fro specific condition, check lotus
The text was updated successfully, but these errors were encountered:
Summary
When retrieving the tipset state, instead of computing it every time as done here, we should try to look it up using the next tipset if it’s available, similar to how lotus handles it handles it. This optimisation would help reduce the overhead of recomputing the state for every tipset unnecessarily (in some specific cases)
Completion Criteria
tipset state
for a provided tipset from nexttipset
(epoch)The text was updated successfully, but these errors were encountered: