Andrew Jackson (Ajax)
b95e95f4d6
feat: SPTool ( #11788 )
...
* sptool: Initial structure
* sptool: Port lotus-miner actor withdraw
* sptool: Make cli docsgen happy
* actors are done
* info
* proving
* sptool the rest
* fixed gitignore
* lints
* oops
* 2
* terminate
* fixes
* sptool: improve sectors list
---------
Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
2024-04-01 10:30:35 -05:00
Andrew Jackson (Ajax)
81ba6ab6f0
feat: Curio - Easy Migration ( #11617 )
...
* feat: lp mig - first few steps
* lp mig: default tasks
* code comments
* docs
* lp-mig-progress
* shared
* comments and todos
* fix: curio: rename lotus-provider to curio (#11645 )
* rename provider to curio
* install gotext
* fix lint errors, mod tidy
* fix typo
* fix API_INFO and add gotext to circleCI
* add back gotext
* add gotext after remerge
* lp: channels doc
* finish easy-migration TODOs
* out generate
* merging and more renames
* avoid make-all
* minor doc stuff
* cu: make gen
* make gen fix
* make gen
* tryfix
* go mod tidy
* minor ez migration fixes
* ez setup - ui cleanups
* better error message
* guided setup colors
* better path to saveconfigtolayer
* loadconfigwithupgrades fix
* readMiner oops
* guided - homedir
* err if miner is running
* prompt error should exit
* process already running, miner_id sectors in migration
* dont prompt for language a second time
* check miner stopped
* unlock repo
* render and sql oops
* curio easyMig - some fixes
* easyMigration runs successfully
* lint
* review fixes
* fix backup path
* fixes1
* fixes2
* fixes 3
---------
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com>
Co-authored-by: LexLuthr <lexluthr@protocol.ai>
2024-03-15 16:38:13 -05:00
Masih H. Derkani
b56af9b8b0
Fix go imports at least 2x faster ( #11695 )
...
Use native go implementation to sort and adjust imports. Compared to the
previous bash version, this is at least 2X faster.
2024-03-14 14:03:42 -07:00
Rod Vagg
3a87b3e9e5
Add systemd memory note on install and in config ( #11641 )
...
* Add systemd memory note on install
* Add memory usage note to system config for daemon
* Remove limits by default
2024-02-22 10:33:06 -08:00
Rod Vagg
91fd0ec101
No sed backup file
2024-02-21 14:00:17 +11:00
Vid Bregar
e430d336b2
fix: Dockerfile non-interactive snapshot import ( #11579 )
2024-01-19 07:56:12 -08:00
Phi
6373701412
Modify generate-lotus-cli.py to ignoring aliases.
...
Modify generate-lotus-cli.py to ignoring aliases.
2023-12-18 15:43:58 +01:00
Łukasz Magiera
16cc24443f
Merge remote-tracking branch 'origin/master' into chore/master-into-sturdy
2023-11-22 17:26:37 +01:00
Phi
44e0435f1a
Add SupraSeal-PC2 scritpt
...
Add SupraSeal-PC2 scritpt
2023-11-20 15:02:24 +01:00
Andrew Jackson (Ajax)
a520ee85d6
master-to-sturdy
2023-09-21 10:37:02 -05:00
Andrew Jackson (Ajax)
ca4282d149
lotus-provider: review comments
2023-08-25 18:17:31 -05:00
Andrew Jackson (Ajax)
535423a1f4
lotus-provider before harmonytask
2023-08-23 18:57:34 -05:00
zenground0
3f0ddcc553
Cleanup plotting script
2023-06-29 13:22:16 -06:00
zenground0
3897bf14d1
Cleanup
2023-06-28 09:15:38 -06:00
zenground0
4aa977f119
Touch up pathing
2023-06-27 11:00:20 -06:00
zenground0
8f3123d75b
Churn json output is working
2023-06-27 00:54:02 -06:00
Ian Davis
0f6003fd68
Check git state in Dockerfile to catch .dockerignore bugs
2023-01-26 15:18:12 +00:00
Ian Davis
b60aeccfdc
Remove AppImage and Snapcraft build automation
2023-01-16 16:03:35 +00:00
Łukasz Magiera
7a509cf0d8
Merge pull request #9711 from filecoin-project/feat/gomod-diff-script
...
feat: scripts: go.mod dep diff script
2023-01-12 18:07:14 +01:00
mike seiler
65a91f38e0
change supported version of python to 3
2022-12-02 10:46:09 -07:00
Łukasz Magiera
db6532c9d7
moddiff: Nicer diff
2022-11-23 21:24:00 +01:00
Łukasz Magiera
985a4bd730
feat: scripts: go.mod dep diff script
2022-11-23 17:41:39 +01:00
Ian Davis
a0320d0101
Use new workspace name in build script
2022-11-18 16:33:55 +00:00
Ian Davis
7f1b4dc438
Use goreleaser to build universal darwin binaries
...
This is a small refactor of our workflow to test out goreleaser, a yaml
based tool for building, packaging, and releasing go binaries on
multiple platforms. It supports building binaries for to most of the platforms we
care about, including linux and macos, and also supports publishing
those binaries automatically as releases in Github, homebrew, snap, and
even apt / deb.
If this trial goes well, I think we should eventually replace the entire
release workflow with goreleaser. For now, this test is more tightly
scoped to only automated the MacOS release process, since that is the
one we have the most issues with. This PRi / commit:
- Builds darwin-amd64 and darwin-arm64 binaries of lotus, lotus-miner,
and lotus-worker
- Packages them into a universal darwin binary
- Publishes those to a release in Github based on the current tag
- Uses the binaries in the release to auto-publish and updated homebrew
configuration to filecoin-project/homebrew-lotus
- Does a `dry-run` build to produce a snapshot on release branches with
no tag
- Manually generate and upload checksums after goreleaser
2022-07-28 20:37:42 -07:00
Ian Davis
9762da5af5
Forgot a .sh on the end of the script
2022-07-27 08:39:11 -07:00
Ian Davis
04f7067034
Removed unused array
2022-07-24 22:20:35 -07:00
Ian Davis
8a41a6bb5b
Fix snap publishing flow, publish assets independently
2022-07-24 22:16:16 -07:00
Łukasz Magiera
a7b695eac3
fiximports: Don't leave backup files on osx
2022-06-14 18:31:33 +02:00
Łukasz Magiera
d929d7104f
fiximports script
2022-06-14 17:00:18 +02:00
Cory Schwartz
c715254d54
Revert "stop publishing appimagine since its disabled by #7707 "
...
This reverts commit 6b0868089b
.
2022-04-05 17:26:44 -07:00
Cory Schwartz
d1f3ab5dec
Revert "remove from the bundlde"
...
This reverts commit 7d65a2664d
.
2022-04-05 17:26:39 -07:00
Cory Schwartz
a3458213f4
Merge branch 'master' into digitalocean-use-snap
2022-01-18 17:02:41 -08:00
Jennifer Wang
7d65a2664d
remove from the bundlde
2022-01-05 19:27:00 -05:00
Jennifer Wang
6b0868089b
stop publishing appimagine since its disabled by #7707
2022-01-04 17:57:57 -05:00
Cory Schwartz
d42f7e4a1c
packer snap
2021-12-17 17:06:32 -08:00
Jiaying Wang
01215b7d2c
Merge pull request #7709 from filecoin-project/logic-error-miner-entrypoint
...
fix logic error
2021-11-29 18:16:58 -05:00
Cory Schwartz
27efbc3485
fix logic error
2021-11-29 13:52:06 -08:00
Łukasz Magiera
3b1d86b750
Merge pull request #7690 from filecoin-project/misc/updage-archive-script
...
Update archive script
2021-11-26 13:47:40 +01:00
Jakub Sztandera
ca230bba09
Add releases to protected
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-11-25 20:19:20 +01:00
Jakub Sztandera
a26a2160ae
Fix the script
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-11-25 20:14:19 +01:00
Jakub Sztandera
aafdf3d093
Update archive script
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-11-25 19:52:04 +01:00
Łukasz Magiera
699d2c7b24
docsgen-cli: Handle commands with no description correctly
2021-11-22 14:49:24 +01:00
Peter Rabbitson
cb39dd8ed0
Stop adding Jennifer's $HOME to lotus docs
2021-10-08 10:15:20 +02:00
Mike Greenberg
67864334a3
fix: escape periods to match actual periods in version
2021-09-22 15:00:59 -04:00
Mike Greenberg
90827afa47
feat(ci): include version/cli checks in tagged releases
2021-09-15 12:12:05 -04:00
KAYUII
a75d67a42c
Update docker-lotus-miner-entrypoint.sh
...
Missing variable escape character
2021-09-07 15:11:29 +08:00
KAYUII
4f5fa3be3c
Update docker-lotus-entrypoint.sh
...
Missing variable escape character
2021-09-07 15:10:43 +08:00
Łukasz Magiera
25052fe48f
Remove chainwatch (now filecoin-project/sentinel)
2021-07-28 17:59:01 +02:00
Raúl Kripalani
e0522a6b1f
rename cmd/lotus{-storage=>}-miner to match binary.
2021-07-27 11:54:46 +01:00
Cory Schwartz
d3ff5a2a4f
Merge tag 'v1.11.0-rc1' into feat/docker-compose
2021-06-30 15:40:54 -07:00