File tree
339 files changed
+1749
-2300
lines changed- Pods
- BigInt
- sources
- EthereumABI
- EthereumABI
- Classes
- EthereumAddress
- EthereumAddress
- Classes
- Pods.xcodeproj
- PromiseKit
- Extensions
- Foundation/Sources
- UIKit/Sources
- Sources
- SipHash
- SipHash
- SwiftRLP
- Classes
- SwiftRLP
- Target Support Files
- BigInt-iOS
- BigInt-macOS
- CryptoSwift-iOS
- CryptoSwift-macOS
- EthereumABI-iOS
- EthereumABI-macOS
- EthereumAddress-iOS
- EthereumAddress-macOS
- Pods-web3swift-iOS
- Pods-web3swift-iOS_Tests
- Pods-web3swift-macOS
- Pods-web3swift-macOS_Tests
- PromiseKit
- PromiseKit.root-CorePromise-Foundation
- SipHash-iOS
- SipHash-macOS
- Starscream-iOS
- Starscream-macOS
- SwiftRLP-iOS
- SwiftRLP-macOS
- secp256k1_swift-iOS
- secp256k1_swift-macOS
- secp256k1_swift/Classes/secp256k1
- contrib
- include
- src
- modules/ecdh
- TestToken
- Helpers
- SafeMath
- TokenBasics
- Token
- web3swift
- Contract/Classes
- Convenience/Classes
- HookedFunctions/Classes
- KeystoreManager/Classes
- ObjectiveCbridge/Classes
- Promises/Classes
- web3swift-macOS_Tests
- web3swift.xcodeproj
- web3swift.xcworkspace
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
339 files changed
+1749
-2300
lines changed.travis.yml
100644
100755
File mode changed.
+10-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Podfile.lock
100644
100755
+23-23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
|
Pods/BigInt/LICENSE.md
100644
100755
File mode changed.
Pods/BigInt/README.md
100644
100755
File mode changed.
Pods/BigInt/sources/Addition.swift
100644
100755
File mode changed.
Pods/BigInt/sources/BigInt.swift
100644
100755
File mode changed.
Pods/BigInt/sources/BigUInt.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Bitwise Ops.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Codable.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Comparable.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Data Conversion.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Division.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Exponentiation.swift
100644
100755
File mode changed.
File mode changed.
Pods/BigInt/sources/GCD.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Hashable.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Integer Conversion.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Multiplication.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Prime Test.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Random.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Shifts.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Square Root.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Strideable.swift
100644
100755
File mode changed.
Pods/BigInt/sources/String Conversion.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Subtraction.swift
100644
100755
File mode changed.
Pods/BigInt/sources/Words and Bits.swift
100644
100755
File mode changed.
File mode changed.
Pods/EthereumABI/EthereumABI/EthereumABI.h
100644
100755
File mode changed.
Pods/EthereumABI/LICENSE
100644
100755
File mode changed.
Pods/EthereumABI/README.md
100644
100755
File mode changed.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File mode changed.
File mode changed.
Pods/EthereumAddress/LICENSE
100644
100755
File mode changed.
Pods/EthereumAddress/README.md
100644
100755
File mode changed.
Pods/Manifest.lock
100644
100755
+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments