Aayush
fb3c16207f
fix: nv21fix migration: correctly upgrade system actor
2023-11-08 08:11:27 -05:00
jennijuju
dcd59ce587
add recovery instruction
2023-11-08 21:06:02 +08:00
jennijuju
66c1a0a0f8
calib hot fix patch prep
2023-11-08 20:38:36 +08:00
Phi
5f3eb793ed
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 10:27:29 +01:00
Phi
a75f3b7acb
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 10:23:58 +01:00
Phi-rjan
fbafe1c507
Merge pull request #11395 from filecoin-project/fix/update-premigration
...
fix: migration: set premigration to 90 minutes
2023-11-08 10:22:59 +01:00
Phi
24a714d123
Move premigration to 90 minutes
...
Move premigration to 90 minutes before upgrade epoch.
2023-11-08 08:22:15 +01:00
Łukasz Magiera
5921da35ce
Merge remote-tracking branch 'origin/feat/sturdypost' into feat/lp-wdpost-submit
2023-11-07 14:09:37 +01:00
Łukasz Magiera
de280a5708
lpwindow: proof_message -> proof_params rename
2023-11-07 14:03:31 +01:00
Łukasz Magiera
5c5055884c
harmony: Change message_sends send_time to timestamp
2023-11-07 13:38:24 +01:00
Łukasz Magiera
d509cc48e9
lpwindow: Make sql queries a bit more readable
2023-11-07 13:38:00 +01:00
Łukasz Magiera
b243c405b4
Merge pull request #11353 from CIDgravity/improve-sectors-summary-call
...
feat: sealing: load SectorsSummary from sealing SectorStats instead of calling API each time
2023-11-07 13:22:18 +01:00
Andrew Jackson (Ajax)
02d3e24d38
improved
2023-11-06 23:13:12 -06:00
Andrew Jackson (Ajax)
d18cb5d51e
cli: lotus-shed provider from-miner
2023-11-06 22:49:42 -06:00
Andrew Jackson (Ajax)
848c20d15f
Merge branch 'master' into feat/sturdypost
2023-11-06 16:10:57 -06:00
Steven Allen
cff785fa37
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).
2023-11-06 09:41:22 -08:00
Łukasz Magiera
fa33e82409
docsgen
2023-11-04 12:35:04 +01:00
Łukasz Magiera
edd95f6524
lpwindow: IT SUBMITS
2023-11-04 12:32:27 +01:00
Łukasz Magiera
4f9e168017
harmony: Fix resources.Register
2023-11-04 11:04:46 +01:00
Łukasz Magiera
a686a995f6
lpwindow: Submit Do
2023-11-03 22:40:28 +01:00
Łukasz Magiera
c1add7d5eb
lpwindow: Submit CanAccept
2023-11-03 22:00:19 +01:00
Łukasz Magiera
81603a67f3
lpwindow: Submit task Adder
2023-11-03 21:53:15 +01:00
Florian RUEN
c0c4e6bf35
fix: add lk.Lock() and move the map copy to avoid miner crash
2023-11-03 15:38:20 +01:00
Florian RUEN
02929dd166
feat: load SectorsSummmary from SectorStats instead of calling API (faster)
2023-11-03 15:38:19 +01:00
Phi-rjan
12b30c0069
Merge pull request #11361 from filecoin-project/feat/add-mpool-metrics
...
feat: metric: export Mpool message count
2023-11-03 14:44:19 +01:00
Phi-rjan
b1228b51ef
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.
2023-11-03 06:39:28 -07:00
Phi
9d58fff806
Update unreleased changelog
...
Update unreleased changelog
2023-11-03 14:33:31 +01:00
Łukasz Magiera
ebec992ba8
lpwindow wip send; minimal lpmessage send
2023-11-03 13:51:01 +01:00
Łukasz Magiera
6bda3342df
lpwindow: prefix task with compute_
2023-11-03 12:42:42 +01:00
Phi
d121760172
Record currentSize on addLocked
...
Record currentSize on addLocked
2023-11-03 08:59:01 +01:00
Andrew Jackson (Ajax)
8d7c6359f8
lp getCPUDevices return
2023-11-02 11:03:30 -05:00
Anton Evangelatov
e8455567fd
readme: bump up golang version ( #11347 )
2023-11-02 05:39:37 -07:00
Jiaying Wang
2ca16ccb9b
Merge pull request #11377 from filecoin-project/jen/25rc
...
release: v1.25.0-rc3
2023-11-02 08:27:54 +08:00
jennijuju
4bdcba8b60
docs gen
2023-11-02 08:09:40 +08:00
jennijuju
892308020f
bump the version
2023-11-02 08:00:15 +08:00
Steven Allen
65085d17c0
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-11-02 07:57:54 +08:00
Steven Allen
b8f7109988
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-11-02 07:57:40 +08:00
Aayush Rajasekaran
b7a3da4319
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-02 07:57:22 +08:00
Mikers
290f35a24f
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-02 07:57:11 +08:00
Jiaying Wang
bbe28536d4
update both mainnet and calib upgrade epoch
2023-11-02 07:56:48 +08:00
Jiaying Wang
ee0152fac4
Merge pull request #11375 from filecoin-project/jen/rc3-prep
...
release: v1.24.0-rc4
2023-11-02 07:44:39 +08:00
jennijuju
aaf80542fc
add a callout for actor cid
2023-11-02 07:42:46 +08:00
Jiaying Wang
b67d1563ed
Update CHANGELOG.md
2023-11-02 07:01:52 +08:00
jennijuju
7c0e9ea5c7
docs gen
2023-11-01 15:20:42 -07:00
Jiaying Wang
d8b63c738c
update version
2023-11-01 15:13:48 -07:00
Jiaying Wang
ba79d56b30
update both mainnet and calib upgrade epoch
2023-11-01 15:13:48 -07:00
Aayush Rajasekaran
71ba2e4ac4
fix: sync: iterate over returned messages directly ( #11373 )
2023-11-01 15:13:45 -07:00
Steven Allen
3a74a2422a
fix: api: compute gasUsedRatio based on max gas in the tipset ( #11354 )
...
We were computing this based on the max block gas, but this is
incorrect. The new value isn't entirely correct either (we should
probably compute an average of the gas used in each block in the
tipset?), but it's good enough.
fixes #10515
2023-11-01 15:12:58 -07:00
Steven Allen
56b0348e87
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-11-01 15:12:17 -07:00
Mikers
389dc28860
add support for v12 check invariants and also a default case to reduce future confusion ( #11371 )
2023-11-01 15:10:05 -07:00