-
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 releases back into master #10999
chore: merge releases back into master #10999
Commits on May 3, 2023
-
Update build version for release/v1.23.1
Shrenuj Bansal committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for fadc94f - Browse repository at this point
Copy the full SHA fadc94fView commit details -
Update changelog.md for release/v1.23.1
Shrenuj Bansal committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for a03535a - Browse repository at this point
Copy the full SHA a03535aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8dcf9f - Browse repository at this point
Copy the full SHA e8dcf9fView commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 779975c - Browse repository at this point
Copy the full SHA 779975cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9558df7 - Browse repository at this point
Copy the full SHA 9558df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfb69b - Browse repository at this point
Copy the full SHA 0cfb69bView commit details -
Hide lotus-miner legacy markets cmds
Hide lotus-miner legacy markets cmds
Configuration menu - View commit details
-
Copy full SHA for 4e49b8b - Browse repository at this point
Copy the full SHA 4e49b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03c069 - Browse repository at this point
Copy the full SHA f03c069View commit details -
fix: sched: Address GET_32G_MAX_CONCURRENT regression (#10850)
* Fix 1.21 regression: GET_32G_MAX_CONCURRENT + mixed prepared/executing leads to stuck scheduler If you have 12 GET tasks and GET_32G_MAX_CONCURRENT=1, sealing jobs will only show assigned tasks for GET of the miner and is stuck. I believe this to be a regression of 1.21 unifying the counters, in the case of GETs where PrepType and TaskType both being seal/v0/fetch leading to a state where tasks are blocked since already counted towards the limit. * itests: Repro issue from PR #10633 * make counters int (non-working) * fix: worker sched: Send taskDone notifs after tasks are done * itests: Make TestPledgeMaxConcurrentGet actually reproduce the issue * make the linter happy --------- Co-authored-by: Steffen Butzer <steffen.butzer@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 60d5762 - Browse repository at this point
Copy the full SHA 60d5762View commit details -
Merge pull request #10851 from filecoin-project/sbansal/backport-1.23…
….1-rc2 Backport changes for 1.23.1-rc2
Configuration menu - View commit details
-
Copy full SHA for 86f32d1 - Browse repository at this point
Copy the full SHA 86f32d1View commit details -
Changelog and build version for 1.23.1-rc2
Shrenuj Bansal committedMay 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 67df60f - Browse repository at this point
Copy the full SHA 67df60fView commit details -
Shrenuj Bansal committed
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 5aea907 - Browse repository at this point
Copy the full SHA 5aea907View commit details -
Merge pull request #10853 from filecoin-project/sbansal/1.23.1-rc2
Changelog and build version for 1.23.1-rc2
Configuration menu - View commit details
-
Copy full SHA for 5a1738c - Browse repository at this point
Copy the full SHA 5a1738cView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a509ca2 - Browse repository at this point
Copy the full SHA a509ca2View commit details
Commits on May 25, 2023
-
Merge pull request #10918 from filecoin-project/asr/backport
Check if epoch is negative in GetTipsetByHeight
Configuration menu - View commit details
-
Copy full SHA for 9900dbe - Browse repository at this point
Copy the full SHA 9900dbeView commit details
Commits on May 31, 2023
-
feat: chainstore: sharded mutex for filling chain height index
This PR introduces as sharded mutex within the ChainIndex#GetTipsetByHeight. It also replaces a go map with xsync.Map which doesn't require locking. The lock is taken when it appears that ChainIndex filling work should be started. After claiming the lock, the status of the cache is rechecked, if the entry is still missing, the fillCache is started. Thanks to @snissn and @arajasek for debugging and taking initial stabs at this. Supersedes #10866 and 10885 Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Jakub Sztandera authored and Shrenuj Bansal committedMay 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b65c93b - Browse repository at this point
Copy the full SHA b65c93bView commit details -
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Jakub Sztandera authored and Shrenuj Bansal committedMay 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 80aa96e - Browse repository at this point
Copy the full SHA 80aa96eView commit details -
Merge pull request #10934 from filecoin-project/sbansal/backport-v1.2…
…3.1-rc3 feat: chainstore: sharded mutex for filling chain height index
Configuration menu - View commit details
-
Copy full SHA for 05d3dc8 - Browse repository at this point
Copy the full SHA 05d3dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d39f6 - Browse repository at this point
Copy the full SHA 80d39f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48365f4 - Browse repository at this point
Copy the full SHA 48365f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7b52a - Browse repository at this point
Copy the full SHA 3a7b52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7831ec6 - Browse repository at this point
Copy the full SHA 7831ec6View commit details -
Merge pull request #10937 from filecoin-project/jen/libp2p2
devs: update libp2p
Configuration menu - View commit details
-
Copy full SHA for f4f0dd9 - Browse repository at this point
Copy the full SHA f4f0dd9View commit details -
Update changelog and build version
Shrenuj Bansal committedMay 31, 2023 Configuration menu - View commit details
-
Copy full SHA for a750f29 - Browse repository at this point
Copy the full SHA a750f29View commit details -
Merge pull request #10938 from filecoin-project/sbansal/v1.23.1-rc3
Update changelog and build version
Configuration menu - View commit details
-
Copy full SHA for f8b05f9 - Browse repository at this point
Copy the full SHA f8b05f9View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 324807a - Browse repository at this point
Copy the full SHA 324807aView commit details -
Merge pull request #10949 from filecoin-project/asr/update-libp2p-bac…
…kport chore: deps: update to go-libp2p 0.27.5
Configuration menu - View commit details
-
Copy full SHA for 8b2814b - Browse repository at this point
Copy the full SHA 8b2814bView commit details
Commits on Jun 5, 2023
-
chore: update build version and changelog for 1.23.1-rc4
Shrenuj Bansal committedJun 5, 2023 Configuration menu - View commit details
-
Copy full SHA for aa02379 - Browse repository at this point
Copy the full SHA aa02379View commit details -
Merge pull request #10954 from filecoin-project/sbansal/1.23.1-rc4
chore: update build version and changelog for 1.23.1-rc4
Configuration menu - View commit details
-
Copy full SHA for b5e2ee7 - Browse repository at this point
Copy the full SHA b5e2ee7View commit details -
Shrenuj Bansal committed
Jun 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 11b17e7 - Browse repository at this point
Copy the full SHA 11b17e7View commit details -
Merge pull request #10956 from filecoin-project/sbansal/1.23.1-rc4
chore: update changelog title and comments
Configuration menu - View commit details
-
Copy full SHA for e2d7841 - Browse repository at this point
Copy the full SHA e2d7841View commit details
Commits on Jun 9, 2023
-
Add comment stating msgIndex is an experimental feature
Shrenuj Bansal committedJun 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 5e8cae9 - Browse repository at this point
Copy the full SHA 5e8cae9View commit details -
Merge pull request #10969 from filecoin-project/sbansal/msgindex-comm…
…ent-rel Add comment stating msgIndex is an experimental feature
Configuration menu - View commit details
-
Copy full SHA for a81bb4a - Browse repository at this point
Copy the full SHA a81bb4aView commit details
Commits on Jun 19, 2023
-
Update build version and changelog for final 1.23.1 cut
Shrenuj Bansal committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for ff10fb9 - Browse repository at this point
Copy the full SHA ff10fb9View commit details -
Shrenuj Bansal committed
Jun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 63d631d - Browse repository at this point
Copy the full SHA 63d631dView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cd7c44 - Browse repository at this point
Copy the full SHA 1cd7c44View commit details -
Remove old upgrade warnings. Instead call-out that users should read the upgrade warnings section in the v1.23.0 release if upgrading from v1.22.1
Configuration menu - View commit details
-
Copy full SHA for bd22319 - Browse repository at this point
Copy the full SHA bd22319View commit details -
Link to LOTUS_FVM_CONCURRENCY docs
Add link to LOTUS_FVM_CONCURRENCY docs
Configuration menu - View commit details
-
Copy full SHA for a4271f2 - Browse repository at this point
Copy the full SHA a4271f2View commit details -
Merge pull request #10990 from filecoin-project/sbansal/1.23.1-final-cut
chore: Update build version and changelog for final 1.23.1 cut
Configuration menu - View commit details
-
Copy full SHA for b68e3a1 - Browse repository at this point
Copy the full SHA b68e3a1View commit details
Commits on Jun 21, 2023
-
Merge pull request #10996 from filecoin-project/sbansal/1.23.1_to_rel…
…eases merge v1.23.1 to releases
Configuration menu - View commit details
-
Copy full SHA for 26dbe51 - Browse repository at this point
Copy the full SHA 26dbe51View commit details -
Merge branch 'releases' into sbansal/merge-releases-to-master-20230621
Shrenuj Bansal committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for e4b8425 - Browse repository at this point
Copy the full SHA e4b8425View commit details