Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Jan 25, 2024
2 parents 51529e1 + cf0962f commit 4930d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.01.0] - 2024-01-11
## [24.01.0/1.4.1] - 2024-01-11

### Fixed
- Default value for token_tx_id was wrong type (bool instead of int)
Expand Down
10 changes: 5 additions & 5 deletions graphsense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
contact:
name: Iknaio Cryptoasset Analytics GmbH
email: [email protected]
version: "1.4.1"
version: "1.4.2"
servers:
- url: 'https://api.ikna.io'
paths:
Expand Down Expand Up @@ -401,7 +401,7 @@ paths:
$ref: '#/components/examples/tx_utxo'
tx_account:
$ref: '#/components/examples/tx_account'
summary: Returns details of a specific transaction identified by its hash.
summary: Returns details of a specific transaction identified by its hash
tags:
- txs
/{currency}/token_txs/{tx_hash}:
Expand Down Expand Up @@ -440,7 +440,7 @@ paths:
$ref: '#/components/examples/txs_io'
schema:
$ref: '#/components/schemas/tx_values'
summary: Returns input/output values of a specific transaction identified by its hash.
summary: Returns input/output values of a specific transaction identified by its hash
tags:
- txs
/{currency}/txs/{tx_hash}/spent_in:
Expand Down Expand Up @@ -521,7 +521,7 @@ paths:
$ref: '#/components/examples/token_configs'
schema:
$ref: '#/components/schemas/token_configs'
summary: Returns a list of supported token (sub)currencies.
summary: Returns a list of supported token (sub)currencies
tags:
- tokens
/tags:
Expand Down Expand Up @@ -1396,7 +1396,7 @@ components:
$ref: '#/components/schemas/uri'
refs:
type: array
description: list of uris to further information of the actors.
description: list of uris to further information of the actors
items:
$ref: '#/components/schemas/uri'
coingecko_ids:
Expand Down

0 comments on commit 4930d7b

Please sign in to comment.