-
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: build: v1.14.0 -> master #8053
Conversation
feat: param: add temp snap params
… have to yourself fails with an error (fixing issue 7596) PR #7637, also adds tests to make sure behavior is correct across versions.
This is the very first iteration of the lotus PR template. The goal of adding PR template is to standardize PR requests and encourage contributors to: - come up with good PR descriptions to give code reviewers a clear overview of what's in the PR - have a clear PR title as lotus generates a change log based on it - check that tests and documentation for the codes that changed are icnluded The PR type follows the https://www.conventionalcommits.org/en/v1.0.0-beta.2/. The [contribution guideline](https://github.com/filecoin-project/lotus#contribute) should be updated with how to create a pr after the template is accepted.
- Unsealing replica update with sector key works and tested - Sector key generation added and tested
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
issue number in PR title is not that useful because reader cannot click it and need to mention the issue in the body for auto close either way.
- FSM handles the actual cc upgrade process including error states - PoSting (winning and window) works over upgraded and upgrading sectors - Integration test and changes to itest framework to reduce flakes - Update CLI to handle new upgrade - Update dependencies
[WIP] v1.14.0-rc6
fix: params: remove experimental params that's not used for production mainnet
Fix: soup: Downgrade datastore to 0.4.6
build: release: v1.14.0-rc6
Check sector is active before PRU Fix log nit: edit a comment
Stop recovery attempts after fault
deps: update go-paramfetch to v0.0.4
Codecov Report
@@ Coverage Diff @@
## master #8053 +/- ##
==========================================
- Coverage 39.18% 39.08% -0.11%
==========================================
Files 662 662
Lines 72139 72160 +21
==========================================
- Hits 28271 28201 -70
- Misses 38972 39040 +68
- Partials 4896 4919 +23
Continue to review full report at Codecov.
|
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.
Thanks a lot for catching things I missed! One fix needed!
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
Related Issues
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, testarea
: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps