MCPcopy Create free account

hub / github.com/base/base / functions

Functions16,503 in github.com/base/base

↓ 8 callersMethodhandle_notification
( &self, notification: ExExNotification<Primitives>, sync_target: &SyncTarget, )
crates/execution/exex/src/lib.rs:549
↓ 8 callersFunctionhealthy_prover_instance
Builds a healthy test [`ProverInstance`] with no launch time.
crates/proof/tee/registrar/src/test_utils.rs:82
↓ 8 callersFunctioninit_test_tracing
Initialize tracing for tests with sensible defaults. Uses `tracing_subscriber::fmt().with_test_writer()` for test output capture. Only initializes on
crates/utilities/cli/src/tracing.rs:249
↓ 8 callersMethodinsert_header
Insert a header into the mock chain provider.
crates/consensus/derive/src/test_utils/chain_providers.rs:54
↓ 8 callersMethodis_ecotone_active
Returns true if ecotone is active for the payload.
crates/builder/core/src/flashblocks/context.rs:424
↓ 8 callersMethodis_holocene_active
Returns true if holocene is active for the payload.
crates/builder/core/src/flashblocks/context.rs:434
↓ 8 callersMethodjovian_activated
Enable Jovian at genesis.
crates/execution/chainspec/src/builder.rs:134
↓ 8 callersFunctionkey
(byte: u8)
crates/execution/eip8130/src/config.rs:180
↓ 8 callersMethodl2_client_provider
Returns an L2 client provider with Base network.
etc/systems/src/smoke.rs:106
↓ 8 callersMethodlatest
Return the most recently mined block.
actions/harness/src/l1/miner.rs:447
↓ 8 callersMethodmark_revert_complete
Notify the sync target that a revert has been processed up to the given block. Only strips the revert portion if the pending revert target is at or a
crates/execution/exex/src/sync_target.rs:129
↓ 8 callersFunctionmk_chain_with_updates
( from: u64, to: u64, hash_override: Option<B256>, )
crates/execution/exex/src/lib.rs:748
↓ 8 callersFunctionmock_tx
(nonce: u64)
crates/execution/consensus/src/lib.rs:280
↓ 8 callersFunctionmock_with_blocks
Creates a mock L2 provider with multiple blocks and returns a vec of expected output roots (one per block).
crates/proof/challenge/src/validator.rs:418
↓ 8 callersMethodname
(&self)
crates/common/precompiles/src/common/test_utils.rs:148
↓ 8 callersMethodnext_l1_origin
Determines what the next L1 origin block should be, based off of the [`L2BlockInfo`] unsafe head. The L1 origin is selected based off of the sequenci
crates/consensus/service/src/actors/sequencer/origin_selector.rs:58
↓ 8 callersMethodnow
(&self)
crates/proof/challenge/src/bond.rs:1086
↓ 8 callersMethodopen
Walks down the trie to a leaf value with the given key, if it exists. Preimages for blinded nodes along the path are fetched using the `fetcher` funct
crates/proof/mpt/src/node.rs:153
↓ 8 callersMethodprimary_submission_rpc
Returns the first transaction submission endpoint.
crates/infra/load-tests/src/runner/config.rs:264
↓ 8 callersMethodpriority
( &self, transaction: &Self::Transaction, _base_fee: u64, )
crates/execution/txpool/src/ordering.rs:74
↓ 8 callersMethodprogress_bar
(&self, total: u64, prefix: &str)
crates/infra/load-tests/src/runner/load_runner.rs:1740
↓ 8 callersMethodprove_block_range
Submit a prove-block-range proof request. Because `session_id` is required by the protocol, retries are safe to issue without enqueueing duplicate pr
crates/proof/prover-service/client/src/requester.rs:96
↓ 8 callersMethodread
(&self)
crates/common/precompile-storage/src/types/set.rs:273
↓ 8 callersFunctionrecord_rpc_result
(method: &str, start: std::time::Instant, result: &RpcResult<T>)
crates/proof/prover-service/src/server/mod.rs:150
↓ 8 callersFunctionrecovery
( factory: MockDisputeGameFactory, output_roots: HashMap<u64, B256>, )
crates/proof/proposer/src/proof_recovery.rs:362
↓ 8 callersMethodremove
Removes metering data for the given transaction hashes. Used to eagerly evict entries for transactions that have been included in a flashblock so the
crates/builder/core/src/metering.rs:37
↓ 8 callersMethodreturn_reserved_nonce
Returns a previously reserved nonce for reuse. Called when a `send_async` task fails before publishing, making the pre-reserved nonce available for r
crates/utilities/tx-manager/src/nonce.rs:314
↓ 8 callersMethodrpc_client
Return a JSON-RPC client connected to the harness node.
crates/execution/runner/src/test_utils/harness.rs:144
↓ 8 callersMethodruntime_chain_spec
Returns the inner chain spec with runtime hardfork overrides materialized.
crates/execution/chainspec/src/spec.rs:323
↓ 8 callersMethodsafe_head_reset
(&self, reset_safe_head: L2BlockInfo)
crates/consensus/safedb/src/db.rs:137
↓ 8 callersFunctionsample_status
()
bin/basectl/src/sync_status.rs:385
↓ 8 callersFunctionschedule
(signals: &[(BaseUpgrade, u64)])
crates/execution/cli/src/upgrade_signal.rs:269
↓ 8 callersFunctionseed_layout
Returns the seeded `(address, [slot; SLOTS])` pairs in the order they were inserted.
crates/execution/trie/tests/tx_sharing.rs:55
↓ 8 callersMethodsend
Send a [`NetworkPayloadEnvelope`] into the transport channel.
actions/harness/src/p2p.rs:32
↓ 8 callersFunctionsequencer_unavailable
Returns an RPC error indicating the sequencer is not available on this node.
crates/consensus/rpc/src/admin.rs:79
↓ 8 callersMethodset_bit
Sets a bit in the [`SpanBatchBits`] bitlist.
crates/consensus/protocol/src/batch/bits.rs:93
↓ 8 callersMethodset_earliest_block_number_hash
Sets the earliest retained block number/hash under the history write lock.
crates/execution/trie/src/db/rocksdb.rs:1201
↓ 8 callersMethodset_earliest_block_number_hash
( &self, block_number: u64, hash: B256, )
crates/execution/trie/src/db/store.rs:152
↓ 8 callersFunctionsetup
Builds an MDBX-backed storage seeded with several accounts and storage slots so cursor walks have non-trivial work to do. Returns the temp dir (must
crates/execution/trie/tests/tx_sharing.rs:71
↓ 8 callersFunctionsetup_running_request
Create a request in RUNNING state with an associated proof session. Returns `(request_id, backend_session_id)`.
crates/proof/zk/db/tests/postgres_integration.rs:79
↓ 8 callersMethodseverity
(&self)
crates/consensus/engine/src/task_queue/tasks/task.rs:93
↓ 8 callersFunctionsigned_change
A [`ConfigChange`] whose `auth` is a fresh signature over its own digest.
crates/execution/eip8130/src/transaction.rs:238
↓ 8 callersMethodsload
Performs an SLOAD (persistent storage read).
crates/common/precompile-storage/src/storage_ctx.rs:121
↓ 8 callersMethodstate_root_with_updates
( &self, state: HashedPostState, )
crates/execution/trie/src/provider.rs:136
↓ 8 callersMethodstopped
Future that resolves when the server stops.
crates/batcher/admin/src/server.rs:35
↓ 8 callersMethodstorage_trie_cursor
( &'tx self, hashed_address: B256, max_block_number: u64, )
crates/execution/trie/tests/lib.rs:128
↓ 8 callersFunctionsubmit_request
()
crates/proof/worker/src/proof_submitter.rs:423
↓ 8 callersFunctionsubmitter
( output_proposer: Arc<MockOutputProposer>, factory: impl DisputeGameFactoryClient + 'static,
crates/proof/proposer/src/proof_submitter.rs:450
↓ 8 callersFunctiontee_request
()
crates/proof/prover-service/db/tests/postgres_integration.rs:112
↓ 8 callersFunctiontest_checker_with_mock
( registry: impl TEEProverRegistryClient + 'static, )
crates/proof/tee/nitro-host/src/registration.rs:275
↓ 8 callersFunctiontest_driver_with_tee
Builds a test driver with an optional TEE config.
crates/proof/challenge/tests/driver.rs:73
↓ 8 callersFunctiontest_evm_config
()
crates/execution/evm/src/config.rs:295
↓ 8 callersFunctiontest_prefetcher
()
crates/proof/host/src/handler.rs:1363
↓ 8 callersFunctiontest_signer
(address: Address)
crates/common/signer/src/signer.rs:196
↓ 8 callersMethodtimestamp
Returns the activation timestamp, if the upgrade is timestamp-activated.
crates/common/genesis/src/chain/upgrade.rs:277
↓ 8 callersMethodto_load_config
Converts this test config into a `LoadConfig` for runtime use.
crates/infra/load-tests/src/config/test_config.rs:545
↓ 8 callersMethodtransaction_completed
Track a transaction being included in a block or dropped.
crates/execution/txpool-tracing/src/tracker.rs:201
↓ 8 callersMethodtransfer_from
Moves `amount` tokens from `from` to `to` using `spender`'s allowance. Emits `Transfer`. Skips allowance decrement when allowance is `U256::MAX`. The
crates/common/precompiles/src/common/ops/transferable.rs:75
↓ 8 callersMethodtruncate
Truncates a value to fit in a fixed terminal column.
crates/infra/basectl/src/app/views/pods.rs:73
↓ 8 callersMethodtry_enqueue_engine_query
Attempts to enqueue an engine query without waiting for channel capacity. Public RPC requests fail fast under load so they cannot block consensus-cri
crates/consensus/service/src/actors/rpc/engine_rpc_client.rs:33
↓ 8 callersFunctiontwo_transport_checker
( registry: impl TEEProverRegistryClient + 'static, )
crates/proof/tee/nitro-host/src/registration.rs:294
↓ 8 callersMethodunwind_history
Unwind the historical state to `unwind_upto_block` (inclusive), deleting all history starting from provided block. Also updates the `ProofWindow::Late
crates/execution/trie/src/db/store.rs:998
↓ 8 callersMethodupload
Uploads snapshot artifacts with diff-based optimization. Static file chunks go to `{prefix}/static_files/` and are skipped when their per-file BLAKE3
crates/infra/snapshotter/src/upload.rs:263
↓ 8 callersFunctionusage_extractor
Returns a function that extracts the relevant resource usage from a transaction.
crates/execution/metering/src/estimator.rs:883
↓ 8 callersMethodvalidate_claimed_root_at_block
Validates one claimed output root at a specific L2 block. Fetches the L2 header and `L2ToL1MessagePasser` storage proof at the provided L2 block numb
crates/proof/challenge/src/validator.rs:273
↓ 8 callersMethodwith_chain_id
Sets the chain ID.
crates/infra/load-tests/src/runner/config.rs:330
↓ 8 callersMethodwith_channel_timeout
Overrides the channel timeout used before and after Granite activation.
actions/harness/src/test_rollup_config.rs:46
↓ 8 callersMethodwith_el_sync_finished
(mut self, finished: bool)
crates/consensus/engine/src/test_utils/engine_state.rs:61
↓ 8 callersMethodwith_heartbeat_while_generating
( &self, request: &ProofGeneratorRequest, generate: Generate, )
crates/proof/tee/nitro-host/src/proof_generator.rs:244
↓ 8 callersMethodwith_nonce
Sets the account nonce.
crates/infra/load-tests/src/workload/accounts.rs:35
↓ 8 callersMethodwith_safe_head_rx
Attach an external L2 safe head watch channel. When the receiver fires, the pipeline's [`prune_safe`](BatchPipeline::prune_safe) is called with the n
crates/batcher/core/src/driver.rs:116
↓ 8 callersMethodwith_signer
Sets the private key used to sign the transaction.
crates/builder/core/src/test_utils/txs.rs:61
↓ 8 callersFunctionwith_storage
(body: impl FnOnce(&mut AccountConfigurationStorage<'_>) -> R)
crates/execution/eip8130/src/config.rs:258
↓ 8 callersMethodwrite
(&self, hint: &str)
crates/proof/host/src/recording.rs:76
↓ 7 callersFunctionactor_id
(account: Address)
crates/execution/eip8130/src/verify.rs:183
↓ 7 callersMethodaddress
Get the Ethereum address from a signer.
crates/proof/tee/nitro-enclave/src/crypto.rs:50
↓ 7 callersMethodall
Returns all known chain configurations, including devnet.
crates/common/chains/src/config.rs:204
↓ 7 callersMethodapply_default_from
Defaults the execution upgrade-signal L1 RPC from another service's L1 RPC when unset.
crates/utilities/upgrade-signal/src/config/args.rs:193
↓ 7 callersMethodapply_offer_config
Applies the time-independent Boundless offer overrides to request params. `min_price`, `max_price`, `ramp_up_period`, and `lock_timeout` are only pas
crates/proof/tee/nitro-attestation-prover/src/boundless.rs:405
↓ 7 callersMethodas_deposit
(&self)
crates/common/consensus/src/transaction/envelope.rs:81
↓ 7 callersMethodas_eip8130
(&self)
crates/execution/txpool/src/transaction.rs:367
↓ 7 callersMethodas_str
Returns the label used for logs and metrics.
crates/builder/core/src/flashblocks/context.rs:94
↓ 7 callersMethodassert_balance
(&self, account: Address, expected: u64)
actions/harness/tests/beryl/b20_policy.rs:417
↓ 7 callersFunctionattrs
Build a minimal [`AttributesWithParent`] whose derived L2 block number is `l2_parent_number + 1` and whose L1 origin is `l1_origin_number`.
crates/consensus/service/src/actors/derivation/finalizer.rs:84
↓ 7 callersMethodblob_gas_used
Returns the blob gas used for this payload.
crates/common/rpc-types-engine/src/payload/mod.rs:503
↓ 7 callersFunctionblock
(number: u64, parent: B256)
crates/execution/trie/src/db/rocksdb.rs:3226
↓ 7 callersFunctionblock
(num: u64)
crates/execution/trie/tests/batch_session.rs:24
↓ 7 callersMethodbloom
(&self)
crates/common/consensus/src/receipts/receipt.rs:424
↓ 7 callersMethodbroadcast_unsafe_block
Broadcast `block` as a [`base_common_rpc_types_engine::NetworkPayloadEnvelope`] to the wired [`SupervisedP2P`] handle.
actions/harness/src/sequencer/driver.rs:156
↓ 7 callersMethodbuild_block_with_transactions
(&mut self, txs: Vec<BaseTxEnvelope>)
actions/harness/tests/beryl/policy_transfer.rs:395
↓ 7 callersFunctionbuild_test_genesis_cobalt
Builds a test genesis with Base Azul, Beryl, and Cobalt all enabled at timestamp 0. Extends [`build_test_genesis_azul`] with: - Base Beryl and Cobalt
crates/utilities/test-utils/src/genesis.rs:122
↓ 7 callersFunctionbundle_with_account
(address: Address, account: BundleAccount)
crates/proof/executor/src/db/mod.rs:425
↓ 7 callersMethodcaller
(&self)
crates/common/evm/src/transaction/core.rs:114
↓ 7 callersFunctioncap
(n: usize)
crates/builder/publish/src/broadcast.rs:232
↓ 7 callersMethodchain_spec
(&self)
crates/execution/node/src/engine.rs:120
↓ 7 callersMethodcheck_and_mark_expiring_nonce
Validates and records an expiring-nonce transaction, providing replay protection for nonce-free EIP-8130 transactions. `expiring_nonce_hash` is the s
crates/common/precompiles/src/nonce/storage.rs:180
↓ 7 callersMethodcheckpoint
(&mut self)
crates/common/precompile-storage/src/hashmap.rs:252
↓ 7 callersMethodcheckpoint_revert
(&mut self, checkpoint: JournalCheckpoint)
crates/common/precompile-storage/src/evm.rs:313
↓ 7 callersFunctionclaimed_tee_request
()
crates/proof/tee/nitro-host/src/proof_generator.rs:672
↓ 7 callersMethodclient
Returns the underlying worker client.
crates/proof/worker/src/proof_submitter.rs:79
← previousnext →801–900 of 16,503, ranked by callers