Skip to content

Commit 43f7e32

Browse files
authored
Release/2.0.0 (#235)
* Upgrade stellar-sdk and make signing key required (#233) * Upgrade stellar-sdk and node * Make Sep-10 Signing Key required * Fix anchor platform tests * Major bump version to v2.0.0 + Changelogs (#234)
1 parent 329a572 commit 43f7e32

32 files changed

Lines changed: 275 additions & 563 deletions

.github/workflows/integration.anchorPlatformTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
- run: yarn install
1313
- run: yarn test:anchorplatform:ci

.github/workflows/integration.recoveryTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
@stellar/typescript-wallet-sdk/test/docker/docker-compose.yml up -d
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
- run: yarn install
1717
- run: yarn build
1818
- run: yarn test:recovery:ci

.github/workflows/npmPublishSdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
registry-url: https://registry.npmjs.org/
1313
- run: yarn install
1414
- run: yarn build

.github/workflows/npmPublishSdkBeta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn build

.github/workflows/npmPublishSdkKM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
registry-url: https://registry.npmjs.org/
1313
- run: yarn install
1414
- run: yarn build

.github/workflows/npmPublishSdkKMBeta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn build

.github/workflows/npmPublishSdkSoroban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
registry-url: https://registry.npmjs.org/
1313
- run: yarn install
1414
- run: yarn build

.github/workflows/npmPublishSdkSorobanBeta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: yarn install
1717
- run: yarn build

.github/workflows/playwrightTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
- run: yarn install
1616
- run: yarn build
1717
- run: yarn test:e2e:ci

.github/workflows/runTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 18
11+
node-version: 20
1212
- run: yarn install
1313
- run: yarn build
1414
- run: yarn test:ci

0 commit comments

Comments
 (0)