This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Add Accountsdb plugin documentations#21746
Merged
lijunwangs merged 12 commits intosolana-labs:masterfrom Dec 10, 2021
Merged
Conversation
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Contributor
CriesofCarrots
left a comment
There was a problem hiding this comment.
Thanks for the wrapping! A few typos and grammar fixes. Info looks good!
At first, I wasn't sure about having all the postgres specifics, but it's useful as a complete walkthrough and offering non-default configuration details, so I came around :)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
CriesofCarrots
previously approved these changes
Dec 10, 2021
Contributor
CriesofCarrots
left a comment
There was a problem hiding this comment.
r+ a couple nits, then ![]()
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Pull request has been modified.
lijunwangs
added a commit
to lijunwangs/solana
that referenced
this pull request
Dec 11, 2021
Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation. Updated the rust documentation for the plugin interfaces for accounts and slot. This changes are targeted for v1.8. Information about transactions will be updated later.
lijunwangs
added a commit
to lijunwangs/solana
that referenced
this pull request
Dec 11, 2021
Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation. Updated the rust documentation for the plugin interfaces for accounts and slot. This changes are targeted for v1.8. Information about transactions will be updated later.
lijunwangs
added a commit
that referenced
this pull request
Dec 11, 2021
Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation. Updated the rust documentation for the plugin interfaces for accounts and slot. This changes are targeted for v1.8. Information about transactions will be updated later.
lijunwangs
added a commit
to lijunwangs/solana
that referenced
this pull request
Dec 11, 2021
Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation. Updated the rust documentation for the plugin interfaces for accounts and slot. This changes are targeted for v1.8. Information about transactions will be updated later.
lijunwangs
added a commit
that referenced
this pull request
Dec 11, 2021
* Add Accountsdb plugin documentations (#21746) Add the public facing documentation about the plugin framework: explaining the interface, how to load plugin and the example PostgreSQL plugin implementation. Updated the rust documentation for the plugin interfaces for accounts and slot. This changes are targeted for v1.8. Information about transactions will be updated later. * fmt issue
t-nelson
added a commit
to t-nelson/solana
that referenced
this pull request
Dec 13, 2021
…ana-labs#21798)" This reverts commit 51cab5d.
tao-stones
pushed a commit
that referenced
this pull request
Dec 13, 2021
CriesofCarrots
pushed a commit
to CriesofCarrots/solana
that referenced
this pull request
Dec 16, 2021
…) (solana-labs#21798)"" This reverts commit 09c68ce.
CriesofCarrots
pushed a commit
that referenced
this pull request
Dec 17, 2021
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Summary of Changes
Fixes #