github baking-bad/tzkt v1.11.0

latest releases: v1.14.5, v1.14.4, v1.14.3...
22 months ago

General notes

  • Lima support;
  • Tezos domains indexing;
  • minor API improvements.

To update from v1.10.* to v1.11.0 just update the tzkt-sync and tzkt-api binaries. DB will migrate automatically.
Note, that the DB migration will take some time (about 40 minutes for mainnet and a couple of minutes for testnets).
Or, if you have any issues with DB migration (like not enough disk space), you can restore the DB from the latest snapshot as usual.

General changes

  • [BREAKING] we've migrated to .NET 7, so if you build tzkt from sources, you will need to install .NET 7.

Changes in the WebSocket API:

  • new operation types are available in the operations subscription.

Changes in the API models

  • [BREAKING] field lbSunsetLevel in the protocol constants was deprecated and will be removed in the near future;
  • field drainDelegateCount was added to the user model;
  • fields drainDelegateCount and updateConsensusKeyCount were added to the delegate model;
  • fields drainDelegateOps and updateConsensusKeyOps were added to the block model;

Changes in the API endpoints

  • endpoints /accounts and /contracts now allow to filter by address, and request multiple accounts by using .in mode;
  • endpoints /operations/drain_delegate* and /operations/update_consensus_key* were added;
  • endpoints /domains* were added.

Changes in the DB schema

  • all columns of type timestamp were altered to timestamptz;
  • columns UpdateConsensusKeyCountand DrainDelegateCount were added to the Accounts table;
  • columns UpdateConsensusKeyOpsCount, DrainDelegateOpsCount, DomainsNameRegistry, and DomainsLevel were added to the AppState table;
  • column LBSunsetLevel was removed from the Protocols table;
  • column Operations in the Blocks table was altered from integer to bigint;
  • tables UpdateConsensusKeyOps, DrainDelegateOps, and Domains were added.

Commits

Don't miss a new tzkt release

NewReleases is sending notifications on new releases.