Skip to content

Commit

Permalink
Merge pull request #2036 from aeternity/hc-node-api
Browse files Browse the repository at this point in the history
feat(node): add Hyperchain endpoints
  • Loading branch information
davidyuk authored Dec 20, 2024
2 parents ec40d77 + 5d0e9d9 commit 530cfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tooling/autorest/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 530cfbf

Please sign in to comment.