diff --git a/pkg/crypto/p256k/btcec/btcec_test.go b/pkg/crypto/p256k/btcec/btcec_test.go index 604e98f..00f64fe 100644 --- a/pkg/crypto/p256k/btcec/btcec_test.go +++ b/pkg/crypto/p256k/btcec/btcec_test.go @@ -5,6 +5,7 @@ package btcec_test import ( "bufio" "bytes" + "orly.dev/pkg/utils" "testing" "time" diff --git a/pkg/protocol/ws/client.go b/pkg/protocol/ws/client.go index cb730ea..9a64a91 100644 --- a/pkg/protocol/ws/client.go +++ b/pkg/protocol/ws/client.go @@ -318,10 +318,10 @@ func (r *Client) ConnectWithTLS( } else { // check if the event matches the desired filter, ignore otherwise if !sub.Filters.Match(env.Event) { - log.D.F( - "{%s} filter does not match: %v ~ %v\n", r.URL, - sub.Filters, env.Event, - ) + // log.D.F( + // "{%s} filter does not match: %v ~ %v\n", r.URL, + // sub.Filters, env.Event, + // ) continue } // check signature, ignore invalid, except from trusted (AssumeValid) relays diff --git a/pkg/version/version b/pkg/version/version index 349ca0e..fe5b6a9 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.8.1 \ No newline at end of file +v0.8.2 \ No newline at end of file