-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
And enable for wallaby.
ac5a9cc
to
0101adb
Compare
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
Update the FVM in experimental/m2:
This also switches the FFI branch to feat/m2 from experimental/m2. cc @vyzo could you take a look at the diff?