-
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 into master #10742
Conversation
chore: update ffi to increase execution parallelism
Don't enforce walking receipt tree during compaction
fix: build: drop drand incentinet servers
Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com>
chore: release lotus v1.20.4
chore: merge release/v1.20.4 into releases
chore: build: Update Changelog for v1.21.0
Add RPC API highlight
Add callout to exchanges about the execution traces. Also moving the `execution trace format changes` section to above the contributors section.
chore: build: v1.21.0-rc1
(cherry picked from commit f48c626)
Initialize the postParam.Partitions slice with the same length as i.Partitions before iterating over it in the loop.
fix: proving: Initialize slice with with same length as partition
chore: all: bump go-libipfs
…s-backport backport: fix: miner: correctly count sector extensions
build: docker: Update GO-version
build: docker: Update GO-version
build: release: v1.21.0-rc2
Update go.mod
Update changelog for v1.21.0-rc2
* have gas estimate call callInternal with applyTsMessages = false and other calls with applyTsMessages=true for gas caclulation optimization * set applyTsMessages = true in CallWithGas call in shed * update test with new callwithgas api optimization for eth call * Update chain/stmgr/call.go Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com> * env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change * env flag LOTUS_SKIP_APPLY_TS_MESSAGE_CALL_WITH_GAS must be 1 in order to have applyTsMessages change * make sure that even if we arent apply ts messages we grab ts messages from the particular user who is requesting gas estimation --------- Co-authored-by: Jiaying Wang <42981373+jennijuju@users.noreply.github.com> Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com> Co-authored-by: Ubuntu <ubuntu@ip-10-0-4-29.us-east-2.compute.internal>
Small v1.23.0 changelog changes
Reduce LOTUS_FMV_CONCURRENCY
feat: set version to 1.23.0
chore: deps: update to FFI v1.23.0
feat: Update FFI, test disputing nv20 window posts fails
chore: update changelog
feat: release 1.22.1
feat: release 1.22.1
feat: release 1.23.0
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.
Approved
Network: "mainnet", | ||
Version: 10, | ||
BundleGitTag: "v10.0.0", | ||
ManifestCid: MustParseCid("bafy2bzacecsuyf7mmvrhkx2evng5gnz5canlnz2fdlzu2lvcgptiq2pzuovos"), |
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.
Why is the tag gone?
// ?????????? | ||
const UpgradeLightningHeight = 200 | ||
|
||
// ?????????????????? | ||
const UpgradeThunderHeight = 300 |
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.
Todo?
@@ -53,6 +54,7 @@ func LoadBundles(ctx context.Context, bs blockstore.Blockstore, versions ...acto | |||
// All manifests are registered on start, so this must succeed. | |||
return xerrors.Errorf("unknown actor version v%d", av) | |||
} | |||
fmt.Printf("manifest cid: %s\n", manifestCid) |
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.
debug print
Related Issues
Last of #10717
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