MCPcopy Create free account

hub / github.com/boundless-xyz/kailua / functions

Functions896 in github.com/boundless-xyz/kailua

↓ 603 callersMethodclone
(&self)
crates/kona/src/driver.rs:521
↓ 214 callersMethodclone
(&self)
crates/kona/src/client/mod.rs:123
↓ 112 callersMethodstall_with_context
(&self, context: Context, span: &'static str, timeout: u64)
crates/sync/src/stall.rs:31
↓ 66 callersMethodstart
(upstream: &str)
bin/cli/tests/devnet.rs:528
↓ 62 callersFunctionopt_byte_arr
Returns a fixed-length byte vector that represents an optional fixed-length byte array. An extra byte is prepended to represent the presence of the ar
crates/kona/src/config.rs:69
↓ 60 callersMethodget
(&self, path: &str)
crates/sync/src/provider/beacon.rs:111
↓ 54 callersMethodto_vec
Converts the current instance of the object into a `Vec<u8>` (a vector of bytes). This function serializes the `self` object using the `pot::to_vec`
crates/kona/src/precondition/proposal.rs:57
↓ 37 callersMethoddigest
(&self)
crates/kona/src/precondition/mod.rs:81
↓ 35 callersFunctionlog
Logs a given message under different logging mechanisms based on the target operating system. # Parameters - `msg`: A string slice representing the m
crates/kona/src/client/mod.rs:29
↓ 32 callersMethod_p_str
(self, txt: str)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:635
↓ 31 callersFunctiongen_u64
()
crates/kona/src/driver.rs:1183
↓ 26 callersFunctiontest_config_hash_ok
( rollup_config: &RollupConfig, l1_config: &L1ChainConfig, modifier: fn(&mut RollupCon
crates/kona/src/config.rs:736
↓ 22 callersFunctionhash_results
Canonical SHA256 of a list of txn hashes and their `Vec<PartialResultAndState>`. State must be sorted by address (invariant upheld by [`PartialResultA
crates/kona/src/precondition/evm.rs:78
↓ 22 callersMethodtransact_with_context
( &self, context: opentelemetry::Context, span: &'static str, )
crates/sync/src/transact/mod.rs:79
↓ 20 callersMethodaddress
(&self, alias: &str)
bin/cli/tests/devnet.rs:226
↓ 20 callersFunctiongen_b256
()
crates/kona/src/driver.rs:1171
↓ 20 callersFunctionop_sepolia_16491249_16491349
()
crates/kona/src/client/core.rs:1038
↓ 19 callersMethodtransact_raw
Returns the next pre-computed `ResultAndState` if the top entry matches
crates/kona/src/evm/cached.rs:102
↓ 18 callersMethodcreate_evm
( &self, db: DB, input: EvmEnv<OpSpecId>, )
crates/kona/src/evm/cached.rs:408
↓ 18 callersFunctionmake_transfer
(caller: Address, to: Address, value: U256, nonce: u64)
crates/kona/src/evm/mod.rs:78
↓ 18 callersFunctiontest_env_for_block
(block_number: u64)
crates/kona/src/evm/mod.rs:67
↓ 17 callersMethodset
(&mut self, key: B256, value: Vec<u8>)
crates/prover/src/kv.rs:76
↓ 16 callersMethodget
(&self, key: PreimageKey)
crates/kona/src/client/mod.rs:182
↓ 16 callersMethodmax
(&self)
crates/sync/src/provider/mod.rs:80
↓ 16 callersFunctionprepare_vec_oracle
(value_count: usize, copies: usize)
crates/kona/src/oracle/vec.rs:471
↓ 15 callersMethodinsert_preimage
(&mut self, _key: PreimageKey, _value: Vec<u8>)
crates/kona/src/client/mod.rs:117
↓ 15 callersMethodvalidate_preimages
(&self)
crates/kona/src/oracle/vec.rs:167
↓ 14 callersFunctioninsert_stub_expected_state
(db: &mut InMemoryDB)
crates/kona/src/evm/mod.rs:175
↓ 14 callersFunctionnon_zero_hash
(byte: u8)
crates/kona/src/precondition/mod.rs:130
↓ 14 callersFunctionstub_success
(gas_used: u64)
crates/kona/src/precondition/evm.rs:446
↓ 13 callersMethod_p_line
(self, f: VoidFn)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:619
↓ 13 callersFunctioncurrent_time
()
crates/prover/src/lib.rs:164
↓ 13 callersFunctionflatten_bytes
(bytes: impl AsRef<[u8]>)
crates/kona/src/precondition/derivation.rs:387
↓ 13 callersFunctiontest_derivation
( boot_info: BootInfo, proposal_data: Option<ProposalPrecondition>, derivation_cache:
crates/kona/src/client/core.rs:668
↓ 12 callersMethod_p_nl
(self)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:632
↓ 12 callersFunctionconfig_hash
Computes the deterministic hash based on all fields of the input `RollupConfig` and `L1ChainConfig`.
crates/kona/src/config.rs:369
↓ 12 callersMethodheader_by_hash
Retrieves and returns a block header by its hash. This function attempts to retrieve a block header by its hash (`hash`), prioritizing locally cached
crates/kona/src/kona.rs:101
↓ 12 callersFunctiontest_derivation_with_partials
( boot_info: BootInfo, proposal_data: Option<ProposalPrecondition>, derivation_cache:
crates/kona/src/client/core.rs:769
↓ 11 callersFunctiongen_block_info
()
crates/kona/src/driver.rs:1191
↓ 11 callersMethodget
(&self, key: B256)
crates/prover/src/kv.rs:72
↓ 11 callersMethodwrite
(&self, hint: &str)
crates/prover/src/client/witgen.rs:298
↓ 10 callersFunctionhash_to_fe
Converts a 256-bit hash (B256) into a field element (U256) within the bounds of a specific modulus (BLS_MODULUS). # Arguments - `hash` (`B256`): A 25
crates/kona/src/blobs.rs:289
↓ 10 callersMethodis_correct
(&self)
crates/sync/src/proposal.rs:447
↓ 10 callersFunctionmake_partial_execution
(block_number: u64, gas_used_markers: &[u64])
crates/kona/src/evm/mod.rs:1220
↓ 10 callersMethodwallet
(&self, alias: &str)
bin/cli/tests/devnet.rs:215
↓ 10 callersMethodwrite
(&self, _hint: &str)
crates/kona/src/client/mod.rs:195
↓ 9 callersFunctionexhaust_vec_oracle
(copies: usize, oracle: VecOracle, values: Vec<Vec<u8>>)
crates/kona/src/oracle/vec.rs:503
↓ 9 callersMethodfinalize_preimages
Finalizes pre-images by validating them, sorting, sharding, and optionally adding validation pointers. # Arguments - `shard_size` - Specifies the max
crates/kona/src/oracle/vec.rs:236
↓ 9 callersFunctiongen_blobs
(count: usize)
crates/kona/src/blobs.rs:303
↓ 9 callersMethodprecondition_hash
(&self)
crates/kona/src/evm/partial.rs:177
↓ 9 callersMethodsplit
(self, partials_per_block: usize)
crates/kona/src/evm/partial.rs:197
↓ 8 callersFunctionflatten_block_info
(block_info: &BlockInfo)
crates/kona/src/precondition/derivation.rs:445
↓ 8 callersMethodfrom_dict
(d: dict)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:297
↓ 8 callersMethodhash
Computes the hash of the current object using the SHA-256 algorithm. This method converts the object into its vector representation, hashes it using
crates/kona/src/precondition/proposal.rs:72
↓ 8 callersMethodprivate_key
(&self, alias: &str)
bin/cli/tests/devnet.rs:222
↓ 8 callersFunctionproof_file_name
Computes the expected proof file name based on the image id and journal
crates/prover/src/proof.rs:28
↓ 8 callersFunctionsetup
()
crates/kona/src/client/stitching.rs:661
↓ 8 callersFunctionteardown
()
crates/kona/src/client/stitching.rs:673
↓ 8 callersFunctiontest_stitching
( boot_info: BootInfo, precondition_validation_data: Option<ProposalPrecondition>, sti
crates/kona/src/client/stitching.rs:711
↓ 8 callersMethodtimed_transact_with_context
( &self, context: opentelemetry::Context, span: &'static str, timeout: Option<
crates/sync/src/transact/mod.rs:70
↓ 7 callersMethod_p_comment
(self, s: str, doc: bool = False)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:579
↓ 7 callersMethod_p_indent
(self)
crates/contracts/foundry/lib/forge-std/scripts/vm.py:628
↓ 7 callersFunctionapply_result_to_expected_state
Advance the running `expected_state` snapshot by one tx's result.
crates/kona/src/evm/expected.rs:102
↓ 7 callersMethodflush
(&self)
crates/kona/src/client/mod.rs:175
↓ 7 callersMethodimage_id
(&self)
crates/prover/src/args.rs:157
↓ 7 callersFunctionrun_core_client
( proposal_data_hash: B256, oracle: Arc<O>, stream: Arc<O>, mut beacon: B, da_source_provi
crates/kona/src/client/core.rs:115
↓ 7 callersFunctionsave_to_bincoded_file
( value: &T, data_dir: Option<&PathBuf>, file_name: &str, )
crates/prover/src/proof.rs:73
↓ 7 callersFunctionstub_expected_state
()
crates/kona/src/evm/mod.rs:158
↓ 7 callersMethodtournament_contract_instance
( &self, provider: P, )
crates/sync/src/proposal.rs:584
↓ 7 callersMethodupdate_safe_head
Updates the "safe head" of the blockchain to the specified sealed header. The "safe head" refers to the point in the blockchain that is considered fi
crates/kona/src/executor.rs:206
↓ 6 callersFunctioncapture_required_expected_state
(db: &mut DB)
crates/kona/src/evm/expected.rs:74
↓ 6 callersMethodencode_packed
This function concatenates the fields of the struct into a contiguous byte vector to create a packed representation of the data. Each field is convert
crates/kona/src/journal.rs:104
↓ 6 callersFunctiongen_addr
()
crates/kona/src/driver.rs:1223
↓ 6 callersMethodhas_parent
(&self)
crates/sync/src/proposal.rs:497
↓ 6 callersMethodproposal
(mut self, proposal_blobs: B256)
crates/kona/src/precondition/mod.rs:69
↓ 6 callersFunctionsafe_default
Returns a value based on the provided `Option` and a default value, with safety checks. This function takes an optional value `opt` and a default val
crates/kona/src/config.rs:56
↓ 6 callersFunctionstub_halt
(gas_used: u64, reason: OpHaltReason)
crates/kona/src/precondition/evm.rs:469
↓ 5 callersMethodblocks_per_proposal
(&self)
crates/sync/src/deployment.rs:202
↓ 5 callersFunctioncache_results
( results: Vec<PartialResultAndState>, expected_state: Vec<ExpectedStateEntry>, )
crates/kona/src/evm/witness.rs:79
↓ 5 callersFunctioncheck_driver_batch_provider_encoding
(batch_provider: CachedBatchProvider)
crates/kona/src/driver.rs:1373
↓ 5 callersFunctioncompute_oneshot_task
( #[cfg(feature = "experimental")] partials_cache: Option<Arc<PartialsCache>>, args: ProveArgs, ro
crates/prover/src/tasks.rs:176
↓ 5 callersMethodcycles
Total cycles consumed by profile and its children
crates/prover/src/profiling.rs:217
↓ 5 callersMethoddeep_clone
Creates a deep clone of the current instance. This method performs a deep clone of the object, ensuring that all nested data structures or components
crates/kona/src/oracle/vec.rs:85
↓ 5 callersMethodendpoint_url
( &self, chain: &ChainDescriptor, service: &str, endpoint: &str, )
bin/cli/tests/devnet.rs:153
↓ 5 callersFunctionexec_precondition_hash
Computes the execution-only precondition hash from a list of `Execution` objects.
crates/kona/src/precondition/execution.rs:231
↓ 5 callersFunctionfetch_safe_head_hash
This method is copied as is from the `single` module in the `kona-client` crate. Original documentation below: Fetches the safe head hash of the L2
crates/kona/src/client/core.rs:538
↓ 5 callersMethodfinalize_preimages
(&mut self, _shard_size: usize, _with_validation_cache: bool)
crates/kona/src/client/mod.rs:119
↓ 5 callersFunctionfunded_db
()
crates/kona/src/evm/mod.rs:234
↓ 5 callersFunctiongen_usize
()
crates/kona/src/driver.rs:1187
↓ 5 callersFunctioninspect_service
(enclave: str, service: str)
scripts/render-devnet-descriptor.py:43
↓ 5 callersFunctionmake_account
Build a revm `Account` with a sparse storage map, ready to be folded through `PartialResultAndState::from` into a sorted `PartialAccount`.
crates/kona/src/precondition/evm.rs:529
↓ 5 callersFunctionop_sepolia_16491249_16491250
()
crates/kona/src/client/core.rs:938
↓ 5 callersFunctionparse_with
(extra: &[&str])
crates/prover/src/risczero/boundless.rs:1606
↓ 5 callersMethodpartial
(mut self, partial_execution: B256)
crates/kona/src/precondition/mod.rs:74
↓ 5 callersFunctionproof_id_file_name
Computes the expected proof file name based on the proof id
crates/prover/src/proof.rs:34
↓ 5 callersFunctionpublic_endpoint
(service: dict, port_name: str, *, endpoint_name: str)
scripts/render-devnet-descriptor.py:54
↓ 5 callersFunctionsorted_by_key
(mut values: Vec<(T1, T2)>)
crates/kona/src/rkyv/driver.rs:42
↓ 5 callersMethodstatus
(&self, tx: &N::TransactionRequest)
crates/sync/src/transact/fillers.rs:50
↓ 5 callersFunctionstop_all_devnets
()
bin/cli/tests/devnet.rs:514
↓ 5 callersFunctionstub_result_with_l1_block_slot_change
( gas_used: u64, slot: U256, original_value: U256, present_value: U256, )
crates/kona/src/evm/mod.rs:123
next →1–100 of 896, ranked by callers