* wip
* commit with fewer error messages
* reduce headlag from 3 to 1
* fixes for params
* add composition for local:docker
* revert drand-halt plan
* initial monitor of miner power and chain epochs
* revert params to be same as filecoin mainnet
* increase timeout for drand resuming from 30sec to 120sec.
* increase log level
* upgrade lotus to v0.6.1
* upgrade drand to v1.1.1
* increase prepare node timeout from 1 min to 3 min
* upgrade drand to master. increase timeouts for prepare drand node
* nil the stmgr.ForksAtHeight map
* modify starting/stopping of drand within testplan
* increase drand outage to 45min. so that we miss windows
* upgrade proof parameters in docker images
* revert in-complete changes
* use correct runtime debug image
* upgrade to next and retrieval signature
* upgrade buildbase image and bump up lotus version
* update extra/filecoin-ffi
* note on dependencies
* set expected seal delay
* print auth token ; set seal delay
* disable permissioned proxy /2 (#123)
* bump up balances (#124)
* upgrade go.mod to use latest lotus next
* make compiler happy due to change in APIs
* fix k8s compositions to use natural time mining
* add note for balances
* test plan scaffolding
* generify the testplan role dispatch
* manifest.toml
* initial go.mod and go.sum
* correct name
* gomod: update from build
* node construction in scaffolding
* fix test runner return type
* remove offending comments
* add initial composition, and fix context bug
* debug lines
* check errors from node construction
* specify Repo after Online option
* add power/proof type initialization code
* fix baseline composition
* use new docker-images (build/run) introduced in the #48 PR
* upgrade go-sdk to master (#51)
* fix types for run.InvokeMap
* fix miner actor sequence address
* explictly specify listen address for nodes on the data network
* make a separate full node for the miner
* initialize the wallet for the full node before creating the storage node
* go mod tidy
* also set the listen address for the miner node
* circleci to build the soup testplan
* extract topics
* test runner: pass the role map to doRun for generic runner
* use a wrapper TestEnvironment to encapsulate the runenv and initCtx
* embed RunEnv and InitContext into TestEnvironment for better ergonomics
* remove empty import
* extract stateReady
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>