update: import utils, remove unused logs, and bump version
- pkg/crypto/p256k/btcec/btcec_test.go - Added `orly.dev/pkg/utils` import. - pkg/protocol/ws/client.go - Commented out unused logging related to filter matching. - pkg/version/version - Bumped version from `v0.8.1` to `v0.8.2`.
This commit is contained in:
@@ -5,6 +5,7 @@ package btcec_test
|
||||
import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"orly.dev/pkg/utils"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
v0.8.1
|
||||
v0.8.2
|
||||
Reference in New Issue
Block a user