Skip to content

v1.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:34
· 5 commits to main since this release
6eed8d8

New

  • Published the initial set of four SQD agent skills: pipes-sdk for building
    and deploying indexers, portal for querying blockchain data across 140+
    networks, migrate-to-portal for moving a v2 Squid onto Portal, and
    squid-perf for comparing indexer sync times.

  • Skills can now be pinned to an exact release instead of tracking whatever is
    on main:

    npx skills add subsquid-labs/skills#v1.0.0
    npx skills add subsquid-labs/skills#v1.0.0@portal
  • Every release now attaches a sqd-skills.tar.gz bundle of all four skills,
    always reachable at
    https://github.com/subsquid-labs/skills/releases/latest/download/sqd-skills.tar.gz.

  • Each release lists the exact skill versions it contains, so a release answers
    which version of a given skill you are installing.

Skills in this release

Skill Path Version Category
pipes-sdk pipes-sdk/ 1.5.0 core
portal portal/ 1.5.0 portal-core
migrate-to-portal squid-sdk/migrate-to-portal/ 1.2.1 documentation
squid-perf squid-sdk/squid-perf/ 1.1.13 core

What's Changed

All changes

  • fix: flatten release bundle; document --full-depth for nested skills by @karelxfi in #46

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2