Closed etan-status closed 2 years ago
macos-amd64 (Nim devel)
unrelated fail due to could not load: libcrypto.1.1.dylib
.
Nim devel on macOS temporarily needs brew install openssl@1.1
, probably fine to ignore for this PR.
Ah, just realized, the same functionality could be reached by using the hook
system.
nim-websock
currently lacks a way to pass additional client headers such asAuthorization
andOrigin
which are needed fornimbus-eth2
. Adding an extra argument for those opens up swapping fromnews
.