Aayush
3e1d1803bf
chore: deps: update to builtin-actors v12.0.0-rc.2
2023-10-31 20:10:15 +00:00
Aayush
f22b314a8b
chore: deps: update to builtin-actors v12.0.0-rc.2
2023-10-31 20:06:00 +00:00
Łukasz Magiera
ca4e2d71b6
harmony: Fix last_contact race
2023-10-31 15:05:33 +01:00
Łukasz Magiera
adb0fc3259
lotus-provider: Put storage secret in the config
2023-10-31 14:45:38 +01:00
Łukasz Magiera
47d4285f10
lpwindow: Fix CanAccept fail history query
2023-10-31 10:16:11 +01:00
Łukasz Magiera
008891bc6b
lpwindow: Don't deadlock in CanAccept
2023-10-31 10:08:13 +01:00
Łukasz Magiera
024727177a
lpwindow: Record PoSts
2023-10-31 09:23:10 +01:00
Phi
d1b8af338e
Export Mpool-count
...
Record the current size of the mpool and export through Prometheus
2023-10-31 08:09:00 +00:00
Łukasz Magiera
460af4c778
lpwindow: Fix CanAccept
2023-10-31 09:05:32 +01:00
Steven Allen
48a3076876
test: drand: switch tests to drand testnet (from devnet) ( #11359 )
...
At the request of the drand team.
2023-10-30 17:05:02 -07:00
Andrew Jackson (Ajax)
1ff0d61adb
LP- Better repo handling
2023-10-30 18:45:09 -05:00
Andrew Jackson (Ajax)
8bb6d423ff
Merge pull request #11250 from filecoin-project/release-template-easier
...
Update RELEASE_ISSUE_TEMPLATE.md
2023-10-30 18:30:17 -05:00
Andrew Jackson (Ajax)
daebec76bf
task max of 0 should mean infinite
2023-10-30 18:25:16 -05:00
Andrew Jackson (Ajax)
9387ffc593
Update RELEASE_ISSUE_TEMPLATE.md
2023-10-30 18:18:42 -05:00
Łukasz Magiera
3b6e59378e
lotus-provider: fix startup
2023-10-30 19:40:23 +01:00
Łukasz Magiera
080128c6b6
lpwindow: Make tasks go into the database
2023-10-30 19:40:06 +01:00
Łukasz Magiera
ebca1d0142
wdpost sched: set actor
2023-10-30 19:39:18 +01:00
Łukasz Magiera
24fcde40a4
lp config: make default cmd not panic
2023-10-30 17:19:07 +01:00
Łukasz Magiera
e442bf156a
miner init: don't require harmonydb
2023-10-30 17:18:29 +01:00
Ł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