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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Reference implementation of the [AdEx validator stack](https://github.com/adexne
7
7
Components:
8
8
9
9
* Domain crate
10
-
* Sentry - check the list of [opened issues](https://github.com/AdExNetwork/adex-validator-stack-rust/issues?q=is:openis:issueproject:AdExNetwork/adex-validator-stack-rust/1)
10
+
* Sentry - check the list of [opened issues](https://github.com/AdExNetwork/adex-validator-stack-rust/issues?q=is:open+is:issue+project:AdExNetwork/adex-validator-stack-rust/1)
11
11
* Validator worker - The validator worker(`Leader` or `Follower`) that validates/proposes new states.
12
12
* memory-repository - Generic helper crate for creating InMemory repositories for testing.
13
13
* adapter - Adapter trait for `sign`, `verify` and `validate_channel` with Dummy implementation for testing.
0 commit comments