-
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 release/v1.25.2
into releases
#11567
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bda334 - Browse repository at this point
Copy the full SHA 6bda334View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebec992 - Browse repository at this point
Copy the full SHA ebec992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d58fff - Browse repository at this point
Copy the full SHA 9d58fffView commit details -
fix: worker: listen for interrupt signals in GetStorageMinerAPI loop (#…
…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.
Configuration menu - View commit details
-
Copy full SHA for b1228b5 - Browse repository at this point
Copy the full SHA b1228b5View commit details -
Merge pull request #11361 from filecoin-project/feat/add-mpool-metrics
feat: metric: export Mpool message count
Configuration menu - View commit details
-
Copy full SHA for 12b30c0 - Browse repository at this point
Copy the full SHA 12b30c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02929dd - Browse repository at this point
Copy the full SHA 02929ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c4e6b - Browse repository at this point
Copy the full SHA c0c4e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81603a6 - Browse repository at this point
Copy the full SHA 81603a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1add7d - Browse repository at this point
Copy the full SHA c1add7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a686a99 - Browse repository at this point
Copy the full SHA a686a99View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f9e168 - Browse repository at this point
Copy the full SHA 4f9e168View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd95f6 - Browse repository at this point
Copy the full SHA edd95f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa33e82 - Browse repository at this point
Copy the full SHA fa33e82View commit details
Commits on Nov 6, 2023
-
fix: eth: correctly encode and simplify native input/output encoding (#…
…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).
Configuration menu - View commit details
-
Copy full SHA for cff785f - Browse repository at this point
Copy the full SHA cff785fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 848c20d - Browse repository at this point
Copy the full SHA 848c20dView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d18cb5d - Browse repository at this point
Copy the full SHA d18cb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d3e24 - Browse repository at this point
Copy the full SHA 02d3e24View commit details -
Merge pull request #11353 from CIDgravity/improve-sectors-summary-call
feat: sealing: load SectorsSummary from sealing SectorStats instead of calling API each time
Configuration menu - View commit details
-
Copy full SHA for b243c40 - Browse repository at this point
Copy the full SHA b243c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d509cc4 - Browse repository at this point
Copy the full SHA d509cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c50558 - Browse repository at this point
Copy the full SHA 5c50558View commit details -
Configuration menu - View commit details
-
Copy full SHA for de280a5 - Browse repository at this point
Copy the full SHA de280a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5921da3 - Browse repository at this point
Copy the full SHA 5921da3View commit details
Commits on Nov 8, 2023
-
Move premigration to 90 minutes
Move premigration to 90 minutes before upgrade epoch.
Configuration menu - View commit details
-
Copy full SHA for 24a714d - Browse repository at this point
Copy the full SHA 24a714dView commit details -
Merge pull request #11395 from filecoin-project/fix/update-premigration
fix: migration: set premigration to 90 minutes
Configuration menu - View commit details
-
Copy full SHA for fbafe1c - Browse repository at this point
Copy the full SHA fbafe1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0026a0 - Browse repository at this point
Copy the full SHA a0026a0View commit details -
Merge pull request #11380 from filecoin-project/feat/lp-wdpost-submit
[wip] feat: sturdypost: WindowPoSt Submit
Configuration menu - View commit details
-
Copy full SHA for 8ecee2d - Browse repository at this point
Copy the full SHA 8ecee2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ba7fa - Browse repository at this point
Copy the full SHA 23ba7faView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0cb4b5 - Browse repository at this point
Copy the full SHA b0cb4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f100a4 - Browse repository at this point
Copy the full SHA 3f100a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4391a5c - Browse repository at this point
Copy the full SHA 4391a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cd57a - Browse repository at this point
Copy the full SHA 05cd57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4556e - Browse repository at this point
Copy the full SHA ad4556eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb4940 - Browse repository at this point
Copy the full SHA 2bb4940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410bdc3 - Browse repository at this point
Copy the full SHA 410bdc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5dd52 - Browse repository at this point
Copy the full SHA 5b5dd52View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c68ba1 - Browse repository at this point
Copy the full SHA 6c68ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d192c4 - Browse repository at this point
Copy the full SHA 2d192c4View commit details -
Merge pull request #11406 from filecoin-project/feat/lp-disable-wdpost
feat: lotus miner config to entirely disable WindowPoSt
Configuration menu - View commit details
-
Copy full SHA for 3178388 - Browse repository at this point
Copy the full SHA 3178388View commit details -
Merge pull request #11404 from filecoin-project/feat/lp-decl-recover
feat: wdpost: Declare-recovered task
Configuration menu - View commit details
-
Copy full SHA for ac0e757 - Browse repository at this point
Copy the full SHA ac0e757View commit details -
Merge pull request #11388 from filecoin-project/feat/lp-migrate2
cli: lotus-shed provider from-miner
Configuration menu - View commit details
-
Copy full SHA for 06a0a69 - Browse repository at this point
Copy the full SHA 06a0a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dc720 - Browse repository at this point
Copy the full SHA e6dc720View commit details -
Merge pull request #11407 from filecoin-project/asr/calibnet-master
chore: forward-port calibnet hotfix to master
Configuration menu - View commit details
-
Copy full SHA for 7344dd5 - Browse repository at this point
Copy the full SHA 7344dd5View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f27d54b - Browse repository at this point
Copy the full SHA f27d54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d8671 - Browse repository at this point
Copy the full SHA f4d8671View commit details -
Configuration menu - View commit details
-
Copy full SHA for f30a7db - Browse repository at this point
Copy the full SHA f30a7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c56e4 - Browse repository at this point
Copy the full SHA 49c56e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9625da - Browse repository at this point
Copy the full SHA b9625daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4ce7d - Browse repository at this point
Copy the full SHA 2a4ce7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d719db3 - Browse repository at this point
Copy the full SHA d719db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b41013 - Browse repository at this point
Copy the full SHA 8b41013View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ef006 - Browse repository at this point
Copy the full SHA f2ef006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8744312 - Browse repository at this point
Copy the full SHA 8744312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efc4e4 - Browse repository at this point
Copy the full SHA 7efc4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339e062 - Browse repository at this point
Copy the full SHA 339e062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cf227 - Browse repository at this point
Copy the full SHA 30cf227View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa87f3c - Browse repository at this point
Copy the full SHA aa87f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10032a1 - Browse repository at this point
Copy the full SHA 10032a1View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fea289f - Browse repository at this point
Copy the full SHA fea289fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c6734 - Browse repository at this point
Copy the full SHA c8c6734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4e22f - Browse repository at this point
Copy the full SHA 3c4e22fView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56498f1 - Browse repository at this point
Copy the full SHA 56498f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b130a - Browse repository at this point
Copy the full SHA 63b130aView commit details -
Merge pull request #11415 from filecoin-project/remember-machine
Fix todays sql error and remember which machine did a task
Configuration menu - View commit details
-
Copy full SHA for 3864831 - Browse repository at this point
Copy the full SHA 3864831View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97b336 - Browse repository at this point
Copy the full SHA b97b336View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd3262 - Browse repository at this point
Copy the full SHA dfd3262View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac122c - Browse repository at this point
Copy the full SHA fac122cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd5886 - Browse repository at this point
Copy the full SHA 4dd5886View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1562c6 - Browse repository at this point
Copy the full SHA a1562c6View commit details -
Merge pull request #11408 from filecoin-project/revert-move-partition…
…s-cmd chore: cli: Revert move-partitions cmd
Configuration menu - View commit details
-
Copy full SHA for 22e0291 - Browse repository at this point
Copy the full SHA 22e0291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366a3ad - Browse repository at this point
Copy the full SHA 366a3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cef72 - Browse repository at this point
Copy the full SHA 68cef72View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 793b078 - Browse repository at this point
Copy the full SHA 793b078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffe9f8 - Browse repository at this point
Copy the full SHA 2ffe9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91cf04a - Browse repository at this point
Copy the full SHA 91cf04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe8977 - Browse repository at this point
Copy the full SHA 8fe8977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec9eb0 - Browse repository at this point
Copy the full SHA 7ec9eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8aa53 - Browse repository at this point
Copy the full SHA 4b8aa53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9e3cf - Browse repository at this point
Copy the full SHA 1a9e3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98099cc - Browse repository at this point
Copy the full SHA 98099ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed9a6d - Browse repository at this point
Copy the full SHA aed9a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1edae6 - Browse repository at this point
Copy the full SHA c1edae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b4a3ba - Browse repository at this point
Copy the full SHA 9b4a3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d90430 - Browse repository at this point
Copy the full SHA 0d90430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3947327 - Browse repository at this point
Copy the full SHA 3947327View commit details -
Configuration menu - View commit details
-
Copy full SHA for fceabdb - Browse repository at this point
Copy the full SHA fceabdbView commit details -
Merge pull request #11410 from filecoin-project/feat/lp-winning
feat: lotus-provider: WinningPoSt support
Configuration menu - View commit details
-
Copy full SHA for 57f5760 - Browse repository at this point
Copy the full SHA 57f5760View commit details -
Configuration menu - View commit details
-
Copy full SHA for f80a5bc - Browse repository at this point
Copy the full SHA f80a5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2306b - Browse repository at this point
Copy the full SHA ac2306bView commit details -
feat: chain: light-weight patch to fix calibrationnet again by removi…
…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>
Configuration menu - View commit details
-
Copy full SHA for 808a6e9 - Browse repository at this point
Copy the full SHA 808a6e9View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25f9eb4 - Browse repository at this point
Copy the full SHA 25f9eb4View commit details -
metric milliseconds computation with golang original method (#11403)
Signed-off-by: Icarus9913 <icaruswu66@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 369a4c4 - Browse repository at this point
Copy the full SHA 369a4c4View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1dc2810 - Browse repository at this point
Copy the full SHA 1dc2810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ae7bc7 - Browse repository at this point
Copy the full SHA 1ae7bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1419bec - Browse repository at this point
Copy the full SHA 1419becView commit details -
bench: Set ticket and seed to a non-all zero value
Set ticket and seed to a non-all zero value
Configuration menu - View commit details
-
Copy full SHA for 4645f25 - Browse repository at this point
Copy the full SHA 4645f25View commit details -
Merge pull request #11428 from filecoin-project/asr/update-gst
chore: deps: update to go-state-types v0.12.7
Configuration menu - View commit details
-
Copy full SHA for 87105b5 - Browse repository at this point
Copy the full SHA 87105b5View commit details -
fix: eth: remove trace sanity check (#11385)
We added this check as a self-test to make sure that the message indices in our trace matched up with those in the block. Unfortunately, this only works for blocks on the main-chain, and breaks tracing of uncle blocks (and tracing of head).
Configuration menu - View commit details
-
Copy full SHA for 06d288e - Browse repository at this point
Copy the full SHA 06d288eView commit details -
fix: eth: use the correct state-tree when resolving addresses (#11387)
We need to always use the state-tree from the tipset _after_ the message executed. If we use any other state-tree, we might not find the address we're trying to resolve. This change also has some implication for pending messages: there's no guarantee we'll be able to generate a 0x-style address for a pending native message. So, instead of trying, I've removed support for pending native messages from the Eth API. Messages from EthAccounts will still work, and native messages will still show up in blocks/traces, they just won't show up as "pending". Which should affect exactly nobody. I'm also taking this opportunity to cleanup some edge-cases: 1. Pass contexts where appropriate. 2. Remove all state access from `ethTxHashFromSignedMessage`. Part of #11355
Configuration menu - View commit details
-
Copy full SHA for 9b4df6a - Browse repository at this point
Copy the full SHA 9b4df6aView commit details -
feat: eth: encode eth tx input as solidity ABI (#11402)
When translating "native" messages to Ethereum transactions, correctly handle parameters: 1. If the message looks like a valid "create external", treat it as a contract creation. 2. If it looks like a valid EVM invocation, decode it as such. 3. Otherwise, ABI-encode the parameters to make them look like a "handle_filecoin_method" call. This will help chain explorers recognize these messages. Part of #11355
Configuration menu - View commit details
-
Copy full SHA for d5fd4cd - Browse repository at this point
Copy the full SHA d5fd4cdView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92c3b0a - Browse repository at this point
Copy the full SHA 92c3b0aView commit details -
Merge pull request #11429 from filecoin-project/phi-fix-seedticket-bench
fix: bench: Set ticket and seed to a non-all zero value
Configuration menu - View commit details
-
Copy full SHA for 59873c7 - Browse repository at this point
Copy the full SHA 59873c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e0435 - Browse repository at this point
Copy the full SHA 44e0435View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec43903 - Browse repository at this point
Copy the full SHA ec43903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ed5cc - Browse repository at this point
Copy the full SHA 31ed5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 767f8ba - Browse repository at this point
Copy the full SHA 767f8baView commit details -
Ales Dumikau committed
Nov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e02618 - Browse repository at this point
Copy the full SHA 6e02618View commit details -
Change Glif calibnet bootstrap node id
Ales Dumikau committedNov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for cd79bcf - Browse repository at this point
Copy the full SHA cd79bcfView commit details -
Ales Dumikau committed
Nov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 84f9383 - Browse repository at this point
Copy the full SHA 84f9383View commit details -
Merge pull request #11175 from protofire/feat/add-glif-bootstrap-nodes
add glif bootstrap node on calibration
Configuration menu - View commit details
-
Copy full SHA for 1d832e4 - Browse repository at this point
Copy the full SHA 1d832e4View commit details -
Merge pull request #11430 from filecoin-project/suprasealpc2-script
feat: build: Add SupraSeal-PC2 binary script
Configuration menu - View commit details
-
Copy full SHA for af53e96 - Browse repository at this point
Copy the full SHA af53e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a9607 - Browse repository at this point
Copy the full SHA b5a9607View commit details -
chore: actors: update v12 to the final release
This doesn't change any of the CIDs as the code is the same.
Configuration menu - View commit details
-
Copy full SHA for 0bb6093 - Browse repository at this point
Copy the full SHA 0bb6093View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64a361 - Browse repository at this point
Copy the full SHA e64a361View commit details -
fix: ci: fetch params for the storage unit tests
In #11212, we added the necessary logic to download the params automatically. However, we're not taking advantage of CI caching. Here, we configure CI to cache these params.
Configuration menu - View commit details
-
Copy full SHA for a1d260e - Browse repository at this point
Copy the full SHA a1d260eView commit details -
Merge pull request #11419 from filecoin-project/fix-sturdy-tests
Fixes for lotus-provider, and conveniences
Configuration menu - View commit details
-
Copy full SHA for aa2640d - Browse repository at this point
Copy the full SHA aa2640dView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for deae3ad - Browse repository at this point
Copy the full SHA deae3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9af40 - Browse repository at this point
Copy the full SHA 9f9af40View commit details -
Merge pull request #11440 from filecoin-project/steb/update-bundle-tag
chore: actors: update v12 to the final release
Configuration menu - View commit details
-
Copy full SHA for 0b0d7c9 - Browse repository at this point
Copy the full SHA 0b0d7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c620ff8 - Browse repository at this point
Copy the full SHA c620ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829311c - Browse repository at this point
Copy the full SHA 829311cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f39834 - Browse repository at this point
Copy the full SHA 8f39834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f611a - Browse repository at this point
Copy the full SHA 41f611aView commit details -
Merge pull request #11448 from filecoin-project/feat/merge-releases-i…
…nto-master chore: releases :merge releases into master
Configuration menu - View commit details
-
Copy full SHA for 867f9bb - Browse repository at this point
Copy the full SHA 867f9bbView commit details -
chore: build: bump master to v1.25.1-dev
chore: build: bump master to v1.25.1-dev
Configuration menu - View commit details
-
Copy full SHA for 03344e1 - Browse repository at this point
Copy the full SHA 03344e1View commit details -
Merge pull request #11450 from filecoin-project/phi-bump-master-version
chore: build: bump master to v1.25.1-dev
Configuration menu - View commit details
-
Copy full SHA for 1ca071e - Browse repository at this point
Copy the full SHA 1ca071eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cc244 - Browse repository at this point
Copy the full SHA 16cc244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf030e - Browse repository at this point
Copy the full SHA 0bf030eView commit details -
Merge pull request #11451 from filecoin-project/chore/master-into-sturdy
chore: master into sturdypost
Configuration menu - View commit details
-
Copy full SHA for 18f6907 - Browse repository at this point
Copy the full SHA 18f6907View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0a931e - Browse repository at this point
Copy the full SHA f0a931eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d82da79 - Browse repository at this point
Copy the full SHA d82da79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 687ad3a - Browse repository at this point
Copy the full SHA 687ad3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3407848 - Browse repository at this point
Copy the full SHA 3407848View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d663c - Browse repository at this point
Copy the full SHA e9d663cView commit details
Commits on Nov 24, 2023
-
Merge pull request #11420 from filecoin-project/fix/no-miner-db-req
fix: miner: Don't require db config when it's not used
Configuration menu - View commit details
-
Copy full SHA for 6328a35 - Browse repository at this point
Copy the full SHA 6328a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d5d59 - Browse repository at this point
Copy the full SHA 37d5d59View commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5120add - Browse repository at this point
Copy the full SHA 5120addView commit details -
feat: chain import: don't walk to genesis - 2-3x faster snapshot impo…
…rt (#11446) * chain import: don't walk to genesis * fix daemon build * fast snapshot genesis: address review
Configuration menu - View commit details
-
Copy full SHA for 231b207 - Browse repository at this point
Copy the full SHA 231b207View commit details
Commits on Nov 27, 2023
-
Merge pull request #11441 from filecoin-project/steb/fetch-params-sto…
…rage-tests fix: ci: fetch params for the storage unit tests
Configuration menu - View commit details
-
Copy full SHA for 003d32a - Browse repository at this point
Copy the full SHA 003d32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73030c1 - Browse repository at this point
Copy the full SHA 73030c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab81d4c - Browse repository at this point
Copy the full SHA ab81d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00535fe - Browse repository at this point
Copy the full SHA 00535feView commit details -
Merge pull request #11456 from filecoin-project/fix/mineinfo-counts
fix: miner info: Show correct sector state counts
Configuration menu - View commit details
-
Copy full SHA for 3283cb7 - Browse repository at this point
Copy the full SHA 3283cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f0d52 - Browse repository at this point
Copy the full SHA f1f0d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5519b15 - Browse repository at this point
Copy the full SHA 5519b15View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cef565f - Browse repository at this point
Copy the full SHA cef565fView commit details -
Merge pull request #11459 from filecoin-project/feat/prov-check-selfexcl
lpwinning: Check inclusion of self-mined blocks in base
Configuration menu - View commit details
-
Copy full SHA for 368ad8d - Browse repository at this point
Copy the full SHA 368ad8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7214abf - Browse repository at this point
Copy the full SHA 7214abfView commit details -
Merge pull request #11460 from filecoin-project/feat/bench-winpost-pa…
…rams feat: bench: flag to output GenerateWinningPoStWithVanilla params
Configuration menu - View commit details
-
Copy full SHA for 3d5bebc - Browse repository at this point
Copy the full SHA 3d5bebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717d2a0 - Browse repository at this point
Copy the full SHA 717d2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e59b7 - Browse repository at this point
Copy the full SHA 81e59b7View commit details -
Merge pull request #11463 from filecoin-project/fixSectorFiletype
Fix sector filetype
Configuration menu - View commit details
-
Copy full SHA for 740a706 - Browse repository at this point
Copy the full SHA 740a706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae9146 - Browse repository at this point
Copy the full SHA 6ae9146View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41dcd56 - Browse repository at this point
Copy the full SHA 41dcd56View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3417e7 - Browse repository at this point
Copy the full SHA a3417e7View commit details -
fix: chain: make failure to load the chain state fatal (#11426)
Otherwise, we get strange panics later.
Configuration menu - View commit details
-
Copy full SHA for afa9568 - Browse repository at this point
Copy the full SHA afa9568View commit details -
fix: eth: handle unresolvable addresses (#11433)
Correctly handle "unresolvable" to/from addresses in top-level messages in the Ethereum API. Specifically: 1. Fail if we can't resolve the from address. As far as I can tell, this should be impossible (the message statically couldn't have been included in the block if the sender didn't exist). 2. If we can't resolve the "to" address to an ID, use "max uint64" as the ID (`0xff0000000000000000000000ffffffffffffffff`). This will only happen if the transaction was reverted. It'll be a little confusing, but the alternative is to (a) use an empty address (will look like a contract creation, which is definitely wrong) or (b) use a random/hashed address which will likely be more confusing as it won't be "obviously weird".
Configuration menu - View commit details
-
Copy full SHA for a34cc5e - Browse repository at this point
Copy the full SHA a34cc5eView commit details -
Merge pull request #11442 from filecoin-project/fix-sturdy-tests
lp: task test better
Configuration menu - View commit details
-
Copy full SHA for 32a6224 - Browse repository at this point
Copy the full SHA 32a6224View commit details -
fix: build: an epoch is near an upgrade iff the upgrade is enabled (#…
…11401) This isn't a huge deal, but we'd otherwise consider the first finality epochs (or so) to be "near" any disabled upgrade.
Configuration menu - View commit details
-
Copy full SHA for 8fec6e3 - Browse repository at this point
Copy the full SHA 8fec6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd667d2 - Browse repository at this point
Copy the full SHA dd667d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4d972 - Browse repository at this point
Copy the full SHA 3b4d972View commit details -
Configuration menu - View commit details
-
Copy full SHA for a206646 - Browse repository at this point
Copy the full SHA a206646View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b3f6a - Browse repository at this point
Copy the full SHA d6b3f6aView commit details -
Merge pull request #11462 from filecoin-project/update-estimate-gas
api: Add block param to eth_estimateGas
Configuration menu - View commit details
-
Copy full SHA for 813d133 - Browse repository at this point
Copy the full SHA 813d133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df785b - Browse repository at this point
Copy the full SHA 6df785bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa6afb - Browse repository at this point
Copy the full SHA 9aa6afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e102e4f - Browse repository at this point
Copy the full SHA e102e4fView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8883ce0 - Browse repository at this point
Copy the full SHA 8883ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c0b05 - Browse repository at this point
Copy the full SHA 76c0b05View commit details -
Merge pull request #11467 from filecoin-project/feat/correct-lp-messa…
…ge-send feat: lpmessage: Correct message sending
Configuration menu - View commit details
-
Copy full SHA for 20d3b26 - Browse repository at this point
Copy the full SHA 20d3b26View commit details
Commits on Dec 1, 2023
-
Merge pull request #11185 from filecoin-project/feat/snpc2
feat: worker: Support delegating precommit2 to external binary
Configuration menu - View commit details
-
Copy full SHA for 2c00b5d - Browse repository at this point
Copy the full SHA 2c00b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2068b - Browse repository at this point
Copy the full SHA 7c2068bView commit details -
Merge branch 'feat/sturdypost' of https://github.com/filecoin-project…
…/lotus into feat/sturdypost
Configuration menu - View commit details
-
Copy full SHA for d8b9187 - Browse repository at this point
Copy the full SHA d8b9187View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9f4af - Browse repository at this point
Copy the full SHA dd9f4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c11391 - Browse repository at this point
Copy the full SHA 4c11391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d45ac5 - Browse repository at this point
Copy the full SHA 2d45ac5View commit details -
Merge pull request #11472 from filecoin-project/fix/dbindex-readrefs
path index: dbindex: Fix sector_location schema
Configuration menu - View commit details
-
Copy full SHA for 3e176b9 - Browse repository at this point
Copy the full SHA 3e176b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51f1e7 - Browse repository at this point
Copy the full SHA b51f1e7View commit details -
Merge branch 'feat/sturdypost' of https://github.com/filecoin-project…
…/lotus into feat/sturdypost
Configuration menu - View commit details
-
Copy full SHA for 1b69313 - Browse repository at this point
Copy the full SHA 1b69313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ff370 - Browse repository at this point
Copy the full SHA 58ff370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7487454 - Browse repository at this point
Copy the full SHA 7487454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 967fa2e - Browse repository at this point
Copy the full SHA 967fa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee6e4b - Browse repository at this point
Copy the full SHA 4ee6e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4fff3 - Browse repository at this point
Copy the full SHA 6a4fff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c113dda - Browse repository at this point
Copy the full SHA c113ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f86a4 - Browse repository at this point
Copy the full SHA 25f86a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa269ed - Browse repository at this point
Copy the full SHA fa269edView commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd63d14 - Browse repository at this point
Copy the full SHA bd63d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac38d6 - Browse repository at this point
Copy the full SHA fac38d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f639d - Browse repository at this point
Copy the full SHA d0f639dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a15fe - Browse repository at this point
Copy the full SHA e2a15feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 743bc81 - Browse repository at this point
Copy the full SHA 743bc81View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1112f9 - Browse repository at this point
Copy the full SHA a1112f9View commit details -
Merge pull request #11473 from filecoin-project/fixLpStop
fix: lp api handler for stop
Configuration menu - View commit details
-
Copy full SHA for 839d005 - Browse repository at this point
Copy the full SHA 839d005View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22ad69 - Browse repository at this point
Copy the full SHA a22ad69View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c866e0 - Browse repository at this point
Copy the full SHA 0c866e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae67cbd - Browse repository at this point
Copy the full SHA ae67cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d518b8c - Browse repository at this point
Copy the full SHA d518b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 887f0ad - Browse repository at this point
Copy the full SHA 887f0adView commit details -
Configuration menu - View commit details
-
Copy full SHA for c488608 - Browse repository at this point
Copy the full SHA c488608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 534a7d9 - Browse repository at this point
Copy the full SHA 534a7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12ea68 - Browse repository at this point
Copy the full SHA b12ea68View commit details -
Merge pull request #11391 from filecoin-project/asr/fix-invariants-calib
fix: shed: make invariants checker work with splitstore
Configuration menu - View commit details
-
Copy full SHA for 9a37ce0 - Browse repository at this point
Copy the full SHA 9a37ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be4532e - Browse repository at this point
Copy the full SHA be4532eView commit details
Commits on Dec 5, 2023
-
Merge pull request #11405 from filecoin-project/feat/sturdypost
feat: sturdypost work branch
Configuration menu - View commit details
-
Copy full SHA for 5ea06f4 - Browse repository at this point
Copy the full SHA 5ea06f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa7f45 - Browse repository at this point
Copy the full SHA 8aa7f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aaca7c - Browse repository at this point
Copy the full SHA 3aaca7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2890c - Browse repository at this point
Copy the full SHA ed2890cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7ba43 - Browse repository at this point
Copy the full SHA 2d7ba43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf5a57 - Browse repository at this point
Copy the full SHA 2bf5a57View commit details -
Merge pull request #11481 from filecoin-project/phi-backport-11480
chore: backport: lotus-provider msg sending fix
Configuration menu - View commit details
-
Copy full SHA for ea467e1 - Browse repository at this point
Copy the full SHA ea467e1View commit details -
Merge pull request #11483 from filecoin-project/phi-backport-11482
fix: lotus-provider: Fix winning PoSt
Configuration menu - View commit details
-
Copy full SHA for 58c6dda - Browse repository at this point
Copy the full SHA 58c6ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a95f3d6 - Browse repository at this point
Copy the full SHA a95f3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba2cc2 - Browse repository at this point
Copy the full SHA 4ba2cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5a280 - Browse repository at this point
Copy the full SHA ad5a280View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1939b - Browse repository at this point
Copy the full SHA cb1939bView commit details -
Merge pull request #11479 from filecoin-project/phi-v1251-rc1
release: v1.25.1-rc1
Configuration menu - View commit details
-
Copy full SHA for 9fe22fc - Browse repository at this point
Copy the full SHA 9fe22fcView commit details
Commits on Dec 9, 2023
-
fix: exchange: allow up to 10k messages per block
Also explicitly limit how many bytes we're willing to read in one go such that we're capable of reading a worst-case tipset (like, really, never going to happen worst-case). Previously, this wasn't an issue. However, we've bumped the max number of messages from 8,192 to 150,000 and need to limit allocations somewhere else.
Configuration menu - View commit details
-
Copy full SHA for 2b77169 - Browse repository at this point
Copy the full SHA 2b77169View commit details -
Configuration menu - View commit details
-
Copy full SHA for f086374 - Browse repository at this point
Copy the full SHA f086374View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad43b3 - Browse repository at this point
Copy the full SHA cad43b3View commit details -
fix: exchange: explicitly cast the block message limit const (#11511)
It's not a const for the testground build, and needs to be an int 99% of the time. So we might as well just cast here.
Configuration menu - View commit details
-
Copy full SHA for 7caaa60 - Browse repository at this point
Copy the full SHA 7caaa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4317232 - Browse repository at this point
Copy the full SHA 4317232View commit details -
Merge pull request #11509 from filecoin-project/jen/252
build: v1.25.2-rc1
Configuration menu - View commit details
-
Copy full SHA for 4e5dfe8 - Browse repository at this point
Copy the full SHA 4e5dfe8View commit details
Commits on Dec 11, 2023
-
Merge pull request #11490 from filecoin-project/phi-fix-lp-info-log
fix: lotus-provider: show addresses in log
Configuration menu - View commit details
-
Copy full SHA for 5d868f0 - Browse repository at this point
Copy the full SHA 5d868f0View commit details -
Merge pull request #11493 from filecoin-project/fix/lp-send-taskid-wait
fix: lotus-provider: Wait for the correct taskID
Configuration menu - View commit details
-
Copy full SHA for ccd74ac - Browse repository at this point
Copy the full SHA ccd74acView commit details -
Merge pull request #11498 from filecoin-project/fix/harmony-reclaim
harmony: Fix task reclaim on restart
Configuration menu - View commit details
-
Copy full SHA for 1945944 - Browse repository at this point
Copy the full SHA 1945944View commit details -
Merge pull request #11504 from filecoin-project/lp-wdposttaskcmd-format
fix: lotus-provider: Fix log output format in wdPostTaskCmd
Configuration menu - View commit details
-
Copy full SHA for 0f6b83c - Browse repository at this point
Copy the full SHA 0f6b83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753b51d - Browse repository at this point
Copy the full SHA 753b51dView commit details -
Merge pull request #11486 from filecoin-project/lpMigrateNicer
do not suggest the default layer
Configuration menu - View commit details
-
Copy full SHA for 970ce52 - Browse repository at this point
Copy the full SHA 970ce52View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3569e4e - Browse repository at this point
Copy the full SHA 3569e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74aaa57 - Browse repository at this point
Copy the full SHA 74aaa57View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3270ee - Browse repository at this point
Copy the full SHA b3270eeView commit details
Commits on Dec 18, 2023
-
Merge pull request #11524 from filecoin-project/chore/release-v1.25.2…
…-update-libp2p chore:libp2p:update libp2p deps in release-v1.25.2
Configuration menu - View commit details
-
Copy full SHA for eb0c5cb - Browse repository at this point
Copy the full SHA eb0c5cbView commit details -
Merge pull request #11513 from filecoin-project/lotus-provider-backports
backports: lotus-provider: fixes caught in rc1-testing
Configuration menu - View commit details
-
Copy full SHA for bc5a2a6 - Browse repository at this point
Copy the full SHA bc5a2a6View commit details
Commits on Jan 4, 2024
-
Merge pull request #11533 from filecoin-project/asr/speedup-fork-sync
feat: syncer: optimize syncFork for one-epoch forks
Configuration menu - View commit details
-
Copy full SHA for ee7c251 - Browse repository at this point
Copy the full SHA ee7c251View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c0d3c - Browse repository at this point
Copy the full SHA b1c0d3cView commit details -
Merge pull request #11550 from filecoin-project/fix/worker-multipart-…
…post-err fix: wdpost: fix vanilla proof indexes
Configuration menu - View commit details
-
Copy full SHA for d612a85 - Browse repository at this point
Copy the full SHA d612a85View commit details -
Merge pull request #11551 from filecoin-project/backports-v1252
chore: backports to `release/v1.25.2`
Configuration menu - View commit details
-
Copy full SHA for 3ae362c - Browse repository at this point
Copy the full SHA 3ae362cView commit details -
Merge pull request #11535 from filecoin-project/lp-generate-cli-docs
fix: docs: Modify generate-lotus-cli.py to ignoring aliases.
Configuration menu - View commit details
-
Copy full SHA for f23e5a4 - Browse repository at this point
Copy the full SHA f23e5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c07765 - Browse repository at this point
Copy the full SHA 0c07765View commit details -
Merge pull request #11552 from filecoin-project/prep-v1252-final
release: v1.25.2
Configuration menu - View commit details
-
Copy full SHA for 324878b - Browse repository at this point
Copy the full SHA 324878bView commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24159b9 - Browse repository at this point
Copy the full SHA 24159b9View commit details -
Merge pull request #11560 from filecoin-project/phi-backport-dockerv1252
backport: docker build fix for v1.25.2
Configuration menu - View commit details
-
Copy full SHA for 70be906 - Browse repository at this point
Copy the full SHA 70be906View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11d375d - Browse repository at this point
Copy the full SHA 11d375dView commit details -
Merge pull request #11564 from filecoin-project/jen/deps
chore: backport: #11563
Configuration menu - View commit details
-
Copy full SHA for 8b641dd - Browse repository at this point
Copy the full SHA 8b641ddView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a095413 - Browse repository at this point
Copy the full SHA a095413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d53c44 - Browse repository at this point
Copy the full SHA 8d53c44View commit details -
Merge pull request #11565 from filecoin-project/asr/harden-sync
feat: exchange: change GetBlocks to always fetch the requested number of tipsets
Configuration menu - View commit details
-
Copy full SHA for 6fb300b - Browse repository at this point
Copy the full SHA 6fb300bView commit details -
Update changelog with sync-fix-backport
Update changelog with sync-fix-backport
Configuration menu - View commit details
-
Copy full SHA for 925a19b - Browse repository at this point
Copy the full SHA 925a19bView commit details -
Change date for release in changelog
Change date for release in changelog
Configuration menu - View commit details
-
Copy full SHA for 369c8fd - Browse repository at this point
Copy the full SHA 369c8fdView commit details -
Merge pull request #11562 from filecoin-project/phi-update-changelog
chore: release: update changelog with latests backports
Configuration menu - View commit details
-
Copy full SHA for 7f95a3b - Browse repository at this point
Copy the full SHA 7f95a3bView commit details