Skip to content

refactor: decoupling indexer and kmd algosdk dependencies; refining byte field handling in generated clients #678

refactor: decoupling indexer and kmd algosdk dependencies; refining byte field handling in generated clients

refactor: decoupling indexer and kmd algosdk dependencies; refining byte field handling in generated clients #678

Workflow file for this run

name: Pull Request validation
on: [pull_request]
jobs:
pr-check:
name: Check Python
uses: ./.github/workflows/check-python.yaml
pr-check-docs:
name: Check Documentation
uses: ./.github/workflows/check-docs.yaml
pr-build:
name: Build and Test Python
needs: [pr-check, pr-check-docs]
uses: ./.github/workflows/build-python.yaml