Skip to content

Commit 17d7321

Browse files
Merge branch 'develop' into fix-random-init
2 parents cd5746d + f85ab50 commit 17d7321

File tree

2,134 files changed

+1164
-413420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,134 files changed

+1164
-413420
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,16 @@ jobs:
3232
run: swift package resolve
3333
- name: Build
3434
run: swift build --build-tests
35-
# - name: Run local tests
36-
# run: swift test --skip-build -c debug --filter localTests
35+
- name: Install ganache
36+
run: npm install ganache --global
37+
- name: Start ganache in background
38+
run: ganache &
39+
- name: Wait till ganache starts
40+
run: sleep 1
41+
- name: Run local tests
42+
run: swift test --skip-build -c debug --filter localTests
43+
# - name: Run remote tests
44+
# run: swift test --skip-build -c debug --filter remoteTests
3745
carthage:
3846
name: Carthage
3947
runs-on: macOS-11
@@ -53,5 +61,13 @@ jobs:
5361
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
5462
- name: Building framework
5563
run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
56-
# - name: Running local tests
57-
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
64+
- name: Install ganache
65+
run: npm install ganache --global
66+
- name: Start ganache in background
67+
run: ganache &
68+
- name: Wait till ganache starts
69+
run: sleep 1
70+
- name: Run local tests
71+
run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
72+
# - name: Run remote tests
73+
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,13 @@ Package.pins
4747
# you should judge for yourself, the pros and cons are mentioned at:
4848
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4949
#
50-
# Pods/
51-
# Example/web3swiftBrowser/Pods
50+
Example/**/Pods
5251

5352
# Carthage
5453
#
5554
# Add this line if you want to avoid checking in source code from Carthage dependencies.
56-
# Carthage/Checkouts
57-
58-
#Carthage/Build
55+
Carthage/Checkouts
56+
Carthage/Build
5957

6058
# fastlane
6159
#

CHANGELOG.md

Lines changed: 528 additions & 237 deletions
Large diffs are not rendered by default.

Carthage/Checkouts/BigInt/.codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.github/workflows/jazzy.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.github/workflows/swift.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.jazzy.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/BigInt/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)