You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: introduces namespacing, error classes and renames legacy types (#14)
* Initial refactoring
Namespaced everything
Json fileds to properties
Enums for types (instead of strings)
DateTime conversion for view models.
PlayerPrefs type safety
Enums formatting
* Added additional editorconfig options for clarity
* Renamed RpcProvider to EthereumWalletProvider.
* Fixed refactor names.
* Additional post refactor fix.
* Dotnet format
* Exception cleanup
* IDisposable for EmbeddedWalletManager so it can properly cleanup listeners.
* Added SafeFireAndForget to Utils since we use it in multiple places.
* PrivyUser is now internal exposing just an interface.
* PR cleanup
Added null‑checks/try‑catches in token helpers and unsubscribed auth event
Corrected .editorconfig key
Hardened README samples
Added InternalError enum & refined OTP error mapping
Used SafeFireAndForget with logging for initialization
Fixed misleading exception message in wallet manager
* PR Feedback EmbeddedWallets -> EmbeddedEthereumWallets
EmbeddedWallets is deprecated, use EmbeddedEthereumWallets now.
* Updated PrivyUser to use new EmbeddedEthereumWallets
Updated PrivyUser to use new EmbeddedEthereumWallets
* Harden exception handling
Harden exception handling by using numeric status codes instead of parsing string values.
* Update SDK/README.md
Remove extra comment
Co-authored-by: Lucas Lois <lucas.lois@privy.io>
* Update SDK/README.md
Explicit types
Co-authored-by: Lucas Lois <lucas.lois@privy.io>
* Update SDK/README.md
removed internal comment
Co-authored-by: Lucas Lois <lucas.lois@privy.io>
* Doc update
* Update preferred modifier order
* Made TaskExtension internal.
* Remove ms conversion logic.
* Rename CreateWallet -> CreateEthereumWallet
* Renamed CreateWalletAtHdIndex -> CreateEthereumWalletAtHdIndex
* Update enums to reflect OAuth
* Addressed PR feedback.
---------
Co-authored-by: Lucas Lois <lucas.lois@privy.io>
0 commit comments