File tree
339 files changed
+7530
-3266
lines changed- Documentation
- Pods
- BigInt
- sources
- EthereumABI
- EthereumABI
- Classes
- EthereumAddress
- EthereumAddress
- Classes
- Headers/Public/Starscream
- Pods.xcodeproj
- PromiseKit
- Extensions
- Foundation/Sources
- UIKit/Sources
- Sources
- SipHash
- SipHash
- Starscream
- Sources/Starscream
- 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
- Transaction/Classes
- Utils/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
+7530
-3266
lines changed.travis.yml
100644
100755
File mode changed.
+325-404
+10-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 |
| - | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
Podfile.lock
100644
100755
+27-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 | + | |
| 34 | + | |
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 | 50 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 |
| |
52 | 55 |
| |
53 |
| - | |
| 56 | + | |
| 57 | + | |
54 | 58 |
| |
55 |
| - | |
| 59 | + | |
56 | 60 |
| |
57 | 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.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Pods/Manifest.lock
100644
100755
+27-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments