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

Support protocol 14 #108

Merged
merged 16 commits into from
Oct 20, 2020
Merged

Support protocol 14 #108

merged 16 commits into from
Oct 20, 2020

Conversation

nebolsin
Copy link
Member

@nebolsin nebolsin commented Oct 6, 2020

Fixes #106

  • Update XDR definitions to protocol 14 stellar-core v14.1.1
  • Integrate new operations into TransactionBuilder
  • Add helpers to simplify operations involving ClaimPredicates and CreateClaimableBalanceOp
  • Add specs and examples for CAP-23 Two-Part Payments (CreateClaimableBalance operation, ClaimPredicate, etc)
  • Add specs and examples for CAP-33 Sponsored Reserves

@nebolsin nebolsin force-pushed the protocol14 branch 2 times, most recently from 042ac4d to a8c70b4 Compare October 13, 2020 07:25
@nebolsin nebolsin force-pushed the protocol14 branch 3 times, most recently from 4ffd731 to 86db68a Compare October 20, 2020 09:14
@nebolsin nebolsin marked this pull request as ready for review October 20, 2020 14:04
@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 9 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2020

[stellar-sdk] Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2020

[stellar-base] Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@nebolsin nebolsin merged commit 03c94ac into master Oct 20, 2020
@nebolsin nebolsin deleted the protocol14 branch October 22, 2020 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Protocol 14 support
2 participants