You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
data/abi
.data/abi
.Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: