Skip to content

Releases: MinaProtocol/mina-sdk-go

v0.1.1

27 May 22:33
9b2dcaa

Choose a tag to compare

Bug fixes

  • Fix queryGetAccountWithToken token-arg type: the daemon expects TokenId, not UInt64. Any call to Client.GetAccount(pk, token) with a non-empty token now succeeds against current Mina daemons. (#1)

Tooling

  • Two-layer GraphQL schema-drift checker (scripts/check_schema_drift.go):
    • Layer 1: introspect the live daemon and diff against schema/graphql_schema.json (new checked-in snapshot). Detects added/removed types, field-type changes, argument-type changes (the exact bug above), and inputField-type changes.
    • Layer 2: parses queries.go, sends each operation with sentinel variables, classifies GraphQL errors. Connection errors are bucketed as infrastructure failures (always exit 1); unknown-sentinel-type ops fail in --strict. The drift workflow now runs in the matrix against master/compatible/develop lightnet images on PRs that touch schema/, queries.go, or the script.

v0.1.0

14 Apr 21:54
4c96276

Choose a tag to compare

Initial release