-
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
build: release: v1.15.0 #8279
Merged
Merged
build: release: v1.15.0 #8279
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: state: Fast migration for v15
fix: blockstore: Add missing locks to autobatch::Get()
1. Simplify shutdown and make it idempotent by using a context. 2. Make sure `Flush` actually _fully_ flushes if the previous flush failed. 3. Don't clear the flush batch if flushing fails.
fix: #7869 sealing: Add more deal expiration checks during PRU pipeline
…re-correctness correctness fixes for the autobatch blockstore
feat: build: butterfly SNAPNET
build: release: bump master version to v1.15.0-dev
…rrent unsealing jobs (#7884) * adding the new variables- now time for logic * putting parameters into right placeS * adding unsealing throttle * fixing linter issues * removing one last thing...
Use go-libp2p-connmgr v0.3.1
update go-fil-markets, go-data-transfer 1.13.0, go-graphsync 0.12.0
…fer-graphsync feat(deps): update markets stack
chore: Cleanup go.mod
Fix: chain: create a new VM for each epoch
This reverts commit c3fb685.
This reverts commit aa599bf.
This reverts commit 62c0f35.
This reverts commit 0de1566.
This reverts commit 39bf59d.
This reverts commit 554848f.
This reverts commit d05d5bc.
This reverts commit 8d3f98f.
This reverts commit 826cdb2.
This reverts commit c394fbd.
This reverts commit 2fb5837.
Downgrade libp2p to 0.17.0
…ce is insufficient
pay for the collateral difference needed if the miner available balance is insufficient
Handle finalize failures in fsm
Lotus release v1.15.0-rc3
chore: backport: release
chore: release: v1.15.0 prep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues
Proposed Changes
Additional Info
depend on #8277
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