Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChorusOne/solana-mev
/ functions
Functions
12,478 in github.com/ChorusOne/solana-mev
⨍
Functions
12,478
◇
Types & classes
2,116
↓ 20 callers
Function
activate_all_features
(genesis_config: &mut GenesisConfig)
runtime/src/genesis_utils.rs:188
↓ 20 callers
Method
add_root
(&self, slot: Slot, caching_enabled: bool)
runtime/src/accounts_index.rs:1934
↓ 20 callers
Function
calculateSize
(sizeValue, options)
docs/static/katex/katex.mjs:5276
↓ 20 callers
Method
check
(&self)
rpc/src/rpc_health.rs:46
↓ 20 callers
Method
clear
(&mut self)
core/src/unprocessed_packet_batches.rs:195
↓ 20 callers
Function
format_or_na
( data: Option<T>, )
ledger-tool/src/main.rs:3027
↓ 20 callers
Method
get_minimum_balance_for_rent_exemption
( &self, data_len: usize, commitment: Option<CommitmentConfig>, )
rpc/src/rpc.rs:446
↓ 20 callers
Method
get_slots_in_epoch
Return the number of slots per epoch for the given epoch
runtime/src/bank.rs:6376
↓ 20 callers
Method
has
* Detect whether `name` has a definition. Equivalent to * `get(name) != null`.
docs/static/katex/katex.mjs:13908
↓ 20 callers
Method
is_empty
(&self)
programs/vote/src/vote_state/mod.rs:75
↓ 20 callers
Function
make_tmp_path
(name: &str)
cli/src/program.rs:2317
↓ 20 callers
Method
next
(&mut self)
runtime/src/accounts_index.rs:808
↓ 20 callers
Function
process_instruction
( first_instruction_account: usize, data: &[u8], invoke_context: &mut InvokeContext, )
programs/config/src/config_processor.rs:18
↓ 20 callers
Method
push
(&mut self, entry: ProofEntry<'a>)
merkle-tree/src/merkle_tree.rs:45
↓ 20 callers
Function
units_calculateSize
(sizeValue, options)
docs/static/katex/katex.js:5274
↓ 20 callers
Method
validate_and_append_point
( &mut self, label: &'static [u8], point: &CompressedRistretto, )
zk-token-sdk/src/transcript.rs:109
↓ 20 callers
Function
verify_pubkey
(input: &str)
rpc/src/rpc.rs:2202
↓ 19 callers
Function
abort
in the distant future, get rid of ::new()/exit() and use Result properly...
core/src/validator.rs:354
↓ 19 callers
Method
add_votes
Add new votes, returns the best slot
core/src/heaviest_subtree_fork_choice.rs:274
↓ 19 callers
Function
calculate_stake_weighted_timestamp
( unique_timestamps: I, stakes: &HashMap<Pubkey, (u64, T /*Account|VoteAccount*/)>, slot: Slot,
runtime/src/stake_weighted_timestamp.rs:24
↓ 19 callers
Function
check_nonce_account
Check if a nonce account is initialized with the given authority and hash
cli/src/nonce.rs:356
↓ 19 callers
Method
column
(&self)
ledger/src/blockstore_db.rs:1143
↓ 19 callers
Method
create
()
frozen-abi/src/abi_digester.rs:68
↓ 19 callers
Method
filter
(&mut self, _level: u32, key: &[u8], _value: &[u8])
ledger/src/blockstore_db.rs:1402
↓ 19 callers
Method
find
(&self, start: usize)
runtime/src/accounts_hash.rs:183
↓ 19 callers
Method
frozen_banks
(&self)
runtime/src/bank_forks.rs:102
↓ 19 callers
Method
initialize_nonce_account
( &self, nonce_authority: &Pubkey, rent: &Rent, invoke_context: &InvokeContext
runtime/src/nonce_keyed_account.rs:222
↓ 19 callers
Function
load
( genesis_config: &GenesisConfig, blockstore: &Blockstore, account_paths: Vec<PathBuf>, shrink
ledger/src/bank_forks_utils.rs:40
↓ 19 callers
Method
offset
(&self)
runtime/src/account_info.rs:138
↓ 19 callers
Function
refresh
()
explorer/src/components/account/OwnedTokensCard.tsx:37
↓ 19 callers
Method
send_and_confirm_message
( &self, keypairs: &T, message: Message, )
runtime/src/bank_client.rs:90
↓ 19 callers
Method
sub
* Get the style of a subscript given a base in the current style.
docs/static/katex/katex.mjs:426
↓ 19 callers
Function
transfer
( client: &RpcClient, lamports: u64, sender_keypair: &S, to_pubkey: &Pubkey, )
tokens/src/commands.rs:162
↓ 19 callers
Method
update
Updates the budget if at least given milliseconds has passed since last update. Updater function maps current value of bytes to the new one. Returns c
perf/src/data_budget.rs:66
↓ 19 callers
Method
update_accounts_hash
(&self)
runtime/src/bank.rs:6273
↓ 19 callers
Function
vote
(vote_pubkey: &Pubkey, authorized_voter_pubkey: &Pubkey, vote: Vote)
programs/vote/src/vote_instruction.rs:307
↓ 19 callers
Method
write_transaction_status
( &self, slot: Slot, signature: Signature, writable_keys: Vec<&Pubkey>,
ledger/src/blockstore.rs:2534
↓ 18 callers
Function
$t
(t)
docs/static/katex/katex.min.js:1
↓ 18 callers
Method
_updateSubscriptions
* @internal
web3.js/src/connection.ts:4100
↓ 18 callers
Method
beginGroup
* Start a new nested group, affecting future local `set`s.
docs/static/katex/katex.mjs:13877
↓ 18 callers
Function
build_slot_hashes
(slots: Vec<Slot>)
programs/vote/src/vote_state/mod.rs:2858
↓ 18 callers
Method
checked_sub_lamports
Subtracts lamports from this account (transaction wide)
sdk/src/transaction_context.rs:548
↓ 18 callers
Method
clear
(&mut self)
bloom/src/bloom.rs:106
↓ 18 callers
Method
collector_id
(&self)
runtime/src/bank.rs:2149
↓ 18 callers
Method
compact_range
(&self, from: Slot, to: Slot)
ledger/src/blockstore_db.rs:1258
↓ 18 callers
Method
contains
(&self, item: &Hash)
gossip/src/crds_gossip_pull.rs:131
↓ 18 callers
Method
convert_to_current
(self)
programs/vote/src/vote_state/vote_state_versions.rs:14
↓ 18 callers
Function
create_test_account
(sample: usize)
runtime/src/append_vec.rs:572
↓ 18 callers
Method
decode
(data: Buffer)
web3.js/src/util/borsh-schema.ts:14
↓ 18 callers
Function
do_get_packet_offsets
internal function to be unit-tested; should be used only by get_packet_offsets
perf/src/sigverify.rs:202
↓ 18 callers
Method
endGroup
* End current nested group, restoring values before the group began.
docs/static/katex/katex.mjs:13885
↓ 18 callers
Method
first
(&self)
programs/vote/src/authorized_voters.rs:65
↓ 18 callers
Method
force_flush_accounts_cache
(&self)
runtime/src/bank.rs:5666
↓ 18 callers
Method
get_account_with_commitment
Returns all information associated with the account of the provided pubkey. If the account does not exist, this method returns `Ok(None)`. To get mu
client/src/rpc_client.rs:3242
↓ 18 callers
Method
get_bank_with_config
(&self, config: RpcContextConfig)
rpc/src/rpc.rs:217
↓ 18 callers
Method
get_confirmed_signatures_for_address2
( &self, address: Pubkey, highest_slot: Slot, // highest_confirmed_root or highest_con
ledger/src/blockstore.rs:2864
↓ 18 callers
Method
get_int_property
Retrieves the specified RocksDB integer property of the current column family. Full list of properties that return int values could be found [here](h
ledger/src/blockstore_db.rs:1290
↓ 18 callers
Method
highest_confirmed_root
(&self)
runtime/src/commitment.rs:100
↓ 18 callers
Method
load_accounts_data_size
Load the accounts data size, in bytes
runtime/src/bank.rs:4386
↓ 18 callers
Method
map
(&self)
runtime/src/in_mem_accounts_index.rs:111
↓ 18 callers
Method
mock_set_remaining
Set compute units Only use for tests and benchmarks
program-runtime/src/invoke_context.rs:157
↓ 18 callers
Function
next_account_info
Convenience function for accessing the next item in an [`AccountInfo`] iterator. This is simply a wrapper around [`Iterator::next`] that returns a [`
sdk/program/src/account_info.rs:322
↓ 18 callers
Function
next_entry_mut
(start: &mut Hash, num_hashes: u64, transactions: Vec<Transaction>)
entry/src/entry.rs:872
↓ 18 callers
Method
or_else
(self, f: F)
sdk/program/src/program_option.rs:530
↓ 18 callers
Function
ordargument
(arg)
docs/static/katex/katex.js:6187
↓ 18 callers
Function
ordargument
(arg)
docs/static/katex/katex.mjs:6174
↓ 18 callers
Function
parse_host
(host: &str)
net-utils/src/lib.rs:338
↓ 18 callers
Function
parse_host_port
(host_port: &str)
net-utils/src/lib.rs:363
↓ 18 callers
Function
read_transaction_infos
(db: &PickleDb)
tokens/src/db.rs:100
↓ 18 callers
Method
set
* Set the current value of a name, and optionally set it globally too. * Local set() sets the current value and (when appropriate) adds an undo
docs/static/katex/katex.mjs:13936
↓ 18 callers
Method
shred_type
(&self)
ledger/src/shred.rs:587
↓ 18 callers
Function
store
Set the date in the date account. The account pubkey must be signed in the transaction containing this instruction.
programs/config/src/date_instruction.rs:57
↓ 18 callers
Method
store_account_and_update_capitalization
Technically this issues (or even burns!) new lamports, so be extra careful for its usage
runtime/src/bank.rs:5694
↓ 18 callers
Function
token_amount_to_ui_amount
(amount: u64, decimals: u8)
account-decoder/src/parse_token.rs:251
↓ 18 callers
Method
try_borrow_account
Tries to borrow an account from this Instruction
sdk/src/transaction_context.rs:407
↓ 18 callers
Method
try_partial_sign
Sign the transaction with a subset of required keys, returning any errors. Unlike [`Transaction::try_sign`], this method does not require all keypair
sdk/src/transaction/mod.rs:912
↓ 17 callers
Method
as_ms
(&self)
measure/src/measure.rs:34
↓ 17 callers
Function
build_simple_transaction
( mint_keypair: &Keypair, start_hash: &Hash, )
runtime/src/cost_tracker.rs:375
↓ 17 callers
Function
check_unique_pubkeys
( pubkey0: (&Pubkey, String), pubkey1: (&Pubkey, String), )
cli/src/checks.rs:151
↓ 17 callers
Method
clock
(&self)
runtime/src/bank.rs:2243
↓ 17 callers
Function
connect
Connect to the Admin RPC interface
validator/src/admin_rpc_service.rs:414
↓ 17 callers
Method
create_child
(&self)
frozen-abi/src/abi_digester.rs:97
↓ 17 callers
Function
data_from_account
( account: &T, )
client/src/nonce_utils.rs:73
↓ 17 callers
Method
delete
(&self, key: C::Index)
ledger/src/blockstore_db.rs:1316
↓ 17 callers
Function
deploy_with_max_program_len
Returns the instructions required to deploy a program with a specified maximum program length. The maximum length must be large enough to accommodate
sdk/program/src/bpf_loader_upgradeable.rs:136
↓ 17 callers
Method
deserialize_slice
(&self, index: I)
sdk/src/packet.rs:93
↓ 17 callers
Method
fill_bank_forks
( &mut self, forks: Tree<u64>, cluster_votes: &HashMap<Pubkey, Vec<u64>>, is_f
core/src/vote_simulator.rs:64
↓ 17 callers
Function
from
utility function, used by Stakes, tests
programs/stake/src/stake_state.rs:69
↓ 17 callers
Method
get
Returns the address of the account at the specified index of the list of message account keys constructed from static keys, followed by dynamically lo
sdk/program/src/message/account_keys.rs:53
↓ 17 callers
Method
get_account_with_fixed_root
Hi! leaky abstraction here.... use this over get_account() if it's called ONLY from on-chain runtime account processing (i.e. from in-band replay/bank
runtime/src/bank.rs:5849
↓ 17 callers
Function
get_append_vec_path
(path: &str)
runtime/src/append_vec.rs:562
↓ 17 callers
Method
get_clock
(&self)
program-runtime/src/sysvar_cache.rs:41
↓ 17 callers
Method
get_leader_schedule_epoch
returns the epoch for which this bank's leader_schedule_slot_offset and slot would need to cache leader_schedule
runtime/src/bank.rs:6382
↓ 17 callers
Function
hashv
Return a Sha256 hash for the given data.
sdk/program/src/hash.rs:128
↓ 17 callers
Method
header
Message header which identifies the number of signer and writable or readonly accounts
sdk/program/src/message/sanitized.rs:89
↓ 17 callers
Method
inherit_specially_retained_account_fields
( &self, old_account: &Option<AccountSharedData>, )
runtime/src/bank.rs:2225
↓ 17 callers
Function
jsonRpcResultAndContext
* @internal
web3.js/src/connection.ts:203
↓ 17 callers
Function
make_two_accounts
(key: &Pubkey)
sdk/src/account.rs:697
↓ 17 callers
Method
my_contact_info
(&self)
gossip/src/cluster_info.rs:665
↓ 17 callers
Method
my_shred_version
(&self)
gossip/src/cluster_info.rs:669
← previous
next →
501–600 of 12,478, ranked by callers