Skip to content

Conversation

dioKaratzas
Copy link
Contributor

  • 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
Contributor 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