Mike Greenberg abaef98fd8 fix(chainwatch): Stop SyncIncomingBlocks from leaking into processing
The SQL query was anchoring data from the `blocks` table, which includes
all blocks seen from SyncIncomingBlocks which isn't always available in
the chainstate via the API. In order to prevent these blocks from
leaking into normal processing (which errors anyway), the join was
changed to allow `blocks_synced` to anchor the set as we originally
intended.
2020-09-03 19:15:25 -04:00
2020-09-02 13:07:56 +02:00
2020-09-02 16:42:55 -07:00
2020-09-02 19:42:19 -04:00
2020-09-02 16:31:41 -07:00
2020-08-20 20:46:36 -07:00
2020-08-28 11:51:51 +02:00
2020-09-03 13:39:16 +02:00
2019-12-05 11:31:32 +08:00
2020-08-16 22:05:43 +01:00
2020-08-20 20:46:36 -07:00
2020-09-02 19:42:19 -04:00
2019-08-01 21:26:11 -07:00
2019-08-01 21:26:11 -07:00
2020-08-24 18:13:52 +02:00
2020-06-22 12:45:24 -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

For instructions on how to build lotus from source, please visit https://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

The main branches under development at the moment are:

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

Tracker

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work towards Mainnet launch can be seen at the lotus github project board. The issues labeled with incentives are there to identify the issues needed for Space Race launch.

Packages

The lotus Filecoin implementation unfolds into the following packages:

License

Dual-licensed under MIT + Apache 2.0

S
Description
Reference implementation of the Filecoin protocol, written in Go
Readme
314 MiB
2024-07-12 02:24:55 +00:00
Languages
Go 99.2%
Shell 0.5%
Makefile 0.1%