From 05fcdfd0fec517d96b4b55d2993d6aaeeccead58 Mon Sep 17 00:00:00 2001 From: Denis Davidyuk Date: Tue, 17 Dec 2024 23:50:03 +0100 Subject: [PATCH 1/2] feat(node): add Hyperchain endpoints --- tooling/autorest/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/autorest/node.yaml b/tooling/autorest/node.yaml index 66fc163d0b..3f0ec6c131 100644 --- a/tooling/autorest/node.yaml +++ b/tooling/autorest/node.yaml @@ -169,7 +169,7 @@ version: ^3.7.1 use-extension: '@autorest/typescript': ^6.0.23 '@autorest/modelerfour': ^4.27.0 -input-file: https://raw.githubusercontent.com/aeternity/aeternity/v7.1.0/apps/aehttp/priv/oas3.yaml +input-file: https://raw.githubusercontent.com/aeternity/aeternity/v7.3.0-rc2/apps/aehttp/priv/oas3.yaml output-folder: ../../src/apis/node source-code-folder-path: . generator: typescript From 5d0e9d967efc9ed58375497ddc6b2634cbf4e491 Mon Sep 17 00:00:00 2001 From: Denis Davidyuk Date: Fri, 20 Dec 2024 18:41:53 +0100 Subject: [PATCH 2/2] ci: update node to v7.3.0-rc2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bbacb7b845..cc095da2e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: node: # TODO: switch to master after merging https://github.com/aeternity/aeternity/pull/4303 - image: aeternity/aeternity:v7.2.0-bundle + image: aeternity/aeternity:v7.3.0-rc2-bundle # TODO: remove 3313 port after merging https://github.com/aeternity/aeternity/pull/4303 ports: [3013:3013, 3113:3113, 3014:3014, 3313:3313] # TODO: remove after releasing https://github.com/aeternity/aeternity/pull/4292