Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport optimisations for v1.21.0 as Lotus team agreed on standup #10593

Closed
wants to merge 3 commits into from

Conversation

maciejwitowski
Copy link
Contributor

Backporting commits from this diff as agreed with @arajasek

@arajasek I had to manually resolve conflict in lines 59-61 here so worth double-checking if the final state is what we wanted.

snissn and others added 3 commits March 29, 2023 19:09
* have gas estimate call callInternal with applyTsMessages = false and other calls with applyTsMessages=true for gas caclulation optimization

* set applyTsMessages = true in CallWithGas call in shed

* update test with new callwithgas api optimization for eth call

* Update chain/stmgr/call.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>

* env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change

* env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change

* make sure that even if we arent apply ts messages we grab ts messages from the particular user who is requesting gas estimation

---------

Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-10-0-4-29.us-east-2.compute.internal>
@maciejwitowski maciejwitowski requested a review from a team as a code owner March 29, 2023 17:17
@maciejwitowski maciejwitowski changed the title Release/v1.21.0 backport Backport optimisations for v1.21.0 as Lotus team agreed on standup Mar 29, 2023
@@ -35,7 +35,7 @@ func (sm *StateManager) TipSetState(ctx context.Context, ts *types.TipSet) (st c
cached, ok := sm.stCache[ck]
if ok {
sm.stlk.Unlock()
span.AddAttributes(trace.BoolAttribute("cache", true))
span.AddAttributes(trace.BoolAttributre("cache", true))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh?

@rjan90 rjan90 mentioned this pull request Mar 29, 2023
7 tasks
@arajasek arajasek mentioned this pull request Mar 29, 2023
7 tasks
@arajasek arajasek closed this Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants