-
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
chore: merge v1.28.1 release back to master & update master version to v1.28.2-dev #12306
Conversation
* remove provecommit1 * add changelog * update precommit and commit params * fix lint error * fix commit params
* Update go-f3 to 0.0.6 Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Enable F3 in passive configuration in mainnet config Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Add changelog Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * add new butterfly assets --------- Signed-off-by: Jakub Sztandera <oss@kubuxu.com> Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
We now use the same one in GPBFT.
Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: Rod Vagg <rod@vagg.org>
🚨 the FFI does not agree on both ends
neither does the current one in
|
mmm, #12271 includes the commit (PR) that was supposed to change it #12276 but it seems to have got lost for the 1.28.0 final. So Thankfully the difference is minimal and not material: filecoin-project/filecoin-ffi@e467d29...d041c9a But master is on d041c9ab85e68cfb, which is https://github.com/filecoin-project/filecoin-ffi/releases/tag/v1.28.0, which is what we want. We just happened to release 1.28.0 and 1.28.1 with https://github.com/filecoin-project/filecoin-ffi/releases/tag/v1.28.0-rc2 A concern, and another reason we need to bail on the complicated merge, mega-squash, multi-branch dance I think. But not fatal to the releases. We have the right ref-fvm and proofs versions. |
Chain of events:
Both FFI-versions are good for nv23, and the That said, it's not good that I missed that
|
(and this PR is correct to not pull a change back in btw) |
Oh, and yet another reason to get the ffi prebuilds work done! |
Concerning FFI not agreeing on both ends and the explanation, this is inevitable I think with our consistent setup. Items around standardizing how we commit, standardizing how we backport, etc. are observations I've been jotting down in https://docs.google.com/document/d/11jN9E4IcgcbU_6acAIHuh29v7yGFj7OHiiGYpoUuSEs/edit?pli=1#heading=h.qkulnat42emv . Others feel free to put in lessons learned as well. These seem like some of the quickest low hanging fruit to address after the network upgrade. I also in future would expect to see a clearer commit history. I think ideally every (or close to every) commit would list its assocated PR in the commit message. (We get some of that by default if there is more squash and merge happening.) |
done in #12317 |
No description provided.