From 6de9ef62e8099e9fc7312af28f0b918aaa0cb2f3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 02:07:17 +0000 Subject: [PATCH] docs: Amend RPC Transaction History proposal (#20794) (#20812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Problem The initial proposal ruled out implementing BigTable queries for the `getBlockTime` RPC, but then it was implemented a couple months later. Indicating that the functionality was never implemented in the "implemented-proposals" document is a little confusing, so let's bring the document in line with what actually happened. 🦾 # Summary of Changes Remove the blurb about how `getBlockTime` was going to be deprecated and add it to the list of calls that didn't yet support BigTable queries at the time the proposal was written. (cherry picked from commit 0c7bade0b2aa3f04ab409c509e2405051bcd00b2) Co-authored-by: Arthur Burkart --- docs/src/implemented-proposals/rpc-transaction-history.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/implemented-proposals/rpc-transaction-history.md b/docs/src/implemented-proposals/rpc-transaction-history.md index 41bc960e42..4853d19e6f 100644 --- a/docs/src/implemented-proposals/rpc-transaction-history.md +++ b/docs/src/implemented-proposals/rpc-transaction-history.md @@ -16,10 +16,7 @@ The affected RPC endpoints are: - [getConfirmedSignaturesForAddress](developing/clients/jsonrpc-api.md#getconfirmedsignaturesforaddress) - [getConfirmedTransaction](developing/clients/jsonrpc-api.md#getconfirmedtransaction) - [getSignatureStatuses](developing/clients/jsonrpc-api.md#getsignaturestatuses) - -Note that [getBlockTime](developing/clients/jsonrpc-api.md#getblocktime) -is not supported, as once https://github.com/solana-labs/solana/issues/10089 is -fixed then `getBlockTime` can be removed. +- [getBlockTime](developing/clients/jsonrpc-api.md#getblocktime) Some system design constraints: