Skip to content

Commit

Permalink
fix assigning user gas limit before sending a transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Jul 12, 2018
1 parent ce1d082 commit 65e3e1a
Show file tree
Hide file tree
Showing 16 changed files with 122 additions and 83 deletions.
6 changes: 2 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
def import_pods
# pod 'Alamofire', '~> 4.7'
# pod 'Alamofire-Synchronous', '~> 4.0'
pod "PromiseKit", "~> 6.0"
pod 'BigInt', '~> 3.0.1'
pod "PromiseKit", "~> 6.3"
pod 'BigInt', '~> 3.1.0'
pod 'CryptoSwift', '~> 0.10.0'
pod 'Result', '~> 3.0.0'
pod 'libsodium', :modular_headers => true
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BigInt (3.0.1):
- BigInt (3.1.0):
- SipHash (~> 1.2)
- CryptoSwift (0.10.0)
- libsodium (1.0.12)
Expand All @@ -17,10 +17,10 @@ PODS:
- SipHash (1.2.2)

DEPENDENCIES:
- BigInt (~> 3.0.1)
- BigInt (~> 3.1.0)
- CryptoSwift (~> 0.10.0)
- libsodium
- PromiseKit (~> 6.0)
- PromiseKit (~> 6.3)
- Result (~> 3.0.0)
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)

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

SPEC CHECKSUMS:
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4

PODFILE CHECKSUM: 33b88104c0e3c95fe413feb0b3b3a1e30c9cfb58
PODFILE CHECKSUM: 693ca0807c60f75760d9a1fb2f1f3f534e248f10

COCOAPODS: 1.5.3
70 changes: 35 additions & 35 deletions Pods/BigInt/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/BigInt/sources/BigUInt.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Pods/BigInt/sources/Codable.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions Pods/BigInt/sources/Random.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 11 additions & 9 deletions Pods/BigInt/sources/String Conversion.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 65e3e1a

Please sign in to comment.