Łukasz Magiera
dce7f5d32d
Trim harmonydb schema to what's needed here
2024-05-28 13:28:00 +02:00
Łukasz Magiera
2a4b1ad62b
make gen
2024-05-28 13:28:00 +02:00
Łukasz Magiera
76459fc226
Remove Ensemble dep on Curio
2024-05-28 13:28:00 +02:00
Łukasz Magiera
f97036c1b0
Move curio packages to curiosrc
2024-05-28 13:28:00 +02:00
Piotr Galar
47fde12838
chore: ci: request contents read permissions explicitly in gha ( #12055 )
2024-05-28 12:51:05 +02:00
Rod Vagg
62228e1a12
chore: pin golanglint-ci to v1.58.2 ( #12054 )
...
Fixes: https://github.com/filecoin-project/lotus/issues/12044
2024-05-28 11:49:03 +02:00
Aarsh Shah
eed108ea4b
revert go version change ( #12050 )
2024-05-28 09:23:36 +04:00
Aarsh Shah
6302607650
chore: libp2p: update to v0.34.1 ( #12027 )
...
* update libp2p to v0.34.0
* fix libp2p err
* fix imports
* update go mod
* update go mod
2024-05-27 19:17:54 +02:00
tomfees
1879570628
chore: fix function names ( #12043 )
...
Co-authored-by: tomfees <170385392+tomfees@users.noreply.github.com>
2024-05-27 03:51:55 +00:00
Łukasz Magiera
9851d35a38
feat: curio: jsonrpc in webui ( #11904 )
...
* curioweb: Setup jsonrpc communication
* curioweb: Move chain state from SSE to rpc
* appease the linter
2024-05-24 17:48:43 +02:00
Łukasz Magiera
759709b768
fix: itests: Fix flaky curio itest ( #12037 )
...
* fix: itests: Fix flaky curio itest
* fix curio test with ffiselect
* try bigger instance for curio itest
* curio itest: reduce block time
2024-05-24 16:35:00 +02:00
LexLuthr
803acdfd16
feat: curio: wdPost and wnPost alerts ( #12029 )
...
* post alerts
* check missed posts
* fix tasks
* fix typo
2024-05-24 12:02:11 +02:00
yumeiyin
4088706697
chore: fix some function names ( #12031 )
2024-05-24 11:34:03 +10:00
LexLuthr
9983c466ec
fix logs ( #12036 )
2024-05-23 13:04:28 +02:00
Andrew Jackson (Ajax)
c1f99c58c5
feat: curio ffiselect: Isolate gpu calls in a subprocess ( #11994 )
...
* started
* so far so good
* builds and looks good
* changing level of abstration. some work remains
* it builds
* betterment
* import order
* 2
* stupid linter - you can cast a nil
* build commit and date
* nicer
* tmp and nide makefile
* comments handled
* oops
* added debug and reg
* ffiselect: change err encode to strings, fix some bugs
* ffiselect: Wrap rust logs into go-log
* ffiselect: Make the linter happy
* verification tests
* ffiselect: Fix startup
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2024-05-23 13:03:59 +02:00
Peter Rabbitson
939154879b
src: chain: remove C dependency from builtin types ( #12015 )
...
Without this change the followung test fails:
CGO_ENABLED=0 go test -count=1 ./chain/types_test.go
2024-05-23 19:36:43 +10:00
Phi-rjan
1d220f24b5
Bump go-jsonrpc to v0.4.0 ( #12034 )
...
Bump go-jsonrpc to v0.4.0
2024-05-23 10:38:46 +02:00
Steven Allen
081efa47e7
fix: hello: avoid dialing when fetching hello tipset ( #12032 )
...
We should already be connected to this peer and we're only fetching this
tipset opportunistically. If we've already disconnected from them, move
on.
2024-05-23 08:44:52 +04:00
Łukasz Magiera
7dae7ddc23
fix: harmonydb: Use timestampz instead of timestamp across the schema ( #12030 )
...
* fix: harmonydb: Use timestampz instead of timestamp across the schema
* ci: Try YB 2.21
* try smaller alters
2024-05-22 21:41:02 +02:00
Piotr Galar
cfbe59d182
fix: ci: keep lotus checkout clean in the release workflow ( #12028 )
...
* ci: keep lotus checkout clean in the release workflow
* ci: allow providing custom ref to the release workflow
* ci: fix version check performed during the release
* ci: fix install go step of the release workflow
* ci: fix the working directory for the install go step in release workflow
* ci: provide github ref to lotus scripts explicitly
* ci: use actions from the chosen ref in release workflow
* ci: fix install go in release workflow
* ci: fix artifact upload in release workflow
* ci: set INPUTS_REF variable in release workflow
* ci: fix publish checksums script
* ci: allow releasing docker from an arbitrary ref
* ci: fix docker channel discovery
2024-05-22 14:47:29 +02:00
Andrew Jackson (Ajax)
75ca4dec4e
gui-listen fix ( #12013 )
...
* gui-listen fix
* fix test
---------
Co-authored-by: LexLuthr <lexluthr@curiostorage.org>
2024-05-22 11:54:51 +02:00
LexLuthr
7e3846c669
feat: curio: allow multiple pieces per sector ( #11935 )
...
* multiple piece per sector, DDO deals
* in memory to DB
* sql parser
* add seal command
* multi piece TreeD
* redo filler pieces
* remove psql exception handling
* fix deal sectors porep
* fix tests
* ddo deals
* lower SDR cpu for test
* devnet cpu 0
* get params for itest
* fix itest sector size
* revert sdr devnet cpu
* improve SectorStatus API
* account for verified constraints
2024-05-22 10:08:32 +02:00
Steven Allen
967524aa83
chore: update yugabyte deps ( #12022 )
...
And handle a breaking change to the Rows interface.
2024-05-21 14:07:07 -07:00
Steven Allen
04ae41628b
chore: update drand ( #12021 )
2024-05-20 19:43:25 -07:00
Łukasz Magiera
db105f1cb6
fix: curio taskstorage: Don't try to free reservations by nulled TaskID ( #12018 )
2024-05-20 13:04:37 +02:00
LexLuthr
1afe58dcad
fix actor string ( #12019 )
2024-05-20 10:50:24 +00:00
LexLuthr
0da9646418
fix sector UI ( #12016 )
2024-05-20 07:56:46 +00:00
LexLuthr
bedd69602c
fix non existing sector ( #12012 )
2024-05-17 09:08:37 -05:00
Rod Vagg
6dc4ebd2ad
doc: eth: restore comment lost in linter cleanup
...
Ref: https://github.com/filecoin-project/lotus/pull/11968
2024-05-17 16:19:17 +10:00
Rod Vagg
f098fc2a66
feat: api: add SectorNumber to MarketDealState (nv22)
2024-05-17 11:08:45 +10:00
Piotr Galar
3ee09115e6
ci: deprecate circle ci in favour of github actions ( #11786 )
2024-05-16 13:31:08 +02:00
Rod Vagg
3d6ae227ef
chore: update go-data-transfer and go-graphsync
2024-05-16 18:08:27 +10:00
Łukasz Magiera
e14a85bcd3
fix: curio: Drop FKs from pipeline to fix retry loops ( #11973 )
2024-05-15 17:40:40 +02:00
Rod Vagg
b38dadb684
fix: copy Flags field from SectorOnChainInfo
...
Fixes: https://github.com/filecoin-project/lotus/issues/11962
2024-05-15 15:43:28 +10:00
Andrew Jackson (Ajax)
672864ad17
Remove "provider" relics ( #11992 )
...
* really get rid of provider this time
* one more
2024-05-14 14:50:31 -05:00
Aarsh Shah
af31126ea6
feat: libp2p: Lotus stream cleanup ( #11993 )
...
* set stream deadlines in Lotus
* reduce timeout
* whitelist bootstrappers
* fix tests
2024-05-14 14:12:03 +04:00
galargh
d0bbb0b20a
ci: fix when sorted pr checks workflow is executed
2024-05-14 13:42:58 +10:00
Phi-rjan
74172ba8f8
Revert "Update SupportedProofTypes ( #11988 )" ( #11990 )
...
This reverts commit 7e005be751
.
2024-05-14 03:05:42 +02:00
ZenGround0
84b08fc25f
feat:state:Ignore market balance after nv23 ( #11976 )
...
* Ignore market balance after nv23
* Review Response and failing test
* Fixes
* Test passing
* Bump up threshold
---------
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
2024-05-13 17:53:20 -04:00
Andrew Jackson (Ajax)
f5dd7665f6
Produce DEB files for amd64 for openCL and cuda ( #11885 )
...
* service changes
* better postinst
* better postinst
* fix: curio: Update pgx imports, fix db_storage alloc
* feat: curioweb: Improve task_history indexes (#11911 )
* ready to test deb making
* deb files build
* it works
* fullname
* last bit of cleanup
* doc update
* future plans
* lint
* code comments
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
2024-05-13 14:18:50 -05:00
Phi-rjan
7e005be751
Update SupportedProofTypes ( #11988 )
...
Update SupportedProofTypes to the correct ones.
2024-05-13 09:43:43 +02:00
Phi-rjan
af4b68023a
chore: remove unmaintained bootstrappers ( #11983 )
...
* chore: remove unmaintained bootstrappers
chore: remove unmaintained bootstrappers
* Update mainnet.pi fixing typoed domain
fixing typo for 1475.io 'bootstarp' -> 'bootstrap'
* Update mainnet.pi
apparently the actual hostname is typoed. so bootstarp it is.
---------
Co-authored-by: smagdali <stefan@fil.org>
2024-05-13 07:24:26 +02:00
Rod Vagg
1882525578
chore: lint: address feedback from reviews
2024-05-13 14:52:09 +10:00
Rod Vagg
26d3fd2ecc
chore: lint: fix lint errors with new linting config
...
Ref: https://github.com/filecoin-project/lotus/issues/11967
2024-05-13 14:52:09 +10:00
Rod Vagg
6a8110322d
chore: lint: update golangci lint config
...
* remove and replace some linters
* remove some exclusions
* make all exclusions more explicit matches
2024-05-13 14:52:09 +10:00
Andrew Jackson (Ajax)
f5b6c4edc7
curio cfg edit: ux cleanups ( #11985 )
...
* fixed popper and bools
* local fonts
* dark select boxes
2024-05-10 11:24:14 -05:00
Rod Vagg
4f70204342
docs: rpc: document go-jsonrpc behaviour change
2024-05-09 15:46:02 +10:00
Hubert Bugaj
6fa6a0458a
fix: update go-jsonrpc to v0.3.2
2024-05-09 10:09:09 +10:00
Aarsh Shah
6b353e56f3
add ETH addrs API to Gateway ( #11979 )
2024-05-08 15:35:00 +02:00
LexLuthr
22ccaf91ef
feat: curio: alertManager ( #11926 )
...
* add alert task
* maxbalance config, storage alert
* docs gen
* improve storage alert
* fix empty alert
2024-05-08 15:08:15 +02:00