solana-with-rpc-optimizations/account-decoder/src
behzad nouri 12da2da389
fixes errors from clippy::redundant_clone (#29536)
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
2023-01-05 18:42:19 +00:00
..
lib.rs RPC: respect data slice config if account parsing fails (#28387) 2022-10-19 16:49:12 +08:00
parse_account_data.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
parse_address_lookup_table.rs fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
parse_bpf_loader.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
parse_config.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
parse_nonce.rs removes feature gate code separating durable nonce from blockhash domain (#26055) 2022-07-06 12:03:13 +00:00
parse_stake.rs
parse_sysvar.rs
parse_token.rs update to spl-token-2022 0.5.0 2022-11-28 11:30:41 -08:00
parse_token_extension.rs update to spl-token-2022 0.5.0 2022-11-28 11:30:41 -08:00
parse_vote.rs remove vote-program dep from account-decoder 2022-09-16 14:38:54 -07:00
validator_info.rs