-
Notifications
You must be signed in to change notification settings - Fork 6
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
…tories, and namespaces as appropriate.
…espace - opting for Sequence.Core instead.
…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.
…tract transaction
…nd ripped System.Linq out of another class.
…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.
…ntegration_withTests
… into Feature/WaaSIntegration_withTests
…easier to subscribe to.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contains #28 #41 #42 #43 #44 and #45 in a single PR