Skip to content

v0.32.1

Choose a tag to compare

@nikgraf nikgraf released this 20 Jan 17:39
· 7 commits to main since this release
v0.32.1
445d8ca

What's Changed

  • 42c5272: Update encoding to use @geoprotocol/grc-20 package

    Breaking Changes:

    • Removed unsetEntityValues function
    • Removed unsetRelationFields function
    • Removed serialize utility
    • Removed verified field from relations (no longer supported in GRC-20 v2 format)

    New Features:

    • Added TESTNET_V3 network support pointing to https://testnet-api-staging.geobrowser.io
    • Added JSDoc documentation for date/time TypedValue formats

    Changes:

    • Replaced internal protobuf encoding with @geoprotocol/grc-20 package
    • Added exhaustive type checks for value types in createEntity and updateEntity
    • Updated full-flow test to use SpaceRegistry contract directly
    • Added comprehensive encoding/decoding tests

Full Changelog: v0.31.1...v0.32.1