Skip to content

Commit

Permalink
Merge pull request #155 from blockfrost/v0.1.31
Browse files Browse the repository at this point in the history
release: 0.1.31 -> 0.1.32
  • Loading branch information
slowbackspace authored Oct 30, 2021
2 parents 79b6718 + 49abd4d commit 52961e4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,25 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2

### Added

- `block_time` property to `/addresses/{address}/transactions` and `/txs/{hash}`
### Changed

### Fixed

## [0.1.32] - 2021-10-30

### Added

- `block_time` property to `/assets/{asset}/transactions`

### Changed

### Fixed

## [0.1.31] - 2021-10-30

### Added

- `block_time` property to `/addresses/{address}/transactions` and `/txs/{hash}`

## [0.1.30] - 2021-10-14

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.30",
"version": "0.1.32",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand Down
13 changes: 10 additions & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.30"
version: "0.1.32"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down Expand Up @@ -5016,7 +5016,7 @@ components:
type: integer
example: 123456
description: Block number
block_time:
block_time:
type: integer
example: 1635505891
description: Block creation time in UNIX time
Expand Down Expand Up @@ -6025,7 +6025,7 @@ components:
block_height:
type: integer
description: Block height
block_time:
block_time:
type: integer
description: Block creation time in UNIX time
required:
Expand All @@ -6037,12 +6037,15 @@ components:
- tx_hash: "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b"
tx_index: 6
block_height: 69
block_time: 1635505891
- tx_hash: "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f"
tx_index: 9
block_height: 4547
block_time: 1635505987
- tx_hash: "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b"
tx_index: 0
block_height: 564654
block_time: 1834505492
tx_metadata_labels:
type: array
items:
Expand Down Expand Up @@ -6662,16 +6665,20 @@ components:
- tx_hash
- tx_index
- block_height
- block_time
example:
- tx_hash: "8788591983aa73981fc92d6cddbbe643959f5a784e84b8bee0db15823f575a5b"
tx_index: 6
block_height: 69
block_time: 1635505891
- tx_hash: "52e748c4dec58b687b90b0b40d383b9fe1f24c1a833b7395cdf07dd67859f46f"
tx_index: 9
block_height: 4547
block_time: 1635505987
- tx_hash: "e8073fd5318ff43eca18a852527166aa8008bee9ee9e891f585612b7e4ba700b"
tx_index: 0
block_height: 564654
block_time: 1834505492

asset_addresses:
type: array
Expand Down

0 comments on commit 52961e4

Please sign in to comment.