Skip to content

Instantly share code, notes, and snippets.

Status

  • Minimal Coverage of Lotus actor code.
  • Breadth first approach taken to writing tests since implementation is expected to change as spec converges.
  • Chain-Validation library is capable of serializing and deserializing lotus state and actors.

Goal

  • Deduplicate testing efforts by creating a single testing library capable of running one set of tests across multiple filecoin implementations -- A canolical library for filecoin validation.

Links

@frrist
frrist / docker-compose.yml
Created November 29, 2023 19:19
Bacalhau + IPFS Docker Compose
version: '3.8'
services:
ipfs_host:
image: ipfs/kubo:latest
container_name: ipfs_host
networks:
- bacalhau_network
ports:
- "4001:4001"