Jakub Nowakowski
Jakub Nowakowski
Closed in favor of https://github.com/keep-network/keep-core/pull/3353.
> When running `/scripts/start.sh` or manually `./keep-client --config /Users/dp/go/src/github.com/keep-network/keep-core/configs/config.toml` shows the following error: > > ``` > 2022-08-30T12:06:47.592+0200 FATAL keep-main keep-core/main.go:51 unknown flag: --config > ``` Have you tried to...
You need to use `start` command: ``` ./keep-client start --config /Users/dp/go/src/github.com/keep-network/keep-core/configs/config.toml ```
@dimpar The help is autogenerated by the cobra. So not much we can do without modifying the cobra templates. Would you mind creating an issue listing all the improvements you...
Unfortunately you're right :(
This is no longer a case, right @pdyraga ? Can we close it?
Let's hold with the review until other issues are merged: https://github.com/keep-network/keep-tecdsa/pull/125, https://github.com/keep-network/keep-tecdsa/pull/127
@pdyraga ready for review.
There's not much we can do, see report below. There are two issues mentioned: https://www.npmjs.com/advisories/877 (`web3`) https://www.npmjs.com/advisories/1217 (`truffle` and `openzeppelin-test-helpers`) All are `dev` dependencies. The problems don't seem important for...
> Open Keep > Request with threshold = 0 > Request is rejected. Keep is created and the public key is calculated.