Skip to content

Releases: baking-bad/tzkt

v1.5.1

14 May 17:32
Compare
Choose a tag to compare

Commits

  • [1b60a78]: Update README.md (Maksim Strebkov)
  • [ba9813e]: Minor fixes (257Byte) #46
  • [d96bb16]: Increase number of API initialization attempts (257Byte) #46
  • [800d6d4]: Recognize same and similar contracts (257Byte) #46
  • [74829ed]: Add typeHash and codeHash to contract and origination API models (Groxan) #46
  • [3190acc]: Update docs, snapshots and packages (Groxan) #46
  • [c31eb2a]: Fix some validation attributes (Groxan)

v1.5.0

29 Apr 14:13
37aa572
Compare
Choose a tag to compare

Commits

  • [82d657d]: Add bigmaps indexing (257Byte) #43
  • [dde2fef]: Extend data models with off-chain metadata (Groxan) #43
  • [7fe3faf]: Add internals count to transaction model (Groxan) #43
  • [91c5fc9]: Add cycle to app state model (Groxan) #43
  • [a121158]: Add ETH quote (Groxan) #43
  • [fcd1933]: Update software repo and cache to use metadata (Groxan) #43
  • [3381a1d]: Add start and end time to cycle model (257Byte) #43
  • [afb6485]: DB migration (257Byte) #43
  • [340cb6b]: Add /bigmaps API endpoint (257Byte) #43
  • [a15c39b]: Add /keys* API endpoints (Groxan) #43
  • [d56c8b0]: Add /keys/history API endpoints (257Byte) #43
  • [f6e9da9]: Add /historical_keys* API endpoints and minor refactoring (257Byte) #43
  • [a983e5b]: Add filtering of bigmaps and keys by last level (Groxan) #43
  • [bf2751e]: Contract interface endpoint (m-kus) #43
  • [031cbf2]: Add /bigmaps API endpoints to /contracts (Groxan) #43
  • [85a1c8a]: Add API endpoints for accessing bigmap keys, etc. by bigmap name (257Byte) #43
  • [79cbd36]: Fix nulls in software metadata (257Byte) #43
  • [9316f0c]: Add bigmap tags (257Byte) #43
  • [95e473c]: Add bigmap updates to transaction and origination API models (257Byte) #43
  • [3ff3431]: Optimize storage including (257Byte) #43
  • [68139eb]: Optimize bigmap diffs including (257Byte) #43
  • [9ec2221]: Minor refactoring (257Byte) #43
  • [20edaaa]: Add bigmap updates API endpoint and minor refactoring (257Byte) #43
  • [158c6f7]: Add jsonb indexes, rework building sql from json parameters (257Byte) #43
  • [8e6762e]: Sql builder params refactoring (257Byte) #43
  • [f16335d]: Minor fixes (Groxan) #43
  • [2e17994]: Merge master (Groxan) #43
  • [544f6bb]: Add bigmap events (Groxan) #43
  • [05e8e68]: Update WS docs (Groxan) #43
  • [f2c6ac1]: Fix wrong updates limit and optimize unsubscribing (257Byte) #43
  • [84fd297]: Smooth changes in software API model (257Byte) #43
  • [33c62db]: Add cycle to state API model and fix missed bigmap commit (257Byte) #43
  • [50ee5a3]: Fix quotes service (Groxan) #43
  • [0cb6336]: Better contract storage path validation (257Byte) #43
  • [6caef1a]: Add filtering bigmap updates by value (257Byte) #43
  • [ce3e591]: Update packages and docs (257Byte) #43
  • [37aa572]: Merge PR from v1.5 (Maksim Strebkov) #43

v1.4.1

18 Apr 21:35
Compare
Choose a tag to compare

Commits

  • [35ecd75]: Typo (Maksim Strebkov)
  • [6cfa682]: Fix proto8 context migration and typos (257Byte)
  • [a92ffcb]: Add filtering by lastActivity for accounts, delegates and contracts API endpoints (Groxan)
  • [a964e5f]: Add filtering by delegate, crator and manager for accounts and contracts API endpoints (Groxan)
  • [82b60b2]: Allow including storage value in contracts API endpoint (Groxan)
  • [3328475]: WS python example (m-kus) #38
  • [5c8db8e]: Include storage in txs via WS by default (257Byte)
  • [3ca553f]: Fix account ops with multiple subs (257Byte)
  • [b89490f]: Hot reload for account metadata (257Byte)
  • [f6a8c1b]: Fix new migration kind label (Groxan)
  • [b44feba]: Add more contacts to account metadata (Groxan)
  • [9a1ab7f]: Fix python WS snippet (m-kus) #40
  • [d53ce31]: Fix account pre-caching for rights in proto1, close #41 (Groxan)
  • [2826158]: Add Florence protocol handler (257Byte) #42
  • [3f68cd7]: Fix adoption kind in the API (257Byte) #42
  • [7e7cbc4]: Fix storage selection by path (257Byte) #42
  • [14ac290]: Check balance update origin (Groxan) #42
  • [425459a]: Update docs (257Byte)

v1.4.0

03 Mar 16:20
Compare
Choose a tag to compare

Commits

  • [28bfeb1]: Add parsing tx parameters to human-readable json (Groxan) #34
  • [66465d4]: Add contract kind 'asset' (Groxan) #34
  • [e6d0c22]: Add list of implemented TZIPs to the contract model (Groxan) #34
  • [eb7c8f5]: Add contract code API endpoint (Groxan) #34
  • [7d3595a]: Add contract entrypoints API endpoints (Groxan) #34
  • [4ee2306]: Use DB trigger notifications to sync API state (257Byte) #34
  • [dff01f1]: Migrate to .NET 5.0 (Groxan) #34
  • [ec0014e]: Add websocket API for head, blocks and operations (Groxan) #34
  • [07f1cb4]: Add storage indexing and API endpoints (257Byte) #34
  • [579e97e]: Add Websocket API docs and minor fixes (Groxan) #34
  • [d55c9ef]: Configurable transaction parameters format (Groxan) #34
  • [926d746]: Add storage and code to transaction and origination models (Groxan) #34
  • [2d80c13]: Imitate manager.tz storage in the /storage endpoint (Groxan) #34
  • [3983b73]: Improve suggests sorting (Groxan) #34
  • [1d36f81]: Add startTime and endTime to the voting epoch and period models (Groxan) #34
  • [9a4b9ed]: Add get period voter by address endpoints (Groxan) #34
  • [89ce30e]: Add missed docs and minor cleanup (Groxan) #34
  • [ff4907f]: Add API for building contract parameters from JSON (Groxan) #34
  • [ddc2540]: Temporal smoothing of the breaking changes in 'parameters' (Groxan) #34
  • [9a21ee6]: Add .gt, .ge, .lt, .le modes to JsonParameter and minor refactoring (Groxan) #34
  • [1797ffd]: Add .in, .ni modes to contract kind and minor fixes (Groxan) #34
  • [fa6ba93]: Update dockerfiles (dmirgaleev) #34
  • [ef0e184]: Fix proto8 context migration (257Byte) #34
  • [36a8f49]: Update snapshots (257Byte) #34

v1.3.2

28 Feb 15:22
Compare
Choose a tag to compare

Commits

  • [04b65ee]: Clarify README (Hai Nguyen Van) #29
  • [36f8007]: Update README.md (Maksim Strebkov)
  • [07c61a2]: Changed build to pull for init to make sure of latest docker images (dmir) #30
  • [1abe496]: Triggers added (dmir) #32
  • [3423307]: Increase observer reliability and minor fixes (Groxan)
  • [3f0ebf4]: Add Edo 2 support (Groxan)
  • [c2db08d]: Create build.yml (Maksim Strebkov)
  • [76c1957]: Fix voting period validation and constants migration (Groxan)

v1.3.1

25 Dec 15:04
Compare
Choose a tag to compare

Commits

  • [bec0010]: Better consistency of the PeriodInfo model (Groxan)
  • [8d61c5b]: Added default type description to Accounts Get Operation. (dmir) #26
  • [cbe6ebc]: Add Edo protocol support (Groxan) #27
  • [3180711]: Make removed API model fields deprecated (Groxan)
  • [bc020a4]: Update docs (Groxan)

v1.3.0

21 Dec 14:05
Compare
Choose a tag to compare

Commits

  • [084c826]: Add accuser/offender filters (Groxan)
  • [948d1d4]: Add some transactions count filters (Groxan)
  • [9076574]: Move pro conf to a separate repo; +linux make targets (#20) (Michael Zaikin) #20
  • [fd3483b]: Add more migrations endpoint filters (Groxan)
  • [7d640bd]: Add operation filters by timestamp (Groxan)
  • [78fc5a3]: Add suggests search string validation (Groxan)
  • [a4be2cd]: Add AppState trigger (dmirgaleev) #22
  • [45f1b47]: Add more operation filters (Groxan)
  • [787b3c5]: Add AnyOf filter to the operations endpoints (Groxan)
  • [e2e66e7]: Refactor accounts operations repository (Groxan)
  • [dd406a5]: Fix datetime offset issue (Groxan)
  • [6fb2c69]: Add hasInternals filter (Groxan)
  • [501a2d9]: Add merged query filters to the account operations endpoint (Groxan)
  • [6341b85]: Fix .ne and .ni on nullable columns (Groxan)
  • [4dc9149]: Add endpoint for getting voting period by index (Groxan)
  • [5e44a4f]: Add endpoint for getting voting listings (Groxan)
  • better data layer abstraction; improve validators; #24 (Groxan)
  • [9aed080]: Abstract RPC layer (257Byte) #24
  • improve diagnostics #24 (257Byte)
  • reuse protocol handlers #24 (257Byte)
  • avoid strongly typed RPC deserialization #24 (257Byte)
  • protocol-dependent activators #24 (Groxan)
  • minor code cleaning #24 (Groxan)
  • [06acf99]: Protocol parameters handling (257Byte) #24
  • [9737135]: Improve voting indexing, fix #23 (257Byte) #24
  • [0de8935]: Add API endpoints to access voting epochs (257Byte) #24
  • [11654aa]: Add current period endpoint and period voters filter (257Byte) #24
  • [7935309]: Reset db migrations due to breaking changes (257Byte) #24
  • [2dff83e]: Fresh snapshots and updated docs (Groxan)
  • [2cddced]: Fix set-env command in github actions workflow (Roman Serikov) #25

v1.2.1

21 Sep 15:19
Compare
Choose a tag to compare

Commits

  • [898119c]: Fix null commitments (Maksim Strebkov) #19
  • [97696a4]: Add PostgREST config for TzKT Pro (dmirgaleev) #16
  • [753c935]: Fix prevDelegate filter optimization (257Byte)

v1.2.0

08 Sep 10:56
Compare
Choose a tag to compare

Commits

  • [56a2acb]: Add wait-for-db initialization (257Byte)
  • [f53d913]: Don't run API if database is empty (257Byte)
  • [b2513b5]: Fix docs copy paste (257Byte)
  • [43edd29]: Add DelegatorContracts block event (257Byte) #17
  • [c14189d]: Add baker version indexing (257Byte) #17
  • [7ce7da9]: Update packages (257Byte) #17
  • [8eb5e35]: Add commitments indexing (257Byte) #17
  • [a0fe435]: Add supply state (257Byte) #17
  • [12b06ff]: Add supply statistics (257Byte) #17
  • [2ade845]: Use big-endian for better compatibility (Groxan) #17
  • [8363fd8]: Add delegation amount field (Groxan) #17
  • [f8fecc5]: Add CNY, JPY, KRW quotes (Groxan) #17
  • [064d6e6]: Add DB migration (Groxan) #17
  • [9b4c4e9]: Add baker version metadata table (257Byte) #17
  • [62cc7b5]: Add commitments API endpoints (257Byte) #17
  • [4b2db30]: Add statistics API endpoint (257Byte) #17
  • [fa82b39]: Add get balance at date API endpoint (257Byte) #17
  • [c3688fc]: Add software field to blocks and delegates (257Byte) #17
  • [632bbee]: Add software API endpoints (257Byte) #17
  • [a149f20]: Minor improvements (257Byte) #17
  • [b1677e3]: Optimize cache capacity (257Byte) #17
  • [8500b08]: Fix typo (257Byte) #17
  • [a7562c8]: Add Delphi support (Groxan) #17
  • [dec44c9]: Update docs and snapshots (Groxan) #17

v1.1.0

05 Aug 16:27
Compare
Choose a tag to compare

Commits

  • [df9472c]: Add transaction filter by amount (257Byte)
  • [ba5cdc6]: Add current delegator balance to reward splits (257Byte)
  • [64f58c1]: Add reward split delegator endpoint (257Byte)
  • [d044ae7]: Add protocol by cycle endpoint (257Byte)
  • [17a9c9b]: Filter cycles by snapshot index (257Byte)
  • [8085ef2]: Add account metadata flag (257Byte)
  • [80baa4b]: Add related contract creation time (257Byte)
  • [2f43640]: Add more account filters (257Byte)
  • [7985d1d]: Fix counting optimization (257Byte)
  • [fbdf185]: Optimize sort query (257Byte)
  • [ac2cfa7]: Docker Hub (dmirgaleev) #12
  • [d067dcb]: Add protocols cache; (257Byte)
  • [d4eb53b]: Fix future rights schedule (257Byte)
  • [73bba72]: Add more query filters (257Byte)
  • [bfbff2b]: Update mainnet snapshot (257Byte)
  • [3c5dcf9]: Add quotes indexing (257Byte) #13
  • [48affa2]: Add quotes cache to API (257Byte) #13
  • [3a6af88]: Add more currencies to reports; (257Byte) #13
  • [7d307c6]: Add head quotes (257Byte) #13
  • [0f87556]: Add quotes API endpoints (257Byte) #13
  • [2879d23]: Inject historical quotes into operations (257Byte) #13
  • [56f4f95]: Inject historical quotes into blocks, cycles, balance history, rewards (257Byte) #13
  • [6138858]: Fix commas in report headers (257Byte) #13
  • [1890401]: Fix commas in report headers! (257Byte) #13
  • [95de8b7]: Update assembly version (257Byte) #13
  • [6249b5e]: Update README.md (Maksim Strebkov) #13
  • [453203c]: Update API docs version (257Byte)
  • [a42ab37]: Telegram and Slack notifications via github actions (Roman Serikov) #15
  • [c32b20c]: fix tag (Roman Serikov) #15