Skip to content

Commit

Permalink
Merge pull request #1095 from novasamatech/develop
Browse files Browse the repository at this point in the history
7.13.0 Support v15 runtime metadata & CheckMetadataHash signed extension
  • Loading branch information
ERussel authored Jun 13, 2024
2 parents 9364a35 + f0738eb commit 6ca764d
Show file tree
Hide file tree
Showing 1,010 changed files with 2,958 additions and 2,416 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RobinHood
import Operation_iOS
import SoraFoundation
import SoraKeystore
import BigInt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import RobinHood
import Operation_iOS
import SoraKeystore
import BigInt
import SoraFoundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import RobinHood
import Operation_iOS
import SoraKeystore
import BigInt
import SoraFoundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import RobinHood
import Operation_iOS
import SoraKeystore
import BigInt
import SoraFoundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import RobinHood
import Operation_iOS
import SoraKeystore
import BigInt
import SoraFoundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import RobinHood
import Operation_iOS
import SoraKeystore
import BigInt
import SoraFoundation
Expand Down
12 changes: 6 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ platform :ios, '14.0'
abstract_target 'novawalletAll' do
use_frameworks!

pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '1.17.0'
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '3.0.0'
pod 'SwiftLint'
pod 'R.swift', :inhibit_warnings => true
pod 'SoraKeystore', '~> 1.0.0'
pod 'SoraUI', :git => 'https://github.com/ERussel/UIkit-iOS.git', :tag => '1.13.0'
pod 'RobinHood', :git => 'https://github.com/ERussel/robinhood-ios.git', :tag => '2.6.1'
pod 'Operation-iOS', :git => 'https://github.com/novasamatech/Operation-iOS', :tag => '2.0.1'
pod 'SoraFoundation', :git => 'https://github.com/ERussel/Foundation-iOS.git', :tag => '1.1.0'
pod 'SwiftyBeaver'
pod 'ReachabilitySwift'
Expand All @@ -36,12 +36,12 @@ abstract_target 'novawalletAll' do
inherit! :search_paths

pod 'Cuckoo'
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '1.17.0'
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '3.0.0'
pod 'SoraFoundation', :git => 'https://github.com/ERussel/Foundation-iOS.git', :tag => '1.1.0'
pod 'R.swift', :inhibit_warnings => true
pod 'FireMock', :inhibit_warnings => true
pod 'SoraKeystore', '~> 1.0.0'
pod 'RobinHood', :git => 'https://github.com/ERussel/robinhood-ios.git', :tag => '2.6.1'
pod 'Operation-iOS', :git => 'https://github.com/novasamatech/Operation-iOS', :tag => '2.0.1'
pod 'Sourcery', '~> 1.4'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.10'
pod 'HydraMath', :git => 'https://github.com/novasamatech/hydra-math-swift.git', :tag => '0.1'
Expand All @@ -59,9 +59,9 @@ abstract_target 'novawalletAll' do
pod 'R.swift', :inhibit_warnings => true
pod 'SoraFoundation', :git => 'https://github.com/ERussel/Foundation-iOS.git', :tag => '1.1.0'
pod 'SoraKeystore', '~> 1.0.0'
pod 'RobinHood', :git => 'https://github.com/ERussel/robinhood-ios.git', :tag => '2.6.1'
pod 'Operation-iOS', :git => 'https://github.com/novasamatech/Operation-iOS', :tag => '2.0.1'
pod 'Sourcery', '~> 1.4'
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '1.17.0'
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '3.0.0'
end


Expand Down
32 changes: 16 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -817,13 +817,13 @@ PODS:
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- Operation-iOS (2.0.1)
- PromisesObjC (2.3.1)
- R.swift (5.4.0):
- R.swift.Library (~> 5.3.0)
- R.swift.Library (5.3.0)
- ReachabilitySwift (5.0.0)
- RecaptchaInterop (100.0.0)
- RobinHood (2.6.1)
- scrypt.c (0.1.1)
- secp256k1.c (0.1.2)
- SnapKit (5.0.1)
Expand Down Expand Up @@ -880,16 +880,16 @@ PODS:
- SoraUI/Skrull (1.13.0)
- Sourcery (1.4.1)
- Starscream (4.0.10)
- SubstrateSdk (1.17.0):
- SubstrateSdk (3.0.0):
- BigInt (~> 5.0)
- IrohaCrypto/ed25519 (~> 0.9.0)
- IrohaCrypto/Scrypt (~> 0.9.0)
- IrohaCrypto/secp256k1 (~> 0.9.0)
- IrohaCrypto/sr25519 (~> 0.9.0)
- IrohaCrypto/ss58 (~> 0.9.0)
- keccak.c (~> 0.1.0)
- Operation-iOS (~> 2.0.1)
- ReachabilitySwift (~> 5.0)
- RobinHood (~> 2.6.0)
- Starscream
- TweetNacl (~> 1.0.0)
- xxHash-Swift (~> 1.0.0)
Expand Down Expand Up @@ -944,16 +944,16 @@ DEPENDENCIES:
- FireMock
- HydraMath (from `https://github.com/novasamatech/hydra-math-swift.git`, tag `0.1`)
- Kingfisher
- Operation-iOS (from `https://github.com/novasamatech/Operation-iOS`, tag `2.0.1`)
- R.swift
- ReachabilitySwift
- RobinHood (from `https://github.com/ERussel/robinhood-ios.git`, tag `2.6.1`)
- SnapKit (~> 5.0.0)
- SoraFoundation (from `https://github.com/ERussel/Foundation-iOS.git`, tag `1.1.0`)
- SoraKeystore (~> 1.0.0)
- SoraUI (from `https://github.com/ERussel/UIkit-iOS.git`, tag `1.13.0`)
- Sourcery (~> 1.4)
- Starscream (from `https://github.com/ERussel/Starscream.git`, tag `4.0.10`)
- SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `1.17.0`)
- SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `3.0.0`)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`)
- SwiftAlgorithms (~> 1.0.0)
- SwiftFormat/CLI (~> 0.47.13)
Expand Down Expand Up @@ -1025,9 +1025,9 @@ EXTERNAL SOURCES:
HydraMath:
:git: https://github.com/novasamatech/hydra-math-swift.git
:tag: '0.1'
RobinHood:
:git: https://github.com/ERussel/robinhood-ios.git
:tag: 2.6.1
Operation-iOS:
:git: https://github.com/novasamatech/Operation-iOS
:tag: 2.0.1
SoraFoundation:
:git: https://github.com/ERussel/Foundation-iOS.git
:tag: 1.1.0
Expand All @@ -1039,7 +1039,7 @@ EXTERNAL SOURCES:
:tag: 4.0.10
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.17.0
:tag: 3.0.0
SVGKit:
:git: https://github.com/SVGKit/SVGKit.git
:tag: 3.0.0
Expand All @@ -1062,9 +1062,9 @@ CHECKOUT OPTIONS:
HydraMath:
:git: https://github.com/novasamatech/hydra-math-swift.git
:tag: '0.1'
RobinHood:
:git: https://github.com/ERussel/robinhood-ios.git
:tag: 2.6.1
Operation-iOS:
:git: https://github.com/novasamatech/Operation-iOS
:tag: 2.0.1
SoraFoundation:
:git: https://github.com/ERussel/Foundation-iOS.git
:tag: 1.1.0
Expand All @@ -1076,7 +1076,7 @@ CHECKOUT OPTIONS:
:tag: 4.0.10
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.17.0
:tag: 3.0.0
SVGKit:
:git: https://github.com/SVGKit/SVGKit.git
:tag: 3.0.0
Expand Down Expand Up @@ -1123,12 +1123,12 @@ SPEC CHECKSUMS:
Kingfisher: 6c3df386db71d82c0817a429d2c9421a77396529
leveldb-library: f03246171cce0484482ec291f88b6d563699ee06
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
Operation-iOS: 5f1c2cb82bf10f46b92faefc92d5821550b14eb5
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
R.swift: c533450b0f7dc494e0993f5f1a1db925d84c3006
R.swift.Library: 0fc583cb55a99e28901299cc451614cad1161962
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
RobinHood: bd66f17e8aeb64d2a739d4fe07e4725fc87919d5
scrypt.c: b42ae06183251329d2b2c620c226fb541a4a3592
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Expand All @@ -1137,7 +1137,7 @@ SPEC CHECKSUMS:
SoraUI: 1d1a25881d1d597f19bc55f82c99ee236cc1ab11
Sourcery: db66600e8b285c427701821598d07cf3c7e6c476
Starscream: 867607a51eafadc6402b5c6f6acc0d8efdb98746
SubstrateSdk: a67e5c58fc9a7b31f24e1dc43e7dd44568018c83
SubstrateSdk: 04c2fadf64483ebba8ec78999267305270017541
SVGKit: 132b010efbf57ec345309fe4a7f627c0a40c5d63
SwiftAlgorithms: 38dda4731d19027fdeee1125f973111bf3386b53
SwiftFormat: 73573b89257437c550b03d934889725fbf8f75e5
Expand All @@ -1152,6 +1152,6 @@ SPEC CHECKSUMS:
ZMarkupParser: a92d31ba40695b790f1da5fec98c3d4505341aff
ZNSTextAttachment: 1ddd53660a8d3c42dbb716bf6866ffce22c44181

PODFILE CHECKSUM: c8e060f3aa2050b8fd7f71a46a8af5a150e1b6ed
PODFILE CHECKSUM: cfaaa2e46421095703931ad96387e1660d1734f0

COCOAPODS: 1.15.2
Loading

0 comments on commit 6ca764d

Please sign in to comment.