Skip to content

Breaking change between btcec/v2 minor versions v2.3.2 and v2.3.4 #2243

@joshklop

Description

@joshklop

SignCompact's return type changed from ([]byte, error) to []byte.

Before:

func SignCompact(key *btcec.PrivateKey, hash []byte,
isCompressedKey bool) ([]byte, error) {

After:

func SignCompact(key *btcec.PrivateKey, hash []byte,
isCompressedKey bool) []byte {

Would it be possible to retract the v2.3.4 version (and possibly v2.3.3) in the go.mod file?

cc @NiloCK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions