Dionysis Karatzas

Results 9 issues of Dionysis Karatzas

I have a situation where an input is optional but i must validate the null values. So according to the documentation i made this validation chain: ``` javascript check("postalCode") .optional({nullable...

Also, better to modify CI to run formatter tool to ensure there's no changes needed before merging _Originally posted by @DarthMike in https://github.com/argentlabs/web3.swift/issues/244#issuecomment-1160443793_

enhancement

Update README with all the Features and supported Standards

enhancement

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

Update BigInt to 5.7.0 - Pin secp256k1.swift to exact version 0.12.2 - Update Swift package dependencies (NIO, collections, HTTP types, etc.) - Add new Swift package dependencies (swift-asn1, swift-async-algorithms, swift-certificates,...

dependencies

Resolves: #72 Blocked till Swift 6.2 release Summary: - Added SQLCipher plugin with build configuration - Added CSQLCipher module with headers and sources - Added conditional compilation for SQLCipher vs...