Skip to content

PrivMX Endpoint Swift 2.3.0 #49

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

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

PrivMX Endpoint Swift 2.3.0 #49

wants to merge 41 commits into from

Conversation

Drejzer
Copy link
Member

@Drejzer Drejzer commented May 19, 2025

No description provided.

Merging patch 2.2.1
and syncing dev with main
Switched to PrivMX Endpoint v2.3.1-rc1
* Included new public headers

* Cxx part of implementing setUserVerifier

* Swift part of implementing setUserVerifier
* Cxx wrapper

* New error cases for cryptoApi methods

* missing error case

* Added Swift part of the wrapper for the new methods.

* Added docs for the new methods (copied from cpp) + code fix

* corrected throw error case in conversin method
* leverage Buffer == operator in FileVector comparison

* Added ExtKey wrapper

* Added BIP39 wrapper

* Workaround for swiftlang/swift#81327

* ExtKey docs

* BIP39 docs
* Added nonthrowing wrapper for Utils

* added new error cases

* Added swift enums with static methods for utils methods
@Drejzer Drejzer self-assigned this May 19, 2025
///
/// - Parameter data: string to split
/// - Parameter delimiter: string which will be split
/// - Returns: vector containing all split parts
Copy link
Member

Choose a reason for hiding this comment

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

This description was updated in Core C++, this is the new version:

  • Splits a string using the provided delimiter.
  • @param data the string to be split
  • @param delimiter
  • @return split parts

Copy link
Member Author

Choose a reason for hiding this comment

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

This update did not make it to 2.3.0 release of the C++ library
@zurekz

…st` to `resultVector` and `requestVector` fields respectively
@Drejzer Drejzer added this to the 2.3.x milestone May 20, 2025
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.

4 participants