Skip to content

Commit 093c08d

Browse files
authored
Merge pull request #69 from BANKEX/develop
add marshalling and unmarshalling signature as a part of Web3.Utils
2 parents 0314336 + bea6fa5 commit 093c08d

File tree

22 files changed

+2087
-1819
lines changed

22 files changed

+2087
-1819
lines changed

Example/web3swiftExample/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Alamofire (4.7.1)
2+
- Alamofire (4.7.2)
33
- Alamofire-Synchronous (4.0.0):
44
- Alamofire (~> 4.0)
55
- BigInt (3.0.1):
@@ -9,7 +9,7 @@ PODS:
99
- Result (3.0.0)
1010
- secp256k1_ios (0.1.3)
1111
- SipHash (1.2.0)
12-
- web3swift (0.5.1):
12+
- web3swift (0.5.5):
1313
- Alamofire (~> 4.7)
1414
- Alamofire-Synchronous (~> 4.0)
1515
- BigInt (~> 3.0.1)
@@ -38,19 +38,19 @@ EXTERNAL SOURCES:
3838

3939
CHECKOUT OPTIONS:
4040
web3swift:
41-
:commit: 229974c230086a54485a7fe136fbbb9b4fa89824
41+
:commit: 0314336d8c0ba9c9b0b0303d3f1cf73d149fcda1
4242
:git: https://github.com/bankex/web3swift.git
4343

4444
SPEC CHECKSUMS:
45-
Alamofire: 68d7d521118d49c615a8d2214d87cdf525599d30
45+
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
4646
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
4747
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
4848
CryptoSwift: bca8c5b653dcc2d9734409242a070ff53bafac86
4949
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
5050
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
5151
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5252
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
53-
web3swift: 3ca23513ffc6536fbe9d1437f62861159b14b887
53+
web3swift: c495b050198367cc00393d974e6a756ac3c9b7c1
5454

5555
PODFILE CHECKSUM: bdafe2b945771533e7dcc16ffe5f73ddd0d37406
5656

Example/web3swiftExample/Pods/Alamofire/README.md

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/Alamofire/Source/SessionDelegate.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/Alamofire/Source/SessionManager.swift

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/Local Podspecs/web3swift.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)