We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This epic defines all Horizon and SDK work that pertains to Protocol 22.
References:
getledgerentry
Note: All work should target a feature branch: RPC is v22-breaking-changes and the Go monorepo is protocol-22.
v22-breaking-changes
protocol-22
This phase involves adding support for all of the plumbing we'll need for the actual feature work:
This phase involves incorporating Core's changes across the stack as well as our own breaking changes:
getLedgerEntries()
/getledgerentry
getLedgerEntry
getledgerentryraw
The text was updated successfully, but these errors were encountered:
async-txsub
ErrorResultXDR
error_result_xdr
AsyncTransactionSubmissionResponse
No branches or pull requests
Protocol 22: Constructors
This epic defines all Horizon and SDK work that pertains to Protocol 22.
References:
getledgerentry
stellar-core#4350Note: All work should target a feature branch: RPC is
v22-breaking-changes
and the Go monorepo isprotocol-22
.Phase 1: Support
This phase involves adding support for all of the plumbing we'll need for the actual feature work:
Phase 2: Integration
This phase involves incorporating Core's changes across the stack as well as our own breaking changes:
getLedgerEntries()
with a proxy to Core's/getledgerentry
. stellar-rpc#269getLedgerEntry
endpoint stellar-rpc#258getledgerentryraw
endpoint #5455The text was updated successfully, but these errors were encountered: