github baking-bad/tzkt v1.6.3

latest releases: v1.12.3, v1.12.2, v1.12.1...
2 years ago

General notes

  • Hanghzou protocol support;
  • minor bugfixes and improvements.

To update from v1.6.* to v1.6.3 just update the tzkt-sync and tzkt-api binaries. All migrations will be done automatically.

Changes in the API

  • new operation type register_constant was added;
  • numRegisterConstants field was added to the user and delegate models;
  • registerConstants field was added to the block model;
  • /v1/operations/register_constants endpoint was added;
  • /v1/operations/register_constants/{hash} endpoint was added;
  • /v1/operations/register_constants/count endpoint was added;
  • /v1/contracts/{address}/views endpoint was added;
  • /v1/contracts/{address}/views/{name} endpoint was added;
  • /v1/constants endpoint was added;
  • /v1/constants/{address} endpoint was added;
  • /v1/constants/count endpoint was added;
  • WS subscription methods now return subscription state directly ('state' messages will be deprecated in the future).

Changes in the DB schema

  • Accounts.Tzips column was renamed to Accounts.Tags (breaking change);
  • Accounts.RegisterConstantsCount column was added;
  • AppState.RegisterConstantOpsCount column was added;
  • AppState.ConstantsCount column was added;
  • Scripts.Views column was added;
  • RegisterConstantOps table was added.

Commits

  • cd1e83b: Return subscription state immediately (257Byte)
  • 4b4bc3b: Init hangzhounet scaffold (257Byte) #74
  • 8e9f607: Add contract views indexing (Groxan) #74
  • 424dab1: Add register_global_constant operation type (257Byte) #74
  • c1921a6: Add API endpoints for global constants (257Byte) #74
  • 410fe76: Extend metadata API endpoints for global constants (257Byte) #74
  • f288cd6: Expand view's parameter and return types (257Byte) #74
  • 27bf4ea: Add contract view API endpoints (257Byte) #74
  • b7ce783: Reorder triggers migrations (257Byte) #74
  • 0fa1feb: Fix null storage fee (257Byte) #74
  • 055a51e: Add format parameter for constant values (Groxan) #74
  • f783fea: Ignore CommandTimeout when migrating DB (Groxan) #74
  • 44a509a: Improve sync state handling (Groxan) #74
  • dd2a87d: Add Hangzhou2 support (Groxan) #74
  • c759bc2: Reorder migrations (257Byte) #74
  • 441b9c6: Update docs (257Byte) #74

Don't miss a new tzkt release

NewReleases is sending notifications on new releases.