External gRPC plugin for crypto network provider catalog metadata consumed by
Workflow and workflow-compute.
go build ./...
go test ./... -v -race -count=1GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -ldflags="-s -w" -o workflow-plugin-crypto ./cmd/workflow-plugin-crypto/cmd/workflow-plugin-crypto/main.go— external plugin entrypointinternal/plugin.go— Workflow plugin manifestcatalog/crypto.go— publicworkflow-computeprovider catalog metadataplugin.json— registry-facing plugin manifest.goreleaser.yaml— GoReleaser v2 config for releases.github/workflows/ci.yml— build, test, vet, and plugin contract validation.github/workflows/release.yml— tagged release pipeline
git tag v0.1.0
git push origin v0.1.0