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

XDR types for Operation Results #78

Closed
51 tasks done
Tracked by #8
juanhurtado10 opened this issue Oct 11, 2021 · 0 comments
Closed
51 tasks done
Tracked by #8

XDR types for Operation Results #78

juanhurtado10 opened this issue Oct 11, 2021 · 0 comments
Labels
📍 Work in progress Current work in progress

Comments

@juanhurtado10
Copy link
Contributor

juanhurtado10 commented Oct 11, 2021

ℹ️ This issue is part of the Epic #8

Objective

To implement the XDR OperationResults types specified in https://github.com/stellar/stellar-core/blob/master/src/xdr/Stellar-transaction.x

Checklist

  • OperationResultCode
  • OperationResult
  • CreateAccountResultCode
  • CreateAccountResult
  • PaymentResultCode
  • PaymentResult
  • SimplePaymentResult
  • PathPaymentStrictReceiveResultCode
  • PathPaymentStrictReceiveResult
  • ManageSellOfferResultCode
  • ManageSellOfferResult
  • ManageOffer
  • ManageOfferEffect
  • SetOptionsResultCode
  • SetOptionsResult
  • ChangeTrustResultCode
  • ChangeTrustResult
  • AllowTrustResultCode
  • AllowTrustResult
  • AccountMergeResultCode
  • AccountMergeResult
  • InflationResultCode
  • InflationResult
  • ManageDataResultCode
  • ManageDataResult
  • BumpSequenceResultCode
  • BumpSequenceResult
  • ManageBuyOfferResultCode
  • ManageBuyOfferResult
  • PathPaymentStrictSendResultCode
  • PathPaymentStrictSendResult
  • CreateClaimableBalanceResultCode
  • CreateClaimableBalanceResult
  • ClaimClaimableBalanceResultCode
  • ClaimClaimableBalanceResult
  • BeginSponsoringFutureReservesResultCode
  • BeginSponsoringFutureReservesResult
  • EndSponsoringFutureReservesResultCode
  • EndSponsoringFutureReservesResult
  • RevokeSponsorshipResultCode
  • RevokeSponsorshipResult
  • ClawbackResultCode
  • ClawbackResult
  • ClawbackClaimableBalanceResultCode
  • ClawbackClaimableBalanceResult
  • SetTrustLineFlagsResultCode
  • SetTrustLineFlagsResult
  • LiquidityPoolDepositResultCode
  • LiquidityPoolDepositResult
  • LiquidityPoolWithdrawResultCode
  • LiquidityPoolWithdrawResult
@juanhurtado10 juanhurtado10 mentioned this issue Oct 11, 2021
15 tasks
@juanhurtado10 juanhurtado10 added the ➡️ Next up Next task to be tackled label Oct 12, 2021
@juanhurtado10 juanhurtado10 added 📍 Work in progress Current work in progress and removed ➡️ Next up Next task to be tackled labels Oct 12, 2021
einerzg pushed a commit to einerzg/stellar_base that referenced this issue Apr 15, 2022
* Improve the time bounds module

* Implement a TxBuild behaviour

* Relocate Keypair API module

* Add default params value

* Adds a TxBuild structure

* Update module docs

* new add_operations/2 function

* Fix typo

* Fix dialyzer warnings relted to operation types

* Remove unused alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📍 Work in progress Current work in progress
Projects
None yet
Development

No branches or pull requests

1 participant