Reference implementation of the Filecoin protocol, written in Go
Go to file
Jorropo 6c01310728
chore: migrate to boxo
This migrates everything except the `go-car` librairy: https://github.com/ipfs/boxo/issues/218#issuecomment-1529922103

I didn't migrated everything in the previous release because all the boxo code wasn't compatible with the go-ipld-prime one due to a an in flight (/ aftermath) revert of github.com/ipfs/go-block-format. go-block-format has been unmigrated since slight bellow absolutely everything depends on it that would have required everything to be moved on boxo or everything to optin into using boxo which were all deal breakers for different groups.

This worked fine because lotus's codebase could live hapely on the first multirepo setup however boost is now trying to use boxo's code with lotus's (still on multirepo) setup: https://filecoinproject.slack.com/archives/C03AQ3QAUG1/p1685022344779649

The alternative would be for boost to write shim types which just forward calls and return with the different interface definitions.

Btw why is that an issue in the first place is because unlike what go's duck typing model suggest interfaces are not transparent https://github.com/golang/go/issues/58112, interfaces are strongly typed but they have implicit narrowing. The issue is if you return an interface from an interface Go does not have a function definition to insert the implicit conversion thus instead the type checker complains you are not returning the right type.

Stubbing types were reverted https://github.com/ipfs/boxo/issues/218#issuecomment-1478650351

Last time I only migrated `go-bitswap` to `boxo/bitswap` because of the security issues and because we never had the interface return an interface problem (we had concrete wrappers where the implicit conversion took place).
2023-06-19 14:45:05 -07:00
.circleci fix: sched: Address GET_32G_MAX_CONCURRENT regression (#10850) 2023-05-10 15:43:42 -04:00
.github Update service_developer_bug_report.yml 2023-03-08 00:12:18 -05:00
api Merge remote-tracking branch 'origin/master' into protofire-more-methods 2023-05-30 17:16:32 +02:00
blockstore chore: migrate to boxo 2023-06-19 14:45:05 -07:00
build Merge remote-tracking branch 'origin/master' into protofire-more-methods 2023-05-30 17:16:32 +02:00
chain chore: migrate to boxo 2023-06-19 14:45:05 -07:00
cli chore: migrate to boxo 2023-06-19 14:45:05 -07:00
cmd chore: migrate to boxo 2023-06-19 14:45:05 -07:00
conformance chore: migrate to boxo 2023-06-19 14:45:05 -07:00
documentation Merge pull request #10928 from storswiftlabs/slashfilter 2023-06-13 09:15:22 -05:00
extern chore: deps: update to FVM 3.3.1 2023-05-01 10:37:43 -04:00
gateway Merge branch 'more-methods' of github.com:protofire/lotus into protofire-more-methods 2023-05-30 17:01:52 +02:00
gen Revert "feat: vm: switch to the new exec trace format (#10372)" (#10703) 2023-04-19 19:25:30 -04:00
genesis fix: missing permissions tag 2022-10-10 16:54:07 +08:00
itests chore: migrate to boxo 2023-06-19 14:45:05 -07:00
journal fix make gen 2022-08-29 16:25:30 +02:00
lib chore: migrate to boxo 2023-06-19 14:45:05 -07:00
markets chore: migrate to boxo 2023-06-19 14:45:05 -07:00
metrics Merge remote-tracking branch 'origin/master' into feat/piecereader-perf 2023-05-26 13:00:42 +02:00
miner fix: supply extra params for ReportConsensusFaultParams 2023-06-09 10:15:14 +08:00
node chore: migrate to boxo 2023-06-19 14:45:05 -07:00
paychmgr deprecate MarketListRetrievalDeals, make gen 2023-03-08 17:15:16 +01:00
scripts Check git state in Dockerfile to catch .dockerignore bugs 2023-01-26 15:18:12 +00:00
storage chore: migrate to boxo 2023-06-19 14:45:05 -07:00
system fix: extend LOTUS_CHAIN_BADGERSTORE_DISABLE_FSYNC to the markset 2023-02-01 21:00:39 +01:00
tools refactor: update cache to the new generic version (#10463) 2023-03-13 15:29:09 -07:00
.dockerignore add docker support 2019-12-05 11:31:32 +08:00
.gitattributes Use gitattributes to ignore generated files in diffs 2022-11-16 20:05:22 -05:00
.gitignore Add checked in file to dockerignore ignore list 2023-05-04 20:05:29 +01:00
.gitmodules remove extern/blst 2021-01-20 16:19:07 +01:00
.golangci.yml Delete lotus-pond (#9352) 2022-09-21 15:39:46 -04:00
.goreleaser.yaml Add v prefix to .tar.gz file names 2022-12-13 16:16:09 -08:00
CHANGELOG.md Update changelog 2023-05-04 17:50:25 +00:00
docker-compose.yaml chore: Fix dead links to docs.filecoin.io 2022-09-14 00:10:22 +01:00
Dockerfile build: docker: Update GO-version 2023-03-29 17:12:43 +02:00
GO_VERSION_MIN update minimum Go version to 1.19.7 2023-03-08 14:29:08 +13:00
go.mod chore: migrate to boxo 2023-06-19 14:45:05 -07:00
go.sum chore: migrate to boxo 2023-06-19 14:45:05 -07:00
LICENSE-APACHE Add basic readme and licenses 2019-08-01 21:26:11 -07:00
LICENSE-MIT Add basic readme and licenses 2019-08-01 21:26:11 -07:00
LOTUS_RELEASE_FLOW.md nits 2021-08-13 00:39:51 -04:00
Makefile Small improvement to make gen output 2023-06-03 12:59:50 -05:00
README.md build: docker: Update GO-version 2023-03-29 17:12:43 +02:00
SECURITY.md Update SECURITY.md (#5246) 2020-12-23 00:48:25 -03:00

Project Lotus Logo

Project Lotus - 莲


Lotus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the Filecoin Spec.

Building & Documentation

Note: The default master branch is the dev branch, please use with caution. For the latest stable version, checkout the most recent Latest release.

For complete instructions on how to build, install and setup lotus, please visit https://lotus.filecoin.io. Basic build instructions can be found further down in this readme.

Reporting a Vulnerability

Please send an email to security@filecoin.org. See our security policy for more details.

These repos are independent and reusable modules, but are tightly integrated into Lotus to make up a fully featured Filecoin implementation:

Contribute

Lotus is a universally open project and welcomes contributions of all kinds: code, docs, and more. However, before making a contribution, we ask you to heed these recommendations:

  1. If the proposal entails a protocol change, please first submit a Filecoin Improvement Proposal.
  2. If the change is complex and requires prior discussion, open an issue or a discussion to request feedback before you start working on a pull request. This is to avoid disappointment and sunk costs, in case the change is not actually needed or accepted.
  3. Please refrain from submitting PRs to adapt existing code to subjective preferences. The changeset should contain functional or technical improvements/enhancements, bug fixes, new features, or some other clear material contribution. Simple stylistic changes are likely to be rejected in order to reduce code churn.

When implementing a change:

  1. Adhere to the standard Go formatting guidelines, e.g. Effective Go. Run go fmt.
  2. Stick to the idioms and patterns used in the codebase. Familiar-looking code has a higher chance of being accepted than eerie code. Pay attention to commonly used variable and parameter names, avoidance of naked returns, error handling patterns, etc.
  3. Comments: follow the advice on the Commentary section of Effective Go.
  4. Minimize code churn. Modify only what is strictly necessary. Well-encapsulated changesets will get a quicker response from maintainers.
  5. Lint your code with golangci-lint (CI will reject your PR if unlinted).
  6. Add tests.
  7. Title the PR in a meaningful way and describe the rationale and the thought process in the PR description.
  8. Write clean, thoughtful, and detailed commit messages. This is even more important than the PR description, because commit messages are stored inside the Git history. One good rule is: if you are happy posting the commit message as the PR description, then it's a good commit message.

Basic Build Instructions

System-specific Software Dependencies:

Building Lotus requires some system dependencies, usually provided by your distribution.

Ubuntu/Debian:

sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev wget -y && sudo apt upgrade -y

Fedora:

sudo dnf -y install gcc make git bzr jq pkgconfig mesa-libOpenCL mesa-libOpenCL-devel opencl-headers ocl-icd ocl-icd-devel clang llvm wget hwloc hwloc-devel

For other distributions you can find the required dependencies here. For instructions specific to macOS, you can find them here.

Go

To build Lotus, you need a working installation of Go 1.19.7 or higher:

wget -c https://golang.org/dl/go1.19.7.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local

TIP: You'll need to add /usr/local/go/bin to your path. For most Linux distributions you can run something like:

echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.bashrc && source ~/.bashrc

See the official Golang installation instructions if you get stuck.

Build and install Lotus

Once all the dependencies are installed, you can build and install the Lotus suite (lotus, lotus-miner, and lotus-worker).

  1. Clone the repository:

    git clone https://github.com/filecoin-project/lotus.git
    cd lotus/
    

Note: The default branch master is the dev branch where the latest new features, bug fixes and improvement are in. However, if you want to run lotus on Filecoin mainnet and want to run a production-ready lotus, get the latest release here.

  1. To join mainnet, checkout the latest release.

    If you are changing networks from a previous Lotus installation or there has been a network reset, read the Switch networks guide before proceeding.

    For networks other than mainnet, look up the current branch or tag/commit for the network you want to join in the Filecoin networks dashboard, then build Lotus for your specific network below.

    git checkout <tag_or_branch>
    # For example:
    git checkout <vX.X.X> # tag for a release
    

    Currently, the latest code on the master branch corresponds to mainnet.

  2. If you are in China, see "Lotus: tips when running in China".

  3. This build instruction uses the prebuilt proofs binaries. If you want to build the proof binaries from source check the complete instructions. Note, if you are building the proof binaries from source, installing rustup is also needed.

  4. Build and install Lotus:

    make clean all #mainnet
    
    # Or to join a testnet or devnet:
    make clean calibnet # Calibration with min 32GiB sectors
    
    sudo make install
    

    This will put lotus, lotus-miner and lotus-worker in /usr/local/bin.

    lotus will use the $HOME/.lotus folder by default for storage (configuration, chain data, wallets, etc). See advanced options for information on how to customize the Lotus folder.

  5. You should now have Lotus installed. You can now start the Lotus daemon and sync the chain.

License

Dual-licensed under MIT + Apache 2.0