lotus
lotus copied to clipboard
Reference implementation of the Filecoin protocol, written in Go
This is followup to https://github.com/filecoin-project/lotus/pull/12366#discussion_r1711780636
1. Remove the cutesy language, it's kind of insulting. Happy to revert this change if people feel strongly, but I _really_ don't like it when companies do this kind of...
This is a tracking issue for revising the Lotus Versioning ## Problem to solve We need to revise the versioning strategy of Lotus to adopt a more user-friendly approach, moving...
## Done Criteria 1. The "releases" branch ceases to work (i.e., not able to checkout the branch and build Lotus Node or Miner by default) 2. Anyone who attempts the...
This is being done as part of of https://github.com/filecoin-project/lotus/issues/12374 . There are additional steps that need to be taken though per that tracking issue.
## Related Issues #12072 ## Proposed Changes A very preliminary PR on updating the LOTUS_RELEASE_FLOW document to get the ball rolling. ## Checklist Before you mark the PR ready for...
Current [workflow](https://github.com/filecoin-project/lotus/blob/master/.github/workflows/release.yml) runs `make deps lotus lotus-miner lotus-worker` and [GoReleaser config](https://github.com/filecoin-project/lotus/blob/master/.goreleaser.yaml) bundles the 3 binaries into a single tgz for uploading to the release page. We need a streamlined way...
This is accumulating improvements based on lessons learned from executing https://github.com/filecoin-project/lotus/issues/12343
# Lotus Node 1.29.0 Release [//]: # (Below are non-visible steps intended for the issue creator) [//]: # (Start an issue with title "[WIP] Lotus Node|Miner v1.29.0" and adjust the...