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

Entire WaaS integration in one PR #46

Closed
wants to merge 142 commits into from

Conversation

BellringerQuinn
Copy link
Contributor

@BellringerQuinn BellringerQuinn commented Dec 8, 2023

Contains #28 #41 #42 #43 #44 and #45 in a single PR

…eir own files. Expanded ISignature to contain additional methods that were added recently
…ng and an Address can be implicitly converted between one and another. This means that an instance of the Address class is not necessarily a valid Ethereum address.
… the constructor. This allows us to guarantee that an Address is a valid Ethereum address
…ds for bool, UInt16, and UInt32 - added unit tests for these extensions.
…the IWallet defined in SequenceWaaS. The adapter implements SequenceEthereum-IWallet using SequenceWaaS-IWallet as a dependency. Implemented the GetAddress adapter - note that since SequenceWaaS and SequenceEthereum have a different concept of what a wallet is, some of SequenceEthereum-IWallet may need to be modified slightly. For example: when implementing GetAddress, I've added an optional parameter to the method to specify the accountIndex as SequenceWaaS wallets can have multiple accounts/addresses while SequenceEthereum wallets have only one.
…via social login or email login). If a user most recently logged in via email but goes to log in with a different email, open the InfoPopupPanel and notify the user that they are logging in with a different email than last time. Similarly, if the user last logged in with email, automatically fill the email field with the email the user used last. For social login, include the email most recently used as the login_hint during the request.
…erify the signature coming from a wallet that was not created by our SequenceEthereum library, especially a smart contract wallet, as with the case of WaaS. For now, testing that signatures are valid will have to come from the WaaS API side.
…method and is not relevant to this SDK anymore). This allowed us to clean up the WaaS.IWallet interface
…herCheckers. Fix error messages from HttpClient. Add additional test for adapter sending batch transactions.
@BellringerQuinn BellringerQuinn marked this pull request as ready for review December 8, 2023 13:52
@BellringerQuinn BellringerQuinn deleted the Feature/WaaSIntegration_withTests branch December 19, 2023 22:13
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