solana/cli/src
Alexander Meißner 013f784e92
Bump solana_rbpf to v0.2.38 (#29137)
* Refactor register_syscalls() => create_loader().

* Bumps solana_rbpf to v0.2.38

* Replaces Config::encrypt_environment_registers by Config::runtime_environment_key.

* Adds pc parameter to MemoryMapping::map()

* Removes debugger from rbpf CLI.

* Adds debugger to rbpf CLI again.

* Renames vm.context_object => vm.env.context_object_pointer.

* Renames SyscallRegistry => BuiltInProgram.
Renames SyscallFunction => BuiltInFunction.
Renames register_syscall_by_name() => register_function_by_name().

* Removes ContextObject from Analysis.

* Renames Config::error_on_syscall_bpf_function_hash_collisions => Config::external_internal_function_hash_collision.
2022-12-12 08:47:09 +01:00
..
address_lookup_table.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
checks.rs RPC: Support versioned txs in getFeeForMessage API (#28217) 2022-10-05 00:00:34 +08:00
clap_app.rs cli: Use QUIC if the default TPU does *not* use UDP (#29141) 2022-12-07 23:12:46 +01:00
cli.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
cluster_query.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
inflation.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
lib.rs cli: Add subcommands for address lookup tables (#27123) 2022-08-18 22:12:53 +01:00
main.rs cli: Use QUIC if the default TPU does *not* use UDP (#29141) 2022-12-07 23:12:46 +01:00
memo.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
nonce.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
program.rs Bump solana_rbpf to v0.2.38 (#29137) 2022-12-12 08:47:09 +01:00
spend_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
test_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
validator_info.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
vote.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
wallet.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00