lily

command module
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0, MIT Imports: 14 Imported by: 0

README

Lily

go.dev reference docker build status CI build

A component of Sentinel, a collection of services which monitor the health and function of the Filecoin network.

Lily is a instrumentalized instance of a Lotus node that collects permanent Filecoin chain metrics and writes them to a TimescaleDB time-series and relational datastore or to CSV files.

User documentation

Lily documentation, including with build, operation instructions, data models and access to data dumps is available at https://lilium.sh/.

Running tests

To quickly run tests, you can provide the LILY_TEST_DB envvar and execute make test like so:

LILY_TEST_DB="postgres://postgres:password@localhost:5432/postgres?sslmode=disable" make test

For more, manual test running, you could also prepare your environment in the following way:

Create a new DB in postgres for testing:

CREATE DATABASE lily_test;

Migrate the database to the latest schema:

lily migrate --db "postgres://username@localhost/lily_test?sslmode=disable" --latest

Run the tests:

LILY_TEST_DB="postgres://username@localhost/lily_test?sslmode=disable" go test ./...

Metrics, tracing and debugging

See https://lilium.sh/software/lily/operation/#metrics--debugging.

Versioning and Releases

Feature branches and master are designated as unstable which are internal-only development builds.

Periodically a build will be designated as stable and will be assigned a version number by tagging the repository using Semantic Versioning in the following format: vMajor.Minor.Patch.

Other Topics

Code of Conduct

Lily follows the Filecoin Project Code of Conduct. Before contributing, please acquaint yourself with our social courtesies and expectations.

Contributing

Welcoming new issues and pull requests.

License

The Filecoin Project and Lily are dual-licensed under Apache 2.0 and MIT terms:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
chain
actors/builtin/init
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
actors/builtin/miner
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
actors/builtin/multisig
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
actors/builtin/power
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
actors/builtin/reward
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
actors/builtin/verifreg
Code generated by: `make actors-gen`.
Code generated by: `make actors-gen`.
gap
indexer/tasktype
Code generate by: `make tasks-gen`.
Code generate by: `make tasks-gen`.
job
gen
api
v1
msapprovals
Package msapprovals provides a task for recording multisig approvals
Package msapprovals provides a task for recording multisig approvals
Package version records versioning information about this module.
Package version records versioning information about this module.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL