Litecomb Dev

Results 11 comments of Litecomb Dev

WriteV2MessageN should allow specify the garbage []byte, if nil default garbage is used ReadV2MessageN should allow reading the garbage []byte Rationale: this will permit custom nonstandard packets communication in the...

It would be great if v2transport wasn't promoted to go module to ease reviewing

I appreciate your perspective on the use of multiple go.mod files, but I’d like to share why I believe that having a single go.mod at the root is the more...

Reminded that before tagging v0.25, all go.mod files need attention: #2386

WriteV2MessageN should allow specify the garbage []byte, if nil default garbage is used ReadV2MessageN should allow reading the garbage []byte Rationale: this will permit custom nonstandard packets communication in the...

// transportVersion is the transport version we are currently using. transportVersion = []byte{} packet likely needed here to make inbound connections work with respect to bitcoin 0.27.1 acting as client

when bitcoin 27.1 is connecting as a client, we don't find his garbage terminator inside CompleteHandshake() and it gets stuck. Also I don't get why // Send version packet. is...

My original plan is bad, you should consider double version bump: 1. Tag 0.24.99 2. Bump self dependencies, possibly go mod tidy 3. Tag 0.25.0 right after without any coding...