Skip to content

Commit 1225ece

Browse files
committed
chore: update aeternity node to v7.3.0-rc5
1 parent 0454c62 commit 1225ece

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
node:
33
# TODO: switch to master after merging https://github.com/aeternity/aeternity/pull/4303
4-
image: aeternity/aeternity:v7.3.0-rc2-bundle
4+
image: aeternity/aeternity:v7.3.0-rc5-bundle
55
# TODO: remove 3313 port after merging https://github.com/aeternity/aeternity/pull/4303
66
ports: [3013:3013, 3113:3113, 3014:3014, 3313:3313]
77
# TODO: remove after releasing https://github.com/aeternity/aeternity/pull/4292

tooling/autorest/node.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@ directive:
134134
Convert time as milliseconds to dates
135135
https://github.com/aeternity/aeternity/issues/4386
136136
137-
- from: openapi-document
138-
where: $.components.schemas.AuctionEntry
139-
transform: >
140-
$.required.push('started_at');
141-
reason: >
142-
marks additional fields as required
143-
remove after fixing https://github.com/aeternity/aeternity/pull/4537
144-
145137
- from: openapi-document
146138
where: $.components.schemas
147139
transform: >
@@ -160,7 +152,7 @@ version: ^3.7.1
160152
use-extension:
161153
'@autorest/typescript': ^6.0.23
162154
'@autorest/modelerfour': ^4.27.0
163-
input-file: https://raw.githubusercontent.com/aeternity/aeternity/v7.3.0-rc2/apps/aehttp/priv/oas3.yaml
155+
input-file: https://raw.githubusercontent.com/aeternity/aeternity/v7.3.0-rc5/apps/aehttp/priv/oas3.yaml
164156
output-folder: ../../src/apis/node
165157
source-code-folder-path: .
166158
generator: typescript

0 commit comments

Comments
 (0)