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

release: v1.25.0 #11445

Merged
merged 320 commits into from
Nov 22, 2023
Merged

release: v1.25.0 #11445

merged 320 commits into from
Nov 22, 2023

Conversation

jennijuju
Copy link
Member

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
  • 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

arajasek and others added 30 commits July 18, 2023 10:33
chore: stmgr: migrations: do not log noisily on cache misses
feat: vm: allow raw "cbor" in state and use the new go-multicodec
fix: ethtypes: handle length overflow case
Add new lotus-shed command for backfillling actor events
feat: FVM: do not error on unsuccessful implicit messages
fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
…ismatch

sector import: fix evaluating randomness when importing a sector
feat: chain node: Move consensus slasher to internal service
rjan90 and others added 21 commits November 8, 2023 17:20
Correct rc-version in changelog
Push correct *.json.gz
Revert move-partitions cmd
…ng move_partitions from built-in actors (#11409)

* upgrade calibnet by removing move_partitions from miner actor in actor v12

* cids for buggy bundles

* revert changes to v12 tar

* upgrade system actor state

* update based on manifest

* nit: clean up some comments

* chore: rename param to oldBuggyMinerCID

* refactor, ensure both buggy bundles are loaded

* update to actors v12.0.0-rc.3

* fix: load second buggy bundle for UpgradeWatermelonFixHeight

* add calibration fix2 upgrade epcoh

* update mainnet upgrade epoch

---------

Co-authored-by: Aayush <arajasek94@gmail.com>
Co-authored-by: jennijuju <jiayingw703@gmail.com>
chore: release: update changelog and version for v1.25.0
chore: backport calibnet lightweight patch
chore: release: update changelog and version for v1.25.0
Bump version to v1.25.0
This doesn't change any of the CIDs as the code is the same.
* bring in the final v12 tag

* mod tidy
add venus node boostrap
Update changelog
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
@jennijuju jennijuju requested a review from a team as a code owner November 22, 2023 11:24
Comment on lines +66 to +68
// NOTE: When adding a new error type, please make sure to add the new error type in
// func (mv *MessageValidator) Validate(ctx context.Context, pid peer.ID, msg *pubsub.Message)
// in /chain/sub/incoming.go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(observation / non-blocking)

Technically we could use inline-gen thing for that; Errors here and in chain/sub/incoming.go would just be a code template, and the errors would be defined in the inlinegen json file.

@magik6k
Copy link
Contributor

magik6k commented Nov 22, 2023

(CI is unhappy, should fix before merge)

@magik6k magik6k self-requested a review November 22, 2023 13:32
@jennijuju jennijuju merged commit 7e6b20c into releases Nov 22, 2023
86 of 87 checks passed
@jennijuju jennijuju deleted the jen/v125cut branch November 22, 2023 13:40
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.