solana-with-rpc-optimizations/transaction-status/src
Yihau Chen 94cb88ffad
add solana-ledger-tool bigtable copy (#28122)
* init copy cmd

* extract creating emulator connection logic

* extract copy args as struct

* add new_for_emulator

* add tryFrom confirmed block to versioned block

* implement bigtable copy command

* use 'force' flag to force upload

* use unwrap_or

* remove redundant importing

* fix nightly lint

* explicit transactions missing error

* process ending_slot

* prevent start slot > end slot

* print skip slots in debug level

* fix destination bigtable should not be readonly

* combine is-emulator and endpoint to emulated source. conflict with crenditial path

* wording

* log some error messages with error level

* nightly lint

* add dry-run

* extract create bigtable instances logic

* use a lighter way to check block

* use the latest futures version which is used in the repo

* use futures = "0.3"

Co-authored-by: Tyera <teulberg@gmail.com>

* wording

Co-authored-by: Tyera <teulberg@gmail.com>

* wording

Co-authored-by: Tyera <teulberg@gmail.com>

Co-authored-by: Tyera <teulberg@gmail.com>
2023-01-09 11:23:35 +08:00
..
parse_token/extension
extract_memos.rs
lib.rs add solana-ledger-tool bigtable copy (#28122) 2023-01-09 11:23:35 +08:00
option_serializer.rs
parse_accounts.rs
parse_address_lookup_table.rs
parse_associated_token.rs
parse_bpf_loader.rs
parse_instruction.rs
parse_stake.rs
parse_system.rs
parse_token.rs
parse_vote.rs
token_balances.rs