Skip to content

Commit 7b66e9e

Browse files
committed
Implement EIP681 parser (untested)
1 parent c232d91 commit 7b66e9e

35 files changed

+1964
-1138
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def import_pods
2-
pod 'scrypt', '~> 1.6'
2+
pod 'scrypt', '~> 1.7'
33
pod "PromiseKit", "~> 6.3"
44
pod 'BigInt', '~> 3.1'
55
pod 'CryptoSwift', '~> 0.11'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- PromiseKit/UIKit (6.4.0):
1313
- PromiseKit/CorePromise
1414
- Result (3.2.4)
15-
- scrypt (1.6):
15+
- scrypt (1.7):
1616
- CryptoSwift (~> 0.11)
1717
- secp256k1_ios (0.1.3)
1818
- SipHash (1.2.2)
@@ -22,7 +22,7 @@ DEPENDENCIES:
2222
- CryptoSwift (~> 0.11)
2323
- PromiseKit (~> 6.3)
2424
- Result (~> 3.0)
25-
- scrypt (~> 1.6)
25+
- scrypt (~> 1.7)
2626
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2727

2828
SPEC REPOS:
@@ -48,10 +48,10 @@ SPEC CHECKSUMS:
4848
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
4949
PromiseKit: ae3616f45d7bb9bf4ff1e91abc9b7a8c48a340e0
5050
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
51-
scrypt: 9b08b4f2a45cb38d17026feb7e287cfca1603125
51+
scrypt: a828bd579086977f6db7f9798d1c6332ccaaed4e
5252
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5353
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5454

55-
PODFILE CHECKSUM: 6adb2e455ccff337782d78f394b1fdaa1d087882
55+
PODFILE CHECKSUM: f536cef086b9f22f5c02cedf59f84825befa9b5f
5656

5757
COCOAPODS: 1.5.3

Pods/Headers/Private/scrypt/Cimpl.h

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

Pods/Manifest.lock

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

Pods/Pods.xcodeproj/project.pbxproj

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

Pods/Target Support Files/Pods-web3swift-iOS/Pods-web3swift-iOS.debug.xcconfig

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

Pods/Target Support Files/Pods-web3swift-iOS/Pods-web3swift-iOS.release.xcconfig

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

Pods/Target Support Files/Pods-web3swift-iOS_Tests/Pods-web3swift-iOS_Tests.debug.xcconfig

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

Pods/Target Support Files/Pods-web3swift-iOS_Tests/Pods-web3swift-iOS_Tests.release.xcconfig

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

Pods/Target Support Files/Pods-web3swift-macOS/Pods-web3swift-macOS.debug.xcconfig

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

0 commit comments

Comments
 (0)