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 releases into master #10742

Merged
merged 139 commits into from
Apr 23, 2023
Merged

Conversation

arajasek
Copy link
Contributor

Related Issues

Last of #10717

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

arajasek and others added 30 commits March 17, 2023 13:10
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: 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.
(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
…s-backport

backport: fix: miner: correctly count sector extensions
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>
@arajasek arajasek requested a review from a team as a code owner April 23, 2023 18:59
@ZenGround0 ZenGround0 merged commit 3a6c385 into master Apr 23, 2023
@ZenGround0 ZenGround0 deleted the asr/merge-release-into-master branch April 23, 2023 22:26
Copy link
Contributor

@ZenGround0 ZenGround0 left a comment

Choose a reason for hiding this comment

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

Approved

Comment on lines -324 to -327
Network: "mainnet",
Version: 10,
BundleGitTag: "v10.0.0",
ManifestCid: MustParseCid("bafy2bzacecsuyf7mmvrhkx2evng5gnz5canlnz2fdlzu2lvcgptiq2pzuovos"),
Copy link
Contributor

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?

Comment on lines +58 to +62
// ??????????
const UpgradeLightningHeight = 200

// ??????????????????
const UpgradeThunderHeight = 300
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

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

debug print

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.

9 participants