Skip to content

Commit 4bca11f

Browse files
tests
1 parent ac82599 commit 4bca11f

Some content is hidden

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

46 files changed

+1
-12105
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "web3swift", targets: ["web3swift"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
15+
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
1717
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
1818
],

Sources/secp256k1/basic-config.h

-33
This file was deleted.

Sources/secp256k1/ecdh_impl.h

-54
This file was deleted.

Sources/secp256k1/ecdsa.h

-21
This file was deleted.

0 commit comments

Comments
 (0)