-
- Downloads
Test: Set PoW difficulty in integrations tests to 2 (#552)
* set pow difficulty in integrations tests to 4 * change test-network pow difficulty to 2
Showing
- go.sum 0 additions, 2 deletionsgo.sum
- plugins/pow/plugin.go 2 additions, 0 deletionsplugins/pow/plugin.go
- tools/docker-network/config.docker.json 1 addition, 1 deletiontools/docker-network/config.docker.json
- tools/integration-tests/tester/framework/parameters.go 1 addition, 1 deletiontools/integration-tests/tester/framework/parameters.go
- tools/integration-tests/tester/go.sum 0 additions, 2 deletionstools/integration-tests/tester/go.sum
... | ... | @@ -229,8 +229,6 @@ github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/J |
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= | ||
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= | ||
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= | ||
github.com/iotaledger/hive.go v0.0.0-20200622211038-2db5f8e0532d h1:cyxepG077Tg1wNfbhkRhXMK9WwaN4N0dDW7T8+d3oHA= | ||
github.com/iotaledger/hive.go v0.0.0-20200622211038-2db5f8e0532d/go.mod h1:42UvBc41QBsuM7z1P1fABMonTJb7kGqkzshRebClQvA= | ||
github.com/iotaledger/hive.go v0.0.0-20200625105326-310ea88f1337 h1:F6PzAkymPcKr1vJVK3/80wiVovjkL47c9FMjUOesXGA= | ||
github.com/iotaledger/hive.go v0.0.0-20200625105326-310ea88f1337/go.mod h1:42UvBc41QBsuM7z1P1fABMonTJb7kGqkzshRebClQvA= | ||
github.com/iotaledger/iota.go v1.0.0-beta.15 h1:HI8PqerEnO1CCIqmXHJ6zh1IaSFXU+S0qlUAEKshho8= | ||
... | ... |
Please register or sign in to comment