Skip to content

Commit 4e55b79

Browse files
authored
Merge pull request #185 from BANKEX/develop
fix assigning user gas limit before sending a transaction
2 parents 64a7b74 + 65e3e1a commit 4e55b79

16 files changed

+122
-83
lines changed

Podfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
def import_pods
2-
# pod 'Alamofire', '~> 4.7'
3-
# pod 'Alamofire-Synchronous', '~> 4.0'
4-
pod "PromiseKit", "~> 6.0"
5-
pod 'BigInt', '~> 3.0.1'
2+
pod "PromiseKit", "~> 6.3"
3+
pod 'BigInt', '~> 3.1.0'
64
pod 'CryptoSwift', '~> 0.10.0'
75
pod 'Result', '~> 3.0.0'
86
pod 'libsodium', :modular_headers => true

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- BigInt (3.0.1):
2+
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
44
- CryptoSwift (0.10.0)
55
- libsodium (1.0.12)
@@ -17,10 +17,10 @@ PODS:
1717
- SipHash (1.2.2)
1818

1919
DEPENDENCIES:
20-
- BigInt (~> 3.0.1)
20+
- BigInt (~> 3.1.0)
2121
- CryptoSwift (~> 0.10.0)
2222
- libsodium
23-
- PromiseKit (~> 6.0)
23+
- PromiseKit (~> 6.3)
2424
- Result (~> 3.0.0)
2525
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2626

@@ -43,14 +43,14 @@ CHECKOUT OPTIONS:
4343
:git: https://github.com/shamatar/secp256k1_ios.git
4444

4545
SPEC CHECKSUMS:
46-
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
46+
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
4747
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
4848
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
4949
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
5050
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
5151
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5252
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5353

54-
PODFILE CHECKSUM: 33b88104c0e3c95fe413feb0b3b3a1e30c9cfb58
54+
PODFILE CHECKSUM: 693ca0807c60f75760d9a1fb2f1f3f534e248f10
5555

5656
COCOAPODS: 1.5.3

Pods/BigInt/README.md

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

Pods/BigInt/sources/BigUInt.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.

Pods/BigInt/sources/Codable.swift

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

Pods/BigInt/sources/Random.swift

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

Pods/BigInt/sources/String Conversion.swift

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

0 commit comments

Comments
 (0)