-
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
F3: testground build doesn't include required parameters #12188
Comments
masih
added a commit
that referenced
this issue
Jul 5, 2024
Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188
8 tasks
rjan90
pushed a commit
that referenced
this issue
Jul 5, 2024
Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188
rjan90
added a commit
that referenced
this issue
Jul 5, 2024
* Fix F3 build parameters for `testground` target Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188 * Update changelog and version Update changelog and version --------- Co-authored-by: Masih H. Derkani <m@derkani.org>
rjan90
added a commit
that referenced
this issue
Jul 11, 2024
* Fix F3 build parameters for `testground` target Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188 * Update changelog and version Update changelog and version --------- Co-authored-by: Masih H. Derkani <m@derkani.org>
rjan90
added a commit
that referenced
this issue
Jul 12, 2024
* update genesis network version for dev testnets * update version string * changelog * finish changelog * final changes * update CL * Apply suggestions from code review Co-authored-by: Phi-rjan <orjan.roren@gmail.com> * fix typos * Apply suggestions from code review Co-authored-by: Masih H. Derkani <m@derkani.org> * only soft laungh * soft launch * build: release: v1.28.0-rc2 (#12179) * build: release: v1.28.0-rc3 (#12186) * v1.28.0-rc3 * Update CHANGELOG.md Co-authored-by: Phi-rjan <orjan.roren@gmail.com> * Update CHANGELOG.md --------- Co-authored-by: Phi-rjan <orjan.roren@gmail.com> * build: release: v1.28.0-rc4 (#12190) * Fix F3 build parameters for `testground` target Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188 * Update changelog and version Update changelog and version --------- Co-authored-by: Masih H. Derkani <m@derkani.org> * Update version master Update version master --------- Co-authored-by: Jennifer Wang <jiayingw703@gmail.com> Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com> Co-authored-by: Masih H. Derkani <m@derkani.org> Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/filecoin-project/lotus/actions/runs/9799428990/job/27059662297#step:8:2368
Reproduce with:
build/params_testground.go needs the F3 constants that the other builds get:
f3Enabled
,ManifestServerID
,F3BootstrapEpoch
, or at leastf3Enabled
I suppose.The text was updated successfully, but these errors were encountered: