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

M2.1: Update FVM for Selenium (r02) #9260

Merged
merged 6 commits into from
Sep 5, 2022
Merged

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Sep 2, 2022

Update the FVM in experimental/m2:

  • Update the FVM.
  • Add gas tracing support (cherry-picked from feat: implement fvm gas tracing #9134).
  • Add support for configuring debugging through build params. Previously, this was hard-coded in the experimental/m2 FFI.

This also switches the FFI branch to feat/m2 from experimental/m2. cc @vyzo could you take a look at the diff?

@Stebalien Stebalien requested a review from a team as a code owner September 2, 2022 23:16
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

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

Lets keep the 2k actor debugging default enabled so that people can debug their actors.

Other than that, LGTM.

@@ -22,6 +22,7 @@ const GenesisFile = ""
// VERY experimental! Should not be merged into master / any release branch yet!
var NetworkBundle = "devnet-wasm"
var BundleOverrides map[actors.Version]string
var ActorDebugging = false
Copy link
Contributor

Choose a reason for hiding this comment

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

we probably want this to be true so that peoplr can get logs and backtraces.

@@ -17,6 +17,7 @@ import (

var NetworkBundle = "wallaby"
var BundleOverrides map[actors.Version]string
var ActorDebugging = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Should probably call out that this is changing from true to false.

Copy link
Member

Choose a reason for hiding this comment

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

Worth indicating in the handoff to Wallaby that we're enabling this feature now so that node operators expect the extra output in logs?

@raulk raulk merged commit c54145e into experimental/fvm-m2 Sep 5, 2022
@raulk raulk deleted the feat/update-fvm branch September 5, 2022 19:28
@raulk raulk changed the title M2: Update FVM M2: Update FVM for Selenium (r02) Sep 5, 2022
@raulk raulk changed the title M2: Update FVM for Selenium (r02) M2.1: Update FVM for Selenium (r02) Sep 5, 2022
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