Reference implementation of the Filecoin protocol, written in Go
Go to file
Jakub Sztandera 7b14d445b4
Update message gas limits
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-07-15 20:01:57 +02:00
.circleci
.github/ISSUE_TEMPLATE
api
build
chain Update message gas limits 2020-07-15 20:01:57 +02:00
cli Update message gas limits 2020-07-15 20:01:57 +02:00
cmd Update message gas limits 2020-07-15 20:01:57 +02:00
documentation
extern
gen
genesis
journal
lib
lotuspond
markets Update message gas limits 2020-07-15 20:01:57 +02:00
metrics
miner Update message gas limits 2020-07-15 20:01:57 +02:00
node Update message gas limits 2020-07-15 20:01:57 +02:00
paychmgr Update message gas limits 2020-07-15 20:01:57 +02:00
scripts
storage Update message gas limits 2020-07-15 20:01:57 +02:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules Integrate updated serialization vectors as tests 2020-03-18 22:53:15 -07:00
.golangci.yml
CHANGELOG.md
go.mod
go.sum
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md
SECURITY.md

Lotus

Project Lotus - 莲

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

Building & Documentation

For instructions on how to build lotus from source, please visit https://docs.lotu.sh or read the source here.

Reporting a Vulnerability

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

Development

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work is in the lotus testnet github project board.

The main branches under development at the moment are:

  • master: current testnet.
  • next: working branch with chain-breaking changes.
  • interopnet: devnet running one of next commits.

License

Dual-licensed under MIT + Apache 2.0