Skip to content
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

merge v1.23.1 to releases #10996

Merged
merged 319 commits into from
Jun 21, 2023
Merged

merge v1.23.1 to releases #10996

merged 319 commits into from
Jun 21, 2023

Conversation

shrenujbansal
Copy link
Contributor

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

vyzo and others added 30 commits March 16, 2023 17:38
Check that receipt is non nil, and the message was indeed found.
fix: state: lotus-miner info should show deals info without admin permission
fix: tracer: emit raw peer ids for compatibility with libp2p tracer
fix: gas estimation: don't special case paych collects
jennijuju and others added 25 commits May 25, 2023 19:28
Check if epoch is negative in GetTipsetByHeight
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>
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
…3.1-rc3

feat: chainstore: sharded mutex for filling chain height index
…kport

chore: deps: update to go-libp2p 0.27.5
chore: update build version and changelog for 1.23.1-rc4
chore: update changelog title and comments
…ent-rel

Add comment stating msgIndex is an experimental feature
Update changelog before publishing
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
Add link to LOTUS_FVM_CONCURRENCY docs
chore: Update build version and changelog for final 1.23.1 cut
@shrenujbansal shrenujbansal requested a review from a team as a code owner June 20, 2023 20:27
@jennijuju
Copy link
Member

skimmed through commits - lgtm

@shrenujbansal shrenujbansal merged commit 26dbe51 into releases Jun 21, 2023
@shrenujbansal shrenujbansal deleted the sbansal/1.23.1_to_releases branch June 21, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.