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

SEP-10: Add muxed account and memo support #521

Merged

Conversation

JakeUrban
Copy link
Contributor

@JakeUrban JakeUrban commented Sep 16, 2021

Allows muxed accounts to be passed for client_account_id and adds a memo parameter to ChallengeTransaction and build_challenge_transaction(). These changes implement the specification's update for pooled/shared/omnibus account support: #1036.

These changes should be backported to all major versions that have the ChallengeTransaction class.

@codecov
Copy link

codecov bot commented Sep 16, 2021

Codecov Report

Merging #521 (a9a91a5) into master (6515f26) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #521   +/-   ##
=======================================
  Coverage   99.03%   99.04%           
=======================================
  Files         137      137           
  Lines        9537     9629   +92     
=======================================
+ Hits         9445     9537   +92     
  Misses         92       92           
Flag Coverage Δ
unittests 99.04% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stellar_sdk/sep/stellar_web_authentication.py 94.66% <100.00%> (+0.35%) ⬆️
tests/sep/test_stellar_web_authentication.py 100.00% <100.00%> (ø)

@overcat overcat changed the base branch from master to v4 September 16, 2021 23:37
@overcat overcat changed the base branch from v4 to v4-dev September 16, 2021 23:40
@overcat overcat merged commit 89dfe6a into StellarCN:v4-dev Sep 16, 2021
@JakeUrban JakeUrban deleted the sep10-muxed-account-and-memo-support branch September 16, 2021 23:43
overcat pushed a commit that referenced this pull request Sep 16, 2021
Allows muxed accounts to be passed for client_account_id and adds a memo parameter to ChallengeTransaction and build_challenge_transaction(). These changes implement the specification's update for pooled/shared/omnibus account support: #1036.

These changes should be backported to all major versions that have the ChallengeTransaction class.
overcat pushed a commit that referenced this pull request Sep 16, 2021
Allows muxed accounts to be passed for client_account_id and adds a memo parameter to ChallengeTransaction and build_challenge_transaction(). These changes implement the specification's update for pooled/shared/omnibus account support: #1036.

These changes should be backported to all major versions that have the ChallengeTransaction class.
@overcat
Copy link
Member

overcat commented Sep 17, 2021

Hi @JakeUrban, thanks for your contribution, I have included it in v4.2.0.

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.

None yet

2 participants