Łukasz Magiera
3720e79806
Merge pull request #11360 from filecoin-project/fix/add-udp-alert
...
fix: alert: Check UDPbuffer-size
2023-10-30 12:21:47 +01:00
Łukasz Magiera
f4c061bea8
remove ~
2023-10-30 12:16:17 +01:00
Łukasz Magiera
326d83695b
Merge pull request #11358 from filecoin-project/simpleharmony
...
Simpleharmony
2023-10-30 12:13:47 +01:00
Phi
7b473f60ae
Handle errors from Close() in CheckUDPBufferSize
...
Added error handling for the Close() method calls in the CheckUDPBufferSize function to satisfy linting rules and improve error logging.
2023-10-30 09:59:59 +00:00
Phi
a6ae497c02
Check UDP-buffer-size
...
Raise alert if UDP-buffer size is not high enough
2023-10-30 09:36:15 +00:00
Andrew Jackson (Ajax)
6c86f6fcd7
integrating simpleharmony with adder2
2023-10-27 18:08:18 -05:00
Andrew Jackson (Ajax)
a46faaa598
Merge branch 'feat/wdpost-adder2' into simpleharmony
2023-10-27 17:45:05 -05:00
Steven Allen
87801b5855
feat: shed: fix blockstore prune ( #11197 )
...
1. Implement a pass-through for garbage collection on the idstore.
2. Fix the `lotus-shed state-prune` command.
NOTE: the new performance of running a full prune will be significantly
less as this version doesn't batch. However, it should now actually
_work_ and most users will be using the splitstore anyways.
2023-10-27 11:33:18 -07:00
Alejandro Criado-Pérez
b6a77dfafc
Fix/texts ( #11298 )
...
* documentation text corrections
* Text corrections in go files
* make docsgen-cli
2023-10-27 11:32:42 -07:00
Hubert
368278b19c
fix typo in rate-limit flag description ( #11316 )
2023-10-27 11:31:07 -07:00
Volker Mische
21f8f642c9
refactor:ffi: replace ClearLayerData with ClearCache ( #11352 )
...
* refactor: replace ClearLayerData with ClearCache
The `ClearLayerData` FFI call was accidentally introduced with the
Synthetic PoRep. The call does under the hood exactly what `ClearCache`
is doing. This is a first step to remove `ClearLayerData`t also from
the FFI again, in order to reduce the API surface.
* fix types
---------
Co-authored-by: Steven Allen <steven@stebalien.com>
2023-10-27 11:30:07 -07:00
Łukasz Magiera
3d40105fc3
lpwindow: Fix build
2023-10-27 18:22:39 +02:00
Steven Allen
3f00691f26
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-10-27 07:37:51 -07:00
Steven Allen
420f33017e
fix: api: compute the effective gas cost with the correct base-fee ( #11357 )
...
fixes #11252
2023-10-27 07:37:16 -07:00
Łukasz Magiera
2b405f433c
lpwindow: Mostly done proper Do
2023-10-27 16:10:55 +02:00
Andrew Jackson (Ajax)
2b8d35cbd4
unit tests are done
2023-10-26 22:16:33 -05:00
Andrew Jackson (Ajax)
c459c63b1d
simpleharmony
2023-10-26 22:10:18 -05:00
Andrew Jackson (Ajax)
7ce7b786be
lp without lockedRepo or datastore
2023-10-26 17:19:39 -05:00
Andrew Jackson (Ajax)
88c3dda736
Merge branch 'feat/wdpost-adder2' into wdpost-can-accept
2023-10-26 14:13:10 -05:00
Andrew Jackson (Ajax)
8e7c0466a9
harmonytask better doc
2023-10-25 17:12:29 -05:00
Andrew Jackson (Ajax)
1602b7b980
lp alerting and addtaskfunc doc
2023-10-25 17:10:52 -05:00
Łukasz Magiera
a5a0bd378e
lpwindow: make gen
2023-10-25 21:13:56 +02:00
Łukasz Magiera
ad9c05e30b
lpwindow: Simple adder
2023-10-25 20:58:16 +02:00
Łukasz Magiera
9ec9360895
lpwindow: cleanup windowpost task schema
2023-10-25 17:01:24 +02:00
Łukasz Magiera
4efb34e290
lpwindow: wip chain sub, more cleanups
2023-10-25 16:00:49 +02:00
Łukasz Magiera
4fad50ad9a
provider: Undo some hacks, move wdpost task to lpwindow pkg
2023-10-25 14:23:25 +02:00
Łukasz Magiera
c9e5720f68
chain: Undo exporting TipSetKey Value
2023-10-25 10:56:56 +02:00
Andrew Jackson (Ajax)
43680400c3
lp runs. todo ds-sectorInfo move & cleanups
2023-10-24 19:26:13 -05:00
Steven Allen
6e22c08c1d
fix: api: return errors on failure to lookup an eth txn receipt ( #11329 )
...
All these cases here are actually errors and returning `nil` makes this
hard to debug. We likely returned nil in the past to be "best effort"
but, as far as I can tell, we should only hit these error cases if
something is actually wrong.
part of #11325
2023-10-24 12:13:45 -07:00
Phi-rjan
2451469558
storage: Return soft err when sector alloc fails in acquire ( #11350 )
...
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2023-10-24 12:12:06 -07:00
Aayush Rajasekaran
991cc473f8
feat: miner: defensive check for equivocation ( #11328 )
2023-10-24 10:16:48 -07:00
Ian Norden
84b07519c2
fix: api: exclude reverted events in eth_getLogs
results ( #11318 )
...
* exclude reverted events from results returned by eth_getLogs
* unit test
* update CHANGELOG.md
2023-10-24 10:05:20 -07:00
Aayush Rajasekaran
018c4e8a38
feat: cli: sort actor CIDs alphabetically before printing ( #11345 )
2023-10-24 10:03:03 -07:00
guangwu
2d8dbf5bc1
chore: slice loop replace ( #11349 )
2023-10-24 10:02:28 -07:00
Andrew Jackson (Ajax)
e481e1196f
Merge branch 'feat/wdpost-adder2' into wdpost-can-accept
2023-10-22 23:03:33 -05:00
Andrew Jackson (Ajax)
6bfa289d3c
canaccept oops
2023-10-22 23:03:06 -05:00
Andrew Jackson (Ajax)
5b5ae80e30
renamed api config
2023-10-19 18:19:42 -05:00
Łukasz Magiera
4e68fd674b
Merge remote-tracking branch 'origin/feat/wdpost-adder' into feat/wdpost-adder2
2023-10-19 17:56:21 +02:00
Andrew Jackson (Ajax)
6695a2d936
why does proxygen crash
2023-10-18 16:47:00 -05:00
Phi-rjan
4acf337e62
Merge pull request #11343 from filecoin-project/phi-v1250-rc1
...
build: release: v1.25.0-rc1
2023-10-18 16:22:23 +01:00
Andrew Jackson (Ajax)
14a7ae339f
Merge pull request #11338 from filecoin-project/fix/storage-alloc-err-soft
...
storage: Return soft err when sector alloc fails in acquire
2023-10-18 09:38:49 -05:00
Phi
f3ab0bb03a
Merge branch 'phi-v1250-rc1' of https://github.com/filecoin-project/lotus into phi-v1250-rc1
2023-10-18 15:16:36 +01:00
Phi
f7917f6f4d
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:28 +01:00
Phi
ef0bc1854c
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 15:16:28 +01:00
Phi
98cc7123df
Add backport to the changelog
...
Add backport to the changelog
2023-10-18 15:16:19 +01:00
Aayush Rajasekaran
620c5a78dd
Merge pull request #11344 from filecoin-project/phi-backport-cachefiles-SynthPoRep-Layers
...
backport: fix: cachefiles: add SynthPorep layers
2023-10-18 10:11:10 -04:00
Aayush
a132f57b12
fix: cachefiles: add SynthPorep layers
2023-10-18 14:29:02 +01:00
Phi
b722ea436f
build: release: v1.25.0-rc1
...
Update the changelog for v1.25.0-rc1
2023-10-18 11:15:49 +01:00
Andrew Jackson (Ajax)
58ff87ff24
Merge pull request #11342 from filecoin-project/v1.25-nogen
...
V1.25 nogen
2023-10-17 14:49:32 -05:00
Andrew Jackson (Ajax)
6c4af9bdaa
changelog 1.25
2023-10-17 14:29:42 -05:00