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

UI work for 0.3.x #28

Merged
merged 32 commits into from
Feb 10, 2023
Merged

UI work for 0.3.x #28

merged 32 commits into from
Feb 10, 2023

Conversation

aaroncox
Copy link
Member

No description provided.

These interfaces are used to help dictate how the WalletPlugin behaves and what is shown in the UserInterface.
Decided against a terser since we still want code to be readable for developers who are debugging, but the comments aren't exactly needed. Developers in their own applications should handle tersing the code in their production builds.
This is a breaking change from 0.2.x to 0.3.x.

This change moves the required parameters into the SessionArgs as the first value of the constructor, and then moves all optional values as SessionArgs into the 2nd parameter of the constructor.

The goal is to make it easier to understand which values are required and which values are optional when manually creating a Session.
1st - subject matter of the call (if specific)
2nd - context (if exists)
3rd - options (if exists)
@aaroncox aaroncox merged commit 1fa5202 into v0.3.x Feb 10, 2023
@aaroncox aaroncox deleted the ui branch February 21, 2023 17:26
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