Skip to content

Commit

Permalink
Merge pull request #1557 from aeternity/feature/update-node
Browse files Browse the repository at this point in the history
ci: switch to node@6.5.1
  • Loading branch information
davidyuk authored Jun 15, 2022
2 parents 3e8baf5 + 2d527a6 commit 8105251
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_TAG=v6.4.0
NODE_TAG=v6.5.1
COMPILER_TAG=v6.1.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
node:
image: davidyuk/aeternity:${NODE_TAG}-for-sdk
image: aeternity/aeternity:${NODE_TAG}
hostname: node
ports: ["3013:3013", "3113:3113", "3014:3014", "3114:3114"]
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/tx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export async function prepareTxParams (
}> {
n = n ?? (
await onNode.getAccountNextNonce(senderId, { strategy }).catch(() => ({ nextNonce: 1 }))
).nextNonce as number
).nextNonce
const ttl = await calculateTtl({
ttl: t as number,
relative: absoluteTtl == null,
Expand Down
2 changes: 1 addition & 1 deletion tooling/autorest/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ version: ^3.6.1
use-extension:
'@autorest/typescript': ^6.0.0-beta.18
'@autorest/modelerfour': ^4.23.1
input-file: https://raw.githubusercontent.com/aeternity/aeternity/v6.4.0/apps/aehttp/priv/oas3.yaml
input-file: https://raw.githubusercontent.com/aeternity/aeternity/v6.5.1/apps/aehttp/priv/oas3.yaml
output-folder: ../../src/apis/node
source-code-folder-path: .
client-side-validation: true
Expand Down

0 comments on commit 8105251

Please sign in to comment.