Skip to content

Commit eeeec1d

Browse files
author
Alex Vlasov
committed
fix transaction sending regression, update example with use of convenience functions
1 parent d29f3c7 commit eeeec1d

File tree

51 files changed

+3076
-2243
lines changed

Some content is hidden

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

51 files changed

+3076
-2243
lines changed

Example/web3swiftExample/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5):
12+
- web3swift (0.7.0):
1313
- Alamofire (~> 4.7)
1414
- Alamofire-Synchronous (~> 4.0)
1515
- BigInt (~> 3.0.1)
@@ -22,7 +22,7 @@ DEPENDENCIES:
2222
- web3swift (from `https://github.com/bankex/web3swift.git`)
2323

2424
SPEC REPOS:
25-
https://github.com/CocoaPods/Specs.git:
25+
https://github.com/cocoapods/specs.git:
2626
- Alamofire
2727
- Alamofire-Synchronous
2828
- BigInt
@@ -38,7 +38,7 @@ EXTERNAL SOURCES:
3838

3939
CHECKOUT OPTIONS:
4040
web3swift:
41-
:commit: 72b40c0679a38b3b186669e22af5e1d79b398ac3
41+
:commit: 6c98428d55c147c29afba5b9787a538bb44fd278
4242
:git: https://github.com/bankex/web3swift.git
4343

4444
SPEC CHECKSUMS:
@@ -50,8 +50,8 @@ SPEC CHECKSUMS:
5050
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
5151
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5252
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
53-
web3swift: c495b050198367cc00393d974e6a756ac3c9b7c1
53+
web3swift: 8f1248592ee8446a03b0ed6e0df15147d60d4202
5454

5555
PODFILE CHECKSUM: bdafe2b945771533e7dcc16ffe5f73ddd0d37406
5656

57-
COCOAPODS: 1.5.0
57+
COCOAPODS: 1.5.2

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

Lines changed: 3 additions & 3 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.

Example/web3swiftExample/Pods/Pods.xcodeproj/project.pbxproj

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

Example/web3swiftExample/Pods/Target Support Files/Pods-web3swiftExample/Pods-web3swiftExample-resources.sh

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/Target Support Files/web3swift/Info.plist

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/Target Support Files/web3swift/web3swift.xcconfig

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/web3swift/README.md

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

Example/web3swiftExample/Pods/web3swift/web3swift/ABI/Classes/ABIEncoder.swift

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

Example/web3swiftExample/Pods/web3swift/web3swift/ABIv2/Classes/ABIv2Decoding.swift

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

0 commit comments

Comments
 (0)