solana/account-decoder/src
galactus 2ceabd9368
Simd 47 syscall sysvar last restart slot (#31957)
* add sysvar and logic for last restart slot

* cleanup

* add test for getting last restart slot from account

* format code

* add some basic rustdoc

* copy+paste error

* feature flag for last_restart_slot

* add to sysvars.md

* updated wording in sysvars.md

* rename sol_get_last_restart_slot_sysvar > sol_get_last_restart_slot

* create sbf C header for sol_get_last_restart_slot

* cleanup imports

* reverted hardened_unpack workaround

* cleanup imports

* cleanup logs + blank lines

* Implementing ui changes for last restart slot, nit

* Some more nit change and implementing the UI for sysvar

* fixing the CI

* Minor clippy fix

* format changes

* changes suggested by mvines and lichtso

* increase timeout in local_cluster test

* fix code format

* use keypair for feature flag from mvines

* delete test.json file

* Revert "increase timeout in local_cluster test"

This reverts commit a67465ae22.

* last restart slot should be always less than or equal to current slot

* fixing bug

* changes after  steviez comments

* format issue fixed

* fixing the comment on premature application of future hardfork

* nit change in test

Co-authored-by: steviez <steven@solana.com>

* reverting sysvar_cache.rs because change was not necessary

---------

Co-authored-by: steve-gg <grooviegermanikus@gmail.com>
Co-authored-by: steviez <steven@solana.com>
2023-06-16 20:14:02 +00:00
..
lib.rs Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07:00
parse_account_data.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06: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 Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07: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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_sysvar.rs Simd 47 syscall sysvar last restart slot (#31957) 2023-06-16 20:14:02 +00:00
parse_token.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
parse_token_extension.rs Upgrade to token-2022 0.6.0 (#30353) 2023-03-10 10:32:19 +09:00
parse_vote.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
validator_info.rs Hide Keybase and replace with URL (#31852) 2023-06-06 06:22:55 -07:00