Skip to content

Commit

Permalink
add audit report (#95)
Browse files Browse the repository at this point in the history
* add audit report

* https issues in readme

* Update README.md

Co-authored-by: Pavel Krolevets <[email protected]>

---------

Co-authored-by: Pavel Krolevets <[email protected]>
  • Loading branch information
MatusKysel and pavelkrolevets committed Apr 15, 2024
1 parent 004e97d commit 62ef8b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [dial tcp timeout](#dial-tcp-timeout)
- [invalid URI for request](#invalid-uri-for-request)
- [connection refused](#connection-refused)
- [https issues](#https-issues)
- [`Please provide either operator info string or path`](#please-provide-either-operator-info-string-or-path)
- [Operator Quick start](#operator-quick-start)
- [Pre requisites](#pre-requisites)
Expand Down Expand Up @@ -307,6 +308,15 @@ You could manually verify the `operators_info.json` or the initiator command-gen
When this error appears, it means that the `ssv-dkg` tool cannot connect to one of the selected operators, and the reason could be because their `ssv-dkg` operator node has shut down.
This could be temporary, as they will likely start the node again, but if it persists, we recommend changing one of the operators.

#### https issues

```sh
2024-04-03T12:54:57.939402Z FATAL dkg-initiator 😥 Failed to load operators: {"error": "only HTTPS scheme is allowed at operator address http://116.202.218.95:3061, got: http"}
```

When this error appears at initiator, it means that the `ssv-dkg` tool cannot load operator URLs because it is not `https`. Only `https` is allowed.


#### `Please provide either operator info string or path`

```sh
Expand Down
Binary file added audits/SlowMist Audit Report.pdf
Binary file not shown.

0 comments on commit 62ef8b3

Please sign in to comment.