Skip to content

Releases: graphprotocol/grc-20-ts

v0.32.3

21 Jan 10:32
v0.32.3
144f5b1

Choose a tag to compare

What's Changed

Full Changelog: v0.32.2...v0.32.3

v0.32.2

20 Jan 20:44
v0.32.2
16c1e16

Choose a tag to compare

What's Changed

  • Property types & fix Graph.createProperty by @nikgraf in #150

Full Changelog: v0.32.1...v0.32.2

v0.32.1

20 Jan 17:39
v0.32.1
445d8ca

Choose a tag to compare

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

v0.31.1

15 Jan 10:05
v0.31.1
d3c4b37

Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.31.1

v0.31.0

13 Jan 16:49
6f76100

Choose a tag to compare

What's Changed

  • fix: update DAO_SPACE_FACTORY_ADDRESS for testnet by @baiirun in #146

Full Changelog: v0.30.0...v0.31.0

v0.30.0

12 Jan 22:35
5721b14

Choose a tag to compare

What's Changed

  • feat: update ABIs for SpaceRegistry, DaoSpace, and DaoFactory by @baiirun in #145

Full Changelog: v0.29.0...v0.30.0

v0.29.0

08 Jan 15:41
v0.29.0
fb025a6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.29.0

v0.28.0

06 Jan 20:07
fae40ba

Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

06 Jan 09:25
v0.27.0
8d5f28c

Choose a tag to compare

What's Changed

6af598e: Switch to dashless UUIDs while still supporting dashed UUIDs

  • Id.generate() generates UUIDs without dashes.
  • Id.isValid() and Id assertions continue to accept UUIDs with dashes, but also accept dashless UUIDs.
  • Id.toBase64() and Id.fromBase64() now return and accept dashless UUIDs.
  • Id.toBytes() and Id.fromBytes() now return and accept dashless UUIDs.

Full Changelog: v0.26.0...v0.27.0

v0.26.0

17 Dec 15:22
b694d25

Choose a tag to compare

What's Changed

  • feat: add new DAO space deployment and registration encoding utilities by @baiirun in #139
  • release: 0.26.0 by @baiirun in #140

Full Changelog: v0.25.7...v0.26.0