MCPcopy Create free account

hub / github.com/base/base / functions

Functions21,276 in github.com/base/base

↓ 34 callersMethodcreate_transaction
Returns a transaction builder that can be used to create and send transactions.
crates/builder/core/src/test_utils/driver.rs:322
↓ 34 callersMethodget_mut
Returns a mutable reference to the pending proof for the given game address.
crates/proof/challenge/src/pending.rs:190
↓ 34 callersFunctionop
Drives one op through the resolver-gated (`Beryl` -> V1) unprivileged path.
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:141
↓ 34 callersMethodpush_block
(&mut self, block: BaseBlock)
actions/harness/tests/beryl/policy_transfer.rs:401
↓ 33 callersMethodbuild
Build the resulting [`BaseChainSpec`]. # Panics This function panics if the chain ID and genesis is not set ([`Self::chain`] and [`Self::genesis`]),
crates/execution/chainspec/src/builder.rs:188
↓ 33 callersMethodmax_priority_fee_per_gas
(&self)
crates/execution/txpool/src/transaction.rs:268
↓ 33 callersMethodnext
Returns the next filter in the cycle.
crates/infra/basectl/src/app/state.rs:181
↓ 33 callersMethodsignature_message
The expected message that should be signed by the unsafe block signer.
crates/common/rpc-types-engine/src/envelope.rs:571
↓ 33 callersMethodsnapshot
Compute a point-in-time snapshot of the current throttle state. Params are derived from `backlog_bytes` on demand; no additional state is stored in `
crates/batcher/core/src/throttle.rs:260
↓ 33 callersMethodtimestamp
Creates a new timestamp ordering (FIFO).
crates/execution/txpool/src/ordering.rs:68
↓ 33 callersFunctionwith_storage
(body: impl FnOnce(&mut AccountConfigurationStorage<'_>) -> R)
crates/execution/eip8130/src/apply.rs:1099
↓ 33 callersMethodwith_to
Sets the transaction recipient address.
crates/builder/core/src/test_utils/txs.rs:43
↓ 32 callersMethodas_str
Returns the CLI label for this txpool scope.
crates/infra/basectl/src/rpc/txpool.rs:45
↓ 32 callersFunctioncheck
(status: DoctorStatus)
crates/infra/basectl/src/doctor.rs:1439
↓ 32 callersFunctionfresh
A fresh provider with the policy registry activated.
crates/common/precompiles/tests/b20_policy_v1_golden.rs:94
↓ 32 callersMethodinsert
(&mut self, key: U256, value: Vec<u8>)
crates/proof/proof/src/boot.rs:519
↓ 32 callersMethodinsert
Inserts a pending proof for the given game address.
crates/proof/challenge/src/pending.rs:175
↓ 32 callersMethodpop
(&self)
crates/common/precompile-storage/src/types/vec.rs:258
↓ 32 callersMethodrecord
(&mut self, gas_used: u64, miner_fee: u128, base_fee: u64, coinbase_tip: U256)
crates/execution/payload/src/inclusion.rs:26
↓ 32 callersMethodseek
( &mut self, key: Nibbles, )
crates/execution/trie/src/cursor.rs:31
↓ 32 callersMethodsender
(&self)
crates/execution/txpool/src/transaction.rs:195
↓ 32 callersMethodsleep
Returns a pinned timer that completes when the calculated deadline is reached.
crates/builder/core/src/flashblocks/deadline.rs:57
↓ 32 callersMethodstore_trie_updates
( &self, block_ref: BlockWithParent, block_state_diff: BlockStateDiff, )
crates/execution/trie/tests/lib.rs:212
↓ 32 callersMethodwith_gas_limit
Sets the gas limit for the transaction.
crates/builder/core/src/test_utils/txs.rs:79
↓ 31 callersFunctionassert_unsupported
(result: Result<(), InvalidPoolTransactionError>)
crates/execution/txpool/src/validator.rs:2475
↓ 31 callersMethodbuild
Build the flashblock.
crates/execution/flashblocks-node/src/test_harness.rs:587
↓ 31 callersMethodcontains_key
Returns `true` if there is a pending proof for the given game address.
crates/proof/challenge/src/pending.rs:195
↓ 31 callersFunctionfund
Credits `who` with `amount` and grows total supply to match (setup only).
crates/common/precompiles/tests/b20_asset_v2_golden.rs:253
↓ 31 callersMethodrequest_timeout
Return the configured per-request timeout.
crates/proof/prover-service/client/src/config.rs:109
↓ 31 callersMethodwith_block
Creates a new [`MockOriginSelectorProvider`].
crates/consensus/service/src/actors/sequencer/l1_origin/selector.rs:428
↓ 30 callersMethodaccount_trie_cursor
( &'tx self, max_block_number: u64, )
crates/execution/trie/tests/lib.rs:136
↓ 30 callersMethodblock_on
Runs a future on the current runtime, or creates one when needed.
crates/execution/node/src/node.rs:1203
↓ 30 callersMethodbuild
(self)
crates/proof/prover-service/db/src/repo.rs:1873
↓ 30 callersMethodbuild
Signs the transaction and returns it as a recovered envelope. Auto-fetches nonce and base fee from the provider when not explicitly set.
crates/builder/core/src/test_utils/txs.rs:110
↓ 30 callersFunctioncall_policy
Drives one registry call through `dispatch`, returning `(is_revert, bytes)`.
crates/common/precompiles/tests/b20_policy_v1_golden.rs:104
↓ 30 callersMethodclone
(&self)
crates/proof/challenge/src/validator.rs:137
↓ 30 callersMethodencode_2718_len
(&self)
crates/common/consensus/src/receipts/envelope.rs:303
↓ 30 callersMethodexecute
Executes the derivation pipeline to the claimed block. # Errors Returns an error if derivation fails.
crates/proof/client/src/driver.rs:81
↓ 30 callersFunctionfund
Credits `who` with `amount` and grows total supply to match (setup only).
crates/common/precompiles/tests/b20_stablecoin_v2_golden.rs:223
↓ 30 callersFunctiongive_role
Grants `role` to `who` and bumps the role member count (setup only).
crates/common/precompiles/tests/b20_asset_v1_golden.rs:214
↓ 30 callersMethodinsert
Insert cached trie data for a block. Evicts the oldest entries when the cache exceeds capacity.
crates/execution/exex/src/sync_target.rs:164
↓ 30 callersMethodnext_nonce
Reserves the next nonce for transaction signing. On the first call (or after [`reset`](Self::reset)), fetches the current transaction count from the
crates/utilities/tx-manager/src/nonce.rs:136
↓ 30 callersFunctionread
Reads token state through the accounting port.
crates/common/precompiles/tests/b20_asset_v1_golden.rs:160
↓ 30 callersMethodrun
Run the batch driver loop. Each iteration has two phases: 1. **CPU phase**: drain encoding, apply throttle, recover txpool, submit pending frames. 2.
crates/batcher/core/src/driver.rs:236
↓ 30 callersMethodsigner_b256
Returns the private key as a B256 for use with `TransactionBuilder`.
crates/utilities/test-utils/src/accounts.rs:66
↓ 30 callersFunctiontoken_params
(name: &str, symbol: &str)
crates/common/precompiles/src/b20_factory/dispatch.rs:258
↓ 30 callersFunctionwait_for_balance
Polls until `address` has a non-zero ETH balance on the L2.
etc/systems/tests/common/balance.rs:17
↓ 30 callersMethodwith
(&self, f: impl FnOnce(&[L1Block]) -> R)
actions/harness/src/l1/provider.rs:53
↓ 30 callersMethodwith_fork_choice_updated_v3_response
Sets the `fork_choice_updated_v3` response.
crates/consensus/engine/src/test_utils/engine_client.rs:212
↓ 29 callersMethodadd_transaction
( &self, origin: TransactionOrigin, transaction: Self::Transaction, )
crates/execution/txpool/src/pool.rs:911
↓ 29 callersMethodas_str
Display label for pretty output.
crates/infra/basectl/src/doctor.rs:202
↓ 29 callersMethodblockchain_provider
Clone the underlying blockchain provider so callers can inspect chain state.
crates/execution/runner/src/test_utils/node.rs:171
↓ 29 callersFunctioninto_base_tx
(signed: &Eip8130Signed)
crates/common/evm/src/eip8130.rs:1880
↓ 29 callersMethodis_empty
Returns true if no Base-specific upgrades are configured.
crates/common/genesis/src/chain/upgrade.rs:45
↓ 29 callersMethodlen
Returns the number of retained artifacts.
crates/batcher/encoder/src/artifact.rs:101
↓ 29 callersFunctionsigning_key
(byte: u8)
crates/common/evm/src/eip8130.rs:1839
↓ 29 callersMethodspawn
Bind and start the admin server on the given socket address.
crates/batcher/admin/src/server.rs:24
↓ 29 callersMethodstore_trie_updates
( &self, block_ref: BlockWithParent, block_state_diff: BlockStateDiff, )
crates/execution/trie/src/db/store.rs:815
↓ 29 callersMethodto_backoff_builder
Creates a `backon` [`ExponentialBuilder`] from this configuration.
crates/utilities/retry/src/retry.rs:58
↓ 29 callersMethodwith_input
Sets the calldata input bytes.
crates/builder/core/src/test_utils/txs.rs:97
↓ 28 callersMethodbuild
Builds the pending blocks.
crates/execution/flashblocks/src/pending_blocks.rs:281
↓ 28 callersMethodcreate_tx
Creates and signs a test-account transaction.
actions/harness/tests/beryl/env.rs:177
↓ 28 callersMethodget_account_state
Returns the per-account [`AccountState`] (sequences + lock fields).
crates/execution/eip8130/src/account_config.rs:233
↓ 28 callersMethodget_pending_blocks
(&self)
crates/execution/flashblocks/src/state.rs:183
↓ 28 callersMethodid
Returns the block ID.
crates/consensus/protocol/src/block.rs:45
↓ 28 callersMethodpush
Records a confirmed transaction with its gas used and latency.
crates/infra/load-tests/src/metrics/rolling_window.rs:22
↓ 27 callersMethodbuild_empty_block
(&mut self)
actions/harness/tests/beryl/policy_registry.rs:677
↓ 27 callersMethodcrit
Wraps this [`PipelineError`] as a [`PipelineErrorKind::Critical`]. Critical errors indicate fundamental issues that cannot be resolved through retrie
crates/consensus/derive/src/errors/pipeline.rs:287
↓ 27 callersMethodfinish
Finalizes the block, returning the EVM, the execution result (receipts + gas used), and the accumulated block-state delta.
crates/common/evm2/src/executor.rs:361
↓ 27 callersMethodnext
(&mut self)
crates/execution/trie/src/cursor.rs:39
↓ 27 callersFunctionnode
()
crates/execution/trie/src/db/cursor.rs:434
↓ 27 callersMethodpush
Appends an entry to the buffer. If the buffer is at capacity, the oldest entry is evicted first.
crates/utilities/ring-buffer/src/ring_buffer.rs:30
↓ 27 callersMethodread
Read the raw data of the first channel, if it's timed-out or closed. Returns an error if there is nothing new to read.
crates/consensus/derive/src/stages/channel/channel_bank.rs:120
↓ 27 callersMethodsend_call
Signs, sends, and waits for a transaction against `to`.
etc/systems/src/b20.rs:520
↓ 27 callersMethodset
Sets the recovery mode state.
crates/consensus/service/src/actors/sequencer/recovery.rs:34
↓ 27 callersMethodvalue
Sets the value (amount) for the transaction.
crates/common/rpc-types/src/transaction/request.rs:293
↓ 27 callersMethodwith_fork
Add the given fork with the given activation condition to the spec.
crates/execution/chainspec/src/builder.rs:46
↓ 27 callersMethodwith_unsafe_head
Sets the unsafe head
crates/consensus/engine/src/test_utils/engine_state.rs:42
↓ 26 callersFunctionbase_tx
()
crates/common/evm/src/eip8130.rs:1857
↓ 26 callersMethodbuild_block_from_transactions
Build a block using the provided transactions and push it through the engine.
crates/execution/runner/src/test_utils/harness.rs:244
↓ 26 callersMethodbuild_next_block_with_transactions
Build the next L2 block and advance the internal head.
actions/harness/src/sequencer/driver.rs:181
↓ 26 callersMethodclone
(&self)
crates/execution/payload/src/builder.rs:130
↓ 26 callersMethodcontains
Returns true if the value is in the set.
crates/common/precompile-storage/src/types/set.rs:190
↓ 26 callersFunctioncreate_test_branch
Helper to create a simple test branch node
crates/execution/trie/tests/lib.rs:29
↓ 26 callersMethodemit_event
(&mut self, log: LogData)
crates/common/precompiles/src/b20_asset/logic/v2.rs:1259
↓ 26 callersFunctioneoa_address
(key: &SigningKey)
crates/common/evm/src/eip8130.rs:1843
↓ 26 callersMethodgas_limit
(&self)
crates/common/evm/src/transaction/core.rs:118
↓ 26 callersMethodget
( &self, game_address: Address, f: impl FnOnce(&MockGameState) -> T, )
crates/proof/challenge/src/test_utils.rs:323
↓ 26 callersMethodget
Returns the process-global transaction event writer, if configured.
crates/common/observability-events/src/emit.rs:73
↓ 26 callersMethodhash
Compute the block hash by hashing the header fields. Uses alloy's `Header::hash_slow` which hashes the RLP-encoded header.
actions/harness/src/l1/miner.rs:170
↓ 26 callersMethodlatest_block
Return the latest recovered block as seen by the local blockchain provider.
crates/execution/runner/src/test_utils/harness.rs:292
↓ 26 callersMethodread
(&self)
crates/common/precompile-storage/src/types/vec.rs:132
↓ 26 callersMethodsend_flashblock
(&self, flashblock: Flashblock)
crates/execution/flashblocks-node/tests/eip7702_tests.rs:45
↓ 26 callersFunctionstart_beryl_system
Starts a system test stack with Beryl active at block 3 and waits for block 4. The returned [`SystemTestStack`] must be kept alive for the duration o
etc/systems/tests/common/beryl.rs:18
↓ 26 callersMethodstatus
Returns the success status of the receipt's transaction.
crates/common/consensus/src/receipts/envelope.rs:124
↓ 26 callersFunctiontest_block_info
Helper to create a test `L2BlockInfo` at a specific block number
crates/consensus/engine/src/test_utils/misc.rs:6
↓ 26 callersMethodtopics
The gossip topics accepted for new blocks
crates/consensus/gossip/src/handler.rs:94
↓ 26 callersMethodwrite
(&mut self, buf: &[u8])
crates/common/observability-events/src/writer.rs:148
↓ 25 callersMethodbuild_fill
Build the [`BaseTransaction`] with default values for missing fields. This is useful for testing and debugging where it is not necessary to have full
crates/common/evm/src/transaction/builder.rs:85
↓ 25 callersMethodcontains
(&self, address: &Address)
crates/proof/zk/utils/src/precompiles/mod.rs:204
← previousnext →201–300 of 21,276, ranked by callers