lotus/lotus-soup
Raúl Kripalani 7f3716504b
refactor lotus recipes to make them more manageable. (#86)
- Each role now has its own file (role_*.go).
- Options have their own file (lotus_opts.go).
- Sync service constructions have their own file (sync.go).
- Utilities are functionally grouped in files ({deals,retrieval}.go).
2020-06-30 23:02:01 +01:00
..
compositions update composition-natural.toml 2020-06-29 20:06:38 +03:00
.gitignore generic test plan scaffolding, with baseline plan (#39) 2020-06-24 12:52:23 +02:00
deals.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
go.mod register and export lotus metrics (#84) 2020-06-30 18:02:02 +02:00
go.sum register and export lotus metrics (#84) 2020-06-30 18:02:02 +02:00
lotus_opts.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
main.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
manifest.toml option to turn on natural time mining 2020-06-29 20:05:43 +03:00
node.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
retrieval.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
role_bootstrapper.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
role_client.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
role_drand.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
role_miner.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
role_pubsub_tracer.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
roles.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00
sync.go refactor lotus recipes to make them more manageable. (#86) 2020-06-30 23:02:01 +01:00