Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract data/abi into library for go-algorand-sdk #4338

Closed
michaeldiamant opened this issue Aug 2, 2022 · 1 comment
Closed

Extract data/abi into library for go-algorand-sdk #4338

michaeldiamant opened this issue Aug 2, 2022 · 1 comment
Assignees

Comments

@michaeldiamant
Copy link
Contributor

Problem

The story requests improving modularity by extracting data/abi into its own repository. The desire is to downstream go-algorand usage without relying on the entire repo.

Success criteria:

  • New repo called avm-abi exists. It exposes data/abi.
  • go-algorand depends on avm-abi + removes data/abi.
  • go-algorand-sdk replaces its dependency on go-algorand with avm-abi.
  • avm-abi provides 1st class repo support by mirroring + enriching capabilities of existing repos (e.g. CI/build tooling).
    • Prefer trunk-based release model rather than gitflow.
    • Prefer release model where development team can issue releases.

Solution

Dependencies

Urgency

@jasonpaulos
Copy link
Contributor

jasonpaulos commented Aug 9, 2022

Related PRs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants