MCPcopy Create free account

hub / github.com/base/base / functions

Functions16,503 in github.com/base/base

↓ 7 callersFunctionsigned_change
A [`ConfigChange`] whose `auth` is a fresh signature over its own digest.
crates/execution/eip8130/src/config.rs:244
↓ 7 callersFunctionsigned_tx
(input: Bytes, nonce: u64, to: Address)
actions/harness/tests/l1_mining.rs:12
↓ 7 callersFunctionsigner
()
crates/execution/txpool/src/pool.rs:1233
↓ 7 callersMethodsleep
(&self, duration: Duration)
crates/utilities/runtime/src/deterministic/mod.rs:210
↓ 7 callersMethodstart
( mut self, mut request_channel: mpsc::Receiver<EngineActorRequest>, )
crates/consensus/service/src/actors/engine/engine_request_processor.rs:675
↓ 7 callersMethodstart_server
(&self)
crates/infra/websocket-proxy/tests/integration.rs:71
↓ 7 callersMethodstate_gas_used
Returns the state-creating gas spent so far (EIP-8037).
crates/common/precompile-storage/src/storage_ctx.rs:158
↓ 7 callersMethodstate_root
(&self, state: HashedPostState)
crates/execution/trie/src/provider.rs:128
↓ 7 callersMethodstatus
(&self, _: Address)
crates/proof/proposer/src/test_utils.rs:249
↓ 7 callersMethodstorage_options
Converts CLI arguments into storage options.
crates/execution/node/src/args.rs:110
↓ 7 callersMethodstore_trie_updates
( &self, block_ref: BlockWithParent, block_state_diff: BlockStateDiff, )
crates/execution/trie/src/db/rocksdb.rs:1804
↓ 7 callersMethodsubscribe
Subscribes a client to the broadcast channel and forwards matching messages.
crates/infra/websocket-proxy/src/registry.rs:44
↓ 7 callersFunctiontee_claim
A TEE worker claim advertising AWS Nitro capability.
crates/proof/prover-service/db/tests/postgres_integration.rs:1492
↓ 7 callersFunctiontee_config
(l1_head_provider: Arc<dyn L1HeadProvider>)
crates/proof/challenge/tests/driver.rs:140
↓ 7 callersFunctiontemp_storage
()
crates/execution/trie/src/db/rocksdb.rs:3104
↓ 7 callersFunctiontest_block
(parent: B256, number: u64, hash_byte: u8)
crates/execution/trie/tests/lib.rs:296
↓ 7 callersFunctiontest_client
()
crates/consensus/engine/src/task_queue/tasks/insert/task.rs:393
↓ 7 callersFunctiontest_rollup_config
()
crates/batcher/service/src/parity_normalizer.rs:224
↓ 7 callersFunctiontest_tx
(hash: u64, priority: u64)
crates/execution/metering/src/cache.rs:269
↓ 7 callersMethodthrough_isthmus
Activates all forks from Canyon through Isthmus at genesis, leaving Jovian and later as `None`. Replaces the entire upgrade schedule. Use when a test
actions/harness/src/test_rollup_config.rs:131
↓ 7 callersMethodtoken_tx
(&self, call: impl SolCall)
actions/harness/tests/beryl/b20_policy.rs:393
↓ 7 callersMethodtruncate
Shortens the vector to `new_len` elements, clearing all vacated storage slots. If `new_len` is greater than or equal to the current length, this has
crates/common/precompile-storage/src/types/vec.rs:276
↓ 7 callersFunctiontwo_transport_signers
(checker: &RegistrationChecker)
crates/proof/tee/nitro-host/src/registration.rs:310
↓ 7 callersMethodtx_not_mined
Records that a previously-mined transaction is no longer onchain (e.g., after a reorg). If the hash was actually present and `mined_txs` becomes empt
crates/utilities/tx-manager/src/send_state.rs:119
↓ 7 callersFunctiontx_with
( sender: Option<Address>, payer: Option<Address>, account_changes: Vec<AccountChange>
crates/execution/eip8130/src/transaction.rs:252
↓ 7 callersMethodupdate
Applies the provided [`DerivationStateUpdate`], returning an [`DerivationStateTransitionError`] if the state transition was invalid.
crates/consensus/service/src/actors/derivation/state_machine.rs:197
↓ 7 callersFunctionupdater
( factory: Arc<MockDisputeGameFactory>, anchor_registry: Arc<MockAnchorStateRegistry>,
crates/proof/challenge/src/anchor.rs:342
↓ 7 callersFunctionv2_valid_block
Make the block v2 compatible
crates/consensus/gossip/src/block_validity.rs:377
↓ 7 callersFunctionvalid_blob_txs
()
crates/consensus/derive/src/sources/blobs.rs:258
↓ 7 callersMethodvalidate
Validate the configuration, returning an error if any constraint is violated. This should be called at service startup before constructing a [`BatchE
crates/batcher/encoder/src/config.rs:140
↓ 7 callersMethodwith_account_info
Executes a closure with account info, returning the closure's result.
crates/common/precompile-storage/src/storage_ctx.rs:76
↓ 7 callersMethodwith_batch_session
(&self, f: F)
crates/execution/trie/src/api.rs:322
↓ 7 callersMethodwith_block_info_by_tag
Sets a block info response for a specific tag.
crates/consensus/engine/src/test_utils/engine_client.rs:162
↓ 7 callersMethodwith_canonical_block_number
Set the canonical block number for the flashblock.
crates/execution/flashblocks-node/src/test_harness.rs:577
↓ 7 callersMethodwith_l2_block
Sets an L2 block response for a specific `BlockId`.
crates/consensus/engine/src/test_utils/engine_client.rs:271
↓ 7 callersMethodwith_network
Sets the network label.
crates/common/observability-events/src/event.rs:316
↓ 7 callersMethodwith_registration_checker
Attach a registration checker used to select valid enclave signers. The checker must have been built from the exact same transport `Arc`s in the same
crates/proof/tee/nitro-host/src/pool.rs:86
↓ 7 callersMethodws_url
Websocket URL for the local node.
crates/execution/runner/src/test_utils/node.rs:176
↓ 6 callersMethodabi
Returns this variant as the generated ABI enum.
crates/common/precompiles/src/b20_factory/variant.rs:89
↓ 6 callersMethodact_l1_finalized_signal
Update the L2 finalized head by scanning safe-head history. Finds the highest L2 safe block whose L1 origin number is ≤ `head.number` and promotes it
actions/harness/src/node.rs:347
↓ 6 callersMethodact_l2_pipeline_until
Step the pipeline until `condition` returns `true` for a [`StepResult`], or until the pipeline reaches EOF, or until `max_steps` is exhausted. Drains
actions/harness/src/node.rs:523
↓ 6 callersMethodadd_batch
Adds a batch to the queue.
crates/consensus/derive/src/stages/batch/batch_queue.rs:245
↓ 6 callersMethodadd_txs
Add raw transactions into the [`SpanBatchTransactions`].
crates/consensus/protocol/src/batch/transactions.rs:365
↓ 6 callersMethodapprove
Sets `spender`'s allowance from `owner` to `amount`. Emits `Approval`.
crates/common/precompiles/src/common/ops/transferable.rs:110
↓ 6 callersMethodas_deposits_only
Converts the [`AttributesWithParent`] into a deposits-only payload.
crates/consensus/protocol/src/attributes.rs:74
↓ 6 callersMethodas_ref
(&self)
crates/common/consensus/src/transaction/envelope.rs:118
↓ 6 callersMethodas_slot
(&self)
crates/common/precompile-storage/src/types/vec.rs:174
↓ 6 callersMethodas_slot
(&self)
crates/common/precompile-storage/src/types/array.rs:38
↓ 6 callersMethodas_slot
(&self)
crates/common/precompile-storage/src/types/bytes_like.rs:72
↓ 6 callersFunctionassert_block
Assert helper: ensure the chosen VersionedValue has the expected block and deletion flag.
crates/execution/trie/src/db/cursor.rs:532
↓ 6 callersFunctionassert_tx_acquisitions
Asserts that `body` causes exactly `expected` increments on `storage.tx_acquisitions()`.
crates/execution/trie/tests/tx_sharing.rs:138
↓ 6 callersMethodat_with_len
(&self, index: usize, len: usize)
crates/common/precompile-storage/src/types/vec.rs:359
↓ 6 callersMethodattributes
Returns the builder attributes.
crates/execution/payload/src/builder.rs:597
↓ 6 callersFunctionb20_call
(salt: B256)
crates/common/precompiles/src/b20_factory/storage.rs:431
↓ 6 callersMethodbase_fee_params_at_timestamp
(&self, timestamp: u64)
crates/execution/chainspec/src/spec.rs:539
↓ 6 callersMethodbehaviour_mut
Returns a mutable reference to the Swarm's behaviour.
crates/consensus/gossip/src/driver.rs:235
↓ 6 callersMethodbest_transactions_with_attributes
( &self, best_transactions_attributes: BestTransactionsAttributes, )
crates/execution/txpool/src/pool.rs:622
↓ 6 callersMethodblind
Blinds the [`TrieNode`].. Alternatively, if the [`TrieNode`] is a [`TrieNode::Blinded`] node already, its commitment is returned directly.
crates/proof/mpt/src/node.rs:112
↓ 6 callersFunctionblock_color
Returns a unique color for the given block number.
crates/infra/basectl/src/output/format.rs:128
↓ 6 callersFunctionblock_info
(number: u64)
crates/consensus/service/src/follow/runtime.rs:342
↓ 6 callersMethodbuild_new_block_with_txs_timestamp
Builds a new block with provided txs and timestamp
crates/builder/core/src/test_utils/driver.rs:112
↓ 6 callersFunctionbuild_server
Build a test server with the full production middleware stack (`EthHealthCheckLayer` → `ProxyGetRequestLayer`) and the given RPC module. Pass `RpcMod
crates/utilities/health/src/middleware.rs:142
↓ 6 callersFunctionbuild_test_genesis
Builds a test genesis configuration programmatically. Creates a Base Sepolia-like genesis with: - All EVM and inherited rollup upgrades enabled from
crates/utilities/test-utils/src/genesis.rs:22
↓ 6 callersFunctionbuild_test_header_and_account
Builds a consensus header and account proof response pair with a valid Merkle proof. The returned header's `state_root` is the trie root that the acco
crates/proof/challenge/src/test_utils.rs:998
↓ 6 callersMethodburn
Destroys `amount` tokens from `from`. Emits `Transfer(from, 0x0, amount)`.
crates/common/precompiles/src/common/ops/burnable.rs:13
↓ 6 callersMethodcancelled
(&self)
crates/utilities/runtime/src/tokio.rs:83
↓ 6 callersMethodchain_spec
Return the chain specification used by the harness.
crates/execution/runner/src/test_utils/harness.rs:304
↓ 6 callersFunctioncheck
Runs `validate` against a freshly-seeded nonce manager. `seed` may mutate the manager (e.g. advance a channel) before the (immutable) check.
crates/execution/eip8130/src/validate.rs:137
↓ 6 callersMethodcheckpoint_revert
(&mut self, checkpoint: JournalCheckpoint)
crates/common/precompile-storage/src/hashmap.rs:270
↓ 6 callersMethodclaim_once
Waits for generator capacity, then claims at most one proof job. This can wait while all generator permits are in use; use a cancellable `select!` wh
crates/proof/worker/src/job_discovery.rs:369
↓ 6 callersFunctionclassify_rpc_error
(#[case] input: &str, #[case] expected: TxManagerError)
crates/utilities/tx-manager/src/error.rs:413
↓ 6 callersFunctionclear_otel_env_vars
Clears OTEL-related environment variables that can interfere with CLI argument parsing. This is necessary because clap reads env vars for args with `e
crates/builder/core/src/test_utils/instance.rs:45
↓ 6 callersMethodconfig
Constructs the P2P network [`NetworkConfig`] from CLI arguments. ## Parameters - `config`: The rollup configuration. - `l2_chain_id`: The L2 chain I
crates/consensus/cli/src/p2p.rs:510
↓ 6 callersMethodconfig
(&self)
crates/execution/rpc/src/config.rs:117
↓ 6 callersFunctionconfigured_auth
`authenticator(20) || dummy data`.
crates/execution/eip8130/src/intrinsic.rs:410
↓ 6 callersFunctionconfirm
Prints `prompt` and reads a `y`/`yes` answer from stdin.
bin/basectl/src/confirm.rs:8
↓ 6 callersMethodcreate_b20_token_tx
Creates a transaction that calls the B-20 token factory with the default salt.
actions/harness/tests/beryl/env.rs:256
↓ 6 callersFunctioncreate_token
Creates a B20 token with an initial supply minted to `admin`.
etc/systems/tests/policy_transfer.rs:80
↓ 6 callersMethodcumulative_gas_used
Returns the cumulative gas used for the current pending block.
crates/execution/flashblocks/src/state_builder.rs:121
↓ 6 callersMethoddata_slot
(&self)
crates/common/precompile-storage/src/types/vec.rs:169
↓ 6 callersMethoddeactivate_feature_tx
Creates an activation registry `deactivate(feature)` transaction signed by the admin.
actions/harness/tests/beryl/env.rs:394
↓ 6 callersFunctiondecode_eip1559
(prepared: &PreparedTx)
crates/utilities/tx-manager/tests/craft_tx.rs:25
↓ 6 callersFunctiondefault_node_config_args
()
crates/consensus/cli/src/node.rs:644
↓ 6 callersFunctiondefaults
()
crates/execution/txpool/src/consumer/config.rs:59
↓ 6 callersFunctiondelegate_auth
`DELEGATE || delegate_account(20) || K1_AUTHENTICATOR || nested_sig`.
crates/execution/eip8130/src/authorize.rs:509
↓ 6 callersFunctionderive_deposits
Derive deposits as `Vec<Bytes>` for transaction receipts. Successful deposits must be emitted by the deposit contract and have the correct event sign
crates/consensus/derive/src/attributes/stateful.rs:234
↓ 6 callersFunctiondispatch_factory_revert
(ctx: StorageCtx<'_>, call: impl SolCall)
crates/common/precompiles/src/b20_factory/storage.rs:456
↓ 6 callersMethoddrain
Drains all cached flashblocks for the given block number, returning them sorted by index. Returns an empty `Vec` when nothing is cached.
crates/execution/flashblocks/src/cache.rs:66
↓ 6 callersFunctiondriver_for_next_event
( runtime: R, source_events: impl IntoIterator<Item = Result<L2BlockEvent, SourceError>>,
crates/batcher/core/src/driver.rs:558
↓ 6 callersFunctiondriver_with_tx_manager
( tx_manager: MockTxManager, )
crates/proof/challenge/src/driver.rs:1113
↓ 6 callersFunctiondummy_cached_data
(num: u64)
crates/execution/exex/src/sync_target.rs:254
↓ 6 callersMethodencode
(&self, out: &mut dyn BufMut)
crates/common/consensus/src/transaction/deposit.rs:320
↓ 6 callersMethodencode
(&self, out: &mut dyn BufMut)
crates/common/consensus/src/transaction/eip8130/account_changes.rs:30
↓ 6 callersMethodencode_2718
(&self, out: &mut dyn alloy_rlp::BufMut)
crates/common/consensus/src/transaction/deposit.rs:297
↓ 6 callersFunctionencode_nullify_calldata
Encodes the calldata for `IAggregateVerifier.nullify()`. The first byte of `proof_bytes` is the proof type discriminator: `0` for TEE, `1` for ZK.
crates/proof/contracts/src/aggregate_verifier.rs:637
↓ 6 callersMethodensure_storage_path_matches
Returns an error if an existing proofs-history directory belongs to a different backend.
crates/execution/node/src/args.rs:66
↓ 6 callersFunctioneth_amount
(value: &str)
crates/proof/tee/nitro-attestation-prover/src/boundless.rs:1315
↓ 6 callersMethodeth_api
Returns a reference to the [`EthApiNodeBackend`].
crates/execution/rpc/src/eth/mod.rs:88
↓ 6 callersMethodexecute
Executes a single query.
crates/consensus/service/src/actors/l1_watcher/query_processor.rs:62
↓ 6 callersMethodexecute
(&self, state: &mut EngineState)
crates/consensus/engine/src/task_queue/tasks/finalize/task.rs:33
← previousnext →1,001–1,100 of 16,503, ranked by callers