Skip to content

Remove dagconfig dependency from txscript package #2308

@conorpp

Description

@conorpp

Right now the txscript package is incredibly useful for integration, but it necessarily references a non-portable package "go-muhash". This go-muhash relies on some CGo linking and is not very portable (e.g. it makes static compilation impossible).

txscript references dagconfig package which references go-muhash. Could we push the high-level functions that use dagconfig into a subpackage? This would resolve this issue.

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