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

chore: merge release/v1.25.2 into releases #11569

Merged
merged 542 commits into from
Jan 11, 2024
Merged

chore: merge release/v1.25.2 into releases #11569

merged 542 commits into from
Jan 11, 2024

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Jan 11, 2024

Proposed Changes

As in the title, merging releases/v1.25.2 into the releases branch.

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
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

magik6k and others added 30 commits November 3, 2023 12:42
Update unreleased changelog
…11309)

- Added a goroutine to listen for interrupt signals, which will cancel the current context when an interrupt signal is received. This allows for graceful shutdown of ongoing operations.
…11382)

* chore: eth: move & rename input/output encoding functions

These are shared functions, so I'm moving them to the utils library.

* fix: eth: correctly encode and simplify native input/output encoding

When generating eth traces, we encode "native" message inputs/outputs
to "solidity ABI" by formatting the inputs/outputs the same way we do in
FEVM's "handle_native_method". However, we had quite a few bugs with the
implementation:

1. We were right-aligning 64bit values in 256bit words, instead of
left-aligning (as we should given that these values are big-endian).
2. The return-value encoding wasn't correctly handling lengths.

This patch:

1. Fixes those bugs.
2. Deduplicates the logic (we're doing _basically_ the same thing in
both cases).
3. Removes all error paths (these functions can't fail).
feat: sealing: load SectorsSummary from sealing SectorStats instead of calling API each time
Move premigration to 90 minutes before upgrade epoch.
fix: migration: set premigration to 90 minutes
[wip] feat: sturdypost: WindowPoSt Submit
magik6k and others added 24 commits December 11, 2023 15:50
This reverts commit 3569e4e.
…-update-libp2p

chore:libp2p:update libp2p deps in release-v1.25.2
backports: lotus-provider: fixes caught in rc1-testing
feat: syncer: optimize syncFork for one-epoch forks
…post-err

fix: wdpost: fix vanilla proof indexes
chore: backports to `release/v1.25.2`
fix: docs: Modify generate-lotus-cli.py to ignoring aliases.
Bump version and changelog
Update changelog
Update changelog
feat: exchange: change GetBlocks to always fetch the requested number of tipsets
Update changelog with sync-fix-backport
Change date for release in changelog
chore: release: update changelog with latests backports
@rjan90 rjan90 requested a review from a team as a code owner January 11, 2024 15:14
@rjan90 rjan90 changed the title chore: merge release/v1.25.2 into releases chore: merge release/v1.25.2 into releases Jan 11, 2024
@arajasek arajasek merged commit f51f83b into releases Jan 11, 2024
96 checks passed
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.