Skip to content

Instantly share code, notes, and snippets.

View frrist's full-sized avatar
🌶️
Making storage hot.

Forrest frrist

🌶️
Making storage hot.
View GitHub Profile
frrist@pine ~/s/g/f/specs (spec-refactoring-wip)> make serve
rm -rf hugo/content/docs
cp -r src hugo/content/docs
# ox-hugo exports to src/content, so we need to copy that also.
cp -r src/content/ hugo/content/docs
mkdir -p hugo/content/ox-hugo
cp src/static/ox-hugo/* hugo/content/ox-hugo
cd hugo && hugo
Building sites … WARN 2019/10/02 14:04:51 Page's .Dir is deprecated and will be removed in a future release. Use .File.Dir.
WARN 2019/10/02 14:04:51 Bad include org.Keyword{Key:"INCLUDE", Value:"\"../orient/filecoin.orient\" src text"}: open docs/orient/filecoin.orient: no such file or directory

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"