-
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
Changes from all commits
04b7879
f560ce7
0101adb
60d6cd4
c08ae30
f5ceb5a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//stm: #unit | ||
// stm: #unit | ||
package build | ||
|
||
import ( | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe 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? |
||
|
||
const BootstrappersFile = "wallabynet.pi" | ||
const GenesisFile = "wallabynet.car" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
+1 −4 | cgo/extern.go | |
+137 −220 | rust/Cargo.lock | |
+12 −8 | rust/Cargo.toml | |
+36 −11 | rust/src/fvm/machine.rs |
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.