Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE] Restructure Swift Package #376

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

dioKaratzas
Copy link
Collaborator

  • Moved source files to Sources/Web3Swift
  • Moved test files to Tests/Web3SwiftTests
  • Moved libs on root
  • Moved ZKSync source files to Sources/Web3ZkSync

@dioKaratzas dioKaratzas force-pushed the improvement/optimize-project branch 2 times, most recently from 6e1d719 to e7e4350 Compare August 14, 2024 16:34
.package(name: "BigInt", url: "https://github.com/attaswift/BigInt", from: "5.3.0"),
.package(name: "GenericJSON", url: "https://github.com/iwill/generic-json-swift", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/GigaBitcoin/secp256k1.swift.git", .upToNextMajor(from: "0.6.0")),
.package(url: "https://github.com/attaswift/BigInt", exact: "5.3.0"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

XCTAssertEqual(BigInt(hex: "")!, 0)

when updating to latest BigInt that assert fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant