solana/transaction-status/src/parse_token/extension
Jon Cinque d5195921a9
transaction-status: Remove conversions between spl re-exports and local sdk (#33456)
* transaction-status: Remove `convert_pubkey`

Ran `git g -l convert_pubkey | xargs sed -i'' -re 's/convert_pubkey\(([^)]+)\)/\1/g'`

* Remove convert_compiled_instruction

Ran `git g -l convert_compiled_instruction | xargs sed -i'' -re 's/convert_compiled_instruction\(([^)]+)\)/\1/g'`

* Cleanup + clippy

* Remove instruction conversions in new extensions

* Run clippy --fix
2023-09-30 00:40:48 +02:00
..
confidential_transfer.rs
confidential_transfer_fee.rs
cpi_guard.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
default_account_state.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
interest_bearing_mint.rs
memo_transfer.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
metadata_pointer.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
mint_close_authority.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
mod.rs
permanent_delegate.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
reallocate.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
transfer_fee.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00
transfer_hook.rs transaction-status: Remove conversions between spl re-exports and local sdk (#33456) 2023-09-30 00:40:48 +02:00