Skip to content

Remove C dependencies from data/abi package #3355

@jasonpaulos

Description

@jasonpaulos

Summary

The data/abi package was meant to be easily installed and used from the Go SDK, but the commit d3bbe62 introduced a dependency from data/abi to data/basics, which in turn references crypto packages with C dependencies. This means the Go SDK cannot easily update go-algorand past that commit.

We could refactor the data/abi package to avoid referencing data/basics.

Priority

Needs to be done for the Go SDK to update past the commit d3bbe62.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions