-
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
release: v1.25.0 #11445
Merged
Merged
release: v1.25.0 #11445
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
chore: stmgr: migrations: do not log noisily on cache misses
feat: vm: allow raw "cbor" in state and use the new go-multicodec
feat:lotus-bench:AMT benchmarking
fix: ethtypes: handle length overflow case
Add new lotus-shed command for backfillling actor events
feat: FVM: do not error on unsuccessful implicit messages
feat:shed:gather partition metadata
fix: failing test: Tweak TestWindowPostV1P1NV20 test condition
…ing SubmitCommit state
…ismatch sector import: fix evaluating randomness when importing a sector
feat: chain node: Move consensus slasher to internal service
Correct rc-version in changelog
Push correct *.json.gz
build: Calib hot fix: v1.25.0-rc4
chore: backport #11395 to release/v1.25.0
Revert move-partitions cmd
chore: backport #11408 to release/v1.25.0
…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 glif bootstrap node on calibration
add venus node boostrap
Update changelog
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
release: v1.25.0
magik6k
approved these changes
Nov 22, 2023
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 |
There was a problem hiding this comment.
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.
(CI is unhappy, should fix before merge) |
magik6k
approved these changes
Nov 22, 2023
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
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, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps