You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
= Coverage pool
4
4
5
+
https://github.com/keep-network/coverage-pools/actions/workflows/contracts.yml[image:https://img.shields.io/github/actions/workflow/status/keep-network/coverage-pools/contracts.yml?branch=main&event=push&label=Coverage%20pool%20contracts%20build[Coverage pool contracts build status]]
6
+
5
7
A governable, fee-earning asset pool to cover low-likelihood on-chain events.
6
8
7
9
toc::[]
@@ -89,6 +91,19 @@ yarn build
89
91
```
90
92
Compiled contracts will land in the `build/` directory.
91
93
94
+
*NOTE:* The `coverage-pools` package contains an indirect dependency to
95
+
`@summa-tx/[email protected]` package, which downloads one of its sub-dependencies
96
+
via unathenticated `git://` protocol. That protocol is no longer supported by
97
+
GitHub. This means that in certain situations installation of the package or
98
+
update of its dependencies using Yarn may result in `The unauthenticated git
99
+
protocol on port 9418 is no longer supported` or `unable to connect to
100
+
github.com` error. +
101
+
As a workaround, we advise changing Git configuration to use `https://` protocol
0 commit comments