MCPcopy Create free account

hub / github.com/base/base / functions

Functions19,566 in github.com/base/base

↓ 58 callersFunctiontest_pool
Connect to the test database using `DATABASE_URL` env var.
crates/proof/prover-service/db/tests/postgres_integration.rs:41
↓ 58 callersFunctiontest_repo
(pool: PgPool)
crates/proof/prover-service/db/tests/postgres_integration.rs:53
↓ 57 callersMethodread
Resolves the channel nonce for `(address, nonce_key)` at `block_id`, honoring `state_overrides` if provided. `state_overrides` lets callers stack pen
crates/execution/eip8130-rpc/src/nonce_reader.rs:46
↓ 56 callersMethodcount
Counts how many observed transactions currently have the given status.
crates/builder/core/src/test_utils/txs.rs:259
↓ 54 callersMethodget
Returns the current recovery mode state.
crates/consensus/service/src/actors/sequencer/recovery.rs:29
↓ 54 callersFunctionminimal_valid_eoa_tx
Returns a minimal, structurally valid EOA-path [`TxEip8130`] bound to the test chain. `sender` is left as `None` so the EOA recovery path is exercised
crates/execution/txpool/src/validator.rs:2423
↓ 54 callersFunctionread
Reads token state through the accounting port.
crates/common/precompiles/tests/b20_asset_v2_golden.rs:177
↓ 54 callersFunctiontest_engine_client_builder
Builder for creating test `MockEngineClient` instances with sensible defaults
crates/consensus/engine/src/test_utils/engine_client.rs:36
↓ 53 callersMethodchain
Set the chain ID.
crates/execution/chainspec/src/builder.rs:34
↓ 53 callersMethoditer
Iterates over the keys in this watch set.
crates/execution/txpool/src/invalidation.rs:157
↓ 52 callersMethodis_empty
(&self)
crates/execution/txpool/src/guard.rs:184
↓ 52 callersMethodlen
Returns the number of stored entries.
crates/builder/metering/src/store.rs:73
↓ 52 callersFunctionop
Drives one op through the resolver-gated (`Beryl` -> V1) unprivileged path.
crates/common/precompiles/tests/b20_asset_v1_golden.rs:160
↓ 51 callersFunctionseed
Mutates raw token storage through the accounting port (test setup only).
crates/common/precompiles/tests/b20_asset_v1_golden.rs:147
↓ 50 callersFunctiongive_role
Grants `role` to `who` and bumps the role member count (setup only).
crates/common/precompiles/tests/b20_asset_v2_golden.rs:236
↓ 50 callersMethodincrement
Increment the gauge value.
crates/proof/succinct/utils/host/src/metrics.rs:26
↓ 50 callersFunctioninitialized
Storage with both built-in policies seeded and the counter at 2.
crates/common/precompiles/src/policy/logic/v1.rs:545
↓ 50 callersMethodis_empty
Returns `true` if there are no pending proofs.
crates/proof/challenge/src/pending.rs:210
↓ 49 callersMethodadd_block
(&mut self, block: BaseBlock)
crates/batcher/encoder/src/encoder.rs:462
↓ 49 callersMethodbuild
Starts a block build directly against the execution layer.
crates/consensus/engine/src/task_queue/core.rs:86
↓ 48 callersFunctiontoken
()
crates/common/precompiles/src/b20_stablecoin/logic/v2.rs:1047
↓ 47 callersFunctionassert_root
(label: &str, storage: HashMapStorageProvider, expected: B256)
crates/common/precompiles/tests/b20_asset_v2_golden.rs:231
↓ 47 callersMethodget
Get a proof request by ID
crates/proof/prover-service/db/src/repo.rs:328
↓ 47 callersMethodinto_inner
Consumes the response and returns the wrapped Ethereum header response.
crates/common/rpc-types/src/block.rs:39
↓ 47 callersMethodprovider
(&self)
crates/execution/flashblocks-node/tests/eip7702_tests.rs:49
↓ 47 callersMethodtemp
Wraps this [`PipelineError`] as a [`PipelineErrorKind::Temporary`]. Temporary errors indicate transient conditions that may resolve with additional d
crates/consensus/derive/src/errors/pipeline.rs:307
↓ 46 callersMethodblock
Returns the block metrics for the given block number.
crates/execution/metering/src/cache.rs:192
↓ 46 callersMethodfinish
Marks this archive as fully packaged and removes it from the active set.
crates/infra/snapshotter/src/progress.rs:155
↓ 45 callersMethodchain_id
Return the chain ID used by the harness.
crates/execution/runner/src/test_utils/harness.rs:308
↓ 45 callersMethodcreate
Create a new proof request and return its UUID
crates/proof/prover-service/db/src/repo.rs:31
↓ 45 callersMethodtx_hash
Sets the transaction hash join key and includes it in the event ID.
crates/common/observability-events/src/emit.rs:115
↓ 44 callersMethodis_empty
Returns if the bootnodes are empty.
crates/consensus/peers/src/nodes.rs:52
↓ 44 callersMethodsender_signature_hash
Signing-hash preimage for the sender, per [EIP-8130]. `keccak256(EIP8130_TX_TYPE || rlp([...unsigned body fields...]))`. [EIP-8130]: https://eips.et
crates/common/consensus/src/transaction/eip8130/tx.rs:302
↓ 44 callersMethodset
(&self, _: T)
crates/utilities/metrics/src/noop.rs:11
↓ 44 callersMethodsplit
Splits the [Hint] into its components.
crates/proof/proof/src/hint.rs:35
↓ 43 callersMethodcontains_key
Returns `true` if there is a pending proof for the given game address.
crates/proof/challenge/src/pending.rs:195
↓ 43 callersMethodstore
Stores the cursor without moving it backwards. The guard limits rolling-deploy replay; readers must remain singleton to avoid duplicates. # Errors Ret
crates/execution/shadow-indexer-db/src/cursor.rs:61
↓ 42 callersFunctionassert_root
(label: &str, storage: HashMapStorageProvider, expected: B256)
crates/common/precompiles/tests/b20_asset_v1_golden.rs:204
↓ 42 callersMethodbuild
Builds and starts the system test stack.
etc/systems/src/smoke.rs:476
↓ 42 callersMethodremove
Removes a value from the set using swap-and-pop. Returns `true` if found and removed.
crates/common/precompile-storage/src/types/set.rs:213
↓ 42 callersMethodretain
Keeps only the fork schedules matching the predicate.
actions/harness/src/matrix.rs:95
↓ 42 callersMethodwrite
(&mut self, value: Vec<T>)
crates/common/precompile-storage/src/types/vec.rs:136
↓ 41 callersMethodcode
Numeric encoding used by the heartbeat emitter to pick which counter to increment.
crates/infra/sidecrush/src/healthcheck/mod.rs:40
↓ 41 callersFunctionconnect
()
crates/proof/prover-service/tests/common/mod.rs:5
↓ 41 callersMethodget_events
Returns emitted events for the given address (test-utils only).
crates/common/precompile-storage/src/hashmap.rs:342
↓ 41 callersMethodmax_fee_per_gas
(&self)
crates/execution/txpool/src/transaction.rs:287
↓ 41 callersFunctiontoken
()
crates/common/precompiles/src/b20_asset/logic/v1.rs:1119
↓ 40 callersMethoddriver
Creates a [`ChainDriver`] connected to this local instance.
crates/builder/core/src/test_utils/instance.rs:340
↓ 40 callersMethodis_cancelled
(&self)
crates/utilities/runtime/src/tokio.rs:93
↓ 40 callersFunctionop_privileged
Drives one op through V2 with factory-init privilege (guards skipped).
crates/common/precompiles/tests/b20_asset_v2_golden.rs:207
↓ 40 callersFunctionop_privileged
Drives one op through V1 with factory-init privilege (guards skipped).
crates/common/precompiles/tests/b20_asset_v1_golden.rs:180
↓ 40 callersMethodsend
Builds, signs, and broadcasts the transaction, returning a pending transaction handle.
crates/builder/core/src/test_utils/txs.rs:151
↓ 40 callersMethodvalue
(&self)
crates/execution/txpool/src/transaction.rs:319
↓ 39 callersMethodclone
(&self)
crates/execution/txpool/src/pool.rs:123
↓ 39 callersFunctionop_privileged
Drives one op through V1 with factory-init privilege (guards skipped).
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:161
↓ 38 callersFunctioncreate_allowlist
(storage: &mut Storage)
crates/common/precompiles/src/policy/logic/v2.rs:711
↓ 38 callersMethodload
Load the boot information from the preimage oracle. This method retrieves all the necessary boot parameters from the preimage oracle using predefined
crates/proof/proof/src/boot.rs:215
↓ 38 callersFunctionsetup_db
()
crates/execution/trie/src/db/cursor.rs:425
↓ 37 callersFunctioncall_policy
Drives one registry call through `dispatch`, returning `(is_revert, bytes)`.
crates/common/precompiles/tests/b20_policy_v2_golden.rs:111
↓ 37 callersMethodinto_consensus
(self)
crates/execution/txpool/src/transaction.rs:199
↓ 37 callersMethodsignature_hash
Heavy operation that returns the signature hash over rlp encoded transaction. It is only for signature signing or signer recovery. Panics on the [`Se
crates/common/consensus/src/transaction/pooled.rs:51
↓ 37 callersFunctiontest_actor
Returns a test SequencerActor with mocks that can be used or overridden.
crates/consensus/service/src/actors/sequencer/tests/test_util.rs:18
↓ 36 callersMethodas_eip1559
Returns the [`TxEip1559`] variant if the transaction is an EIP-1559 transaction.
crates/common/consensus/src/transaction/pooled.rs:159
↓ 36 callersMethodget
Gets a value from the cache, returning `None` if not present.
crates/proof/rpc/src/cache.rs:116
↓ 36 callersMethodget_block_number
(&self, tag: BlockNumberOrTag)
crates/consensus/service/src/follow/source.rs:66
↓ 36 callersMethodkey
Returns the event key.
crates/infra/audit/src/storage.rs:113
↓ 36 callersMethodpush_block
(&mut self, block: BaseBlock)
actions/harness/tests/beryl/policy_transfer.rs:401
↓ 36 callersMethodroute
Decodes calldata, observes the decoded operation, and routes it to `version` with optional factory-init privilege.
crates/common/precompiles/src/b20_asset/dispatch.rs:96
↓ 36 callersFunctionsign_eoa_eip8130
Signs `tx` as an EOA-path EIP-8130 transaction and returns the resulting [`Eip8130Signed`] with a valid 65-byte secp256k1 `sender_auth`.
crates/execution/txpool/src/validator.rs:2414
↓ 36 callersMethodstatus
Returns the HTTP status for this error.
crates/infra/telemetry/src/p2p.rs:220
↓ 36 callersFunctiontoken
()
crates/common/precompiles/src/b20_stablecoin/logic/v1.rs:970
↓ 35 callersMethodas_str
Convert enum to static string representation
crates/proof/prover-service/db/src/models.rs:31
↓ 35 callersMethodcall
Executes an `eth_call` against `to`.
etc/systems/src/b20.rs:507
↓ 35 callersMethodchain_spec
Returns the chain spec associated with this configuration.
crates/execution/evm/src/config.rs:135
↓ 35 callersFunctionfresh
A fresh provider with the policy registry activated.
crates/common/precompiles/tests/b20_policy_v2_golden.rs:104
↓ 35 callersMethodget_by_level
Returns the items in the storage that match the specified level.
crates/consensus/protocol/src/test_utils.rs:95
↓ 35 callersMethodhash
Returns the block hash.
crates/consensus/protocol/src/block.rs:115
↓ 35 callersMethodis_empty
(&self)
crates/common/precompile-storage/src/types/vec.rs:197
↓ 35 callersMethodmax_priority_fee_per_gas
(&self)
crates/execution/txpool/src/transaction.rs:291
↓ 35 callersMethodmethod
(&self)
crates/execution/tx-forwarding/src/forwarder/task.rs:472
↓ 35 callersMethodsend
Send a flashblock to the background processor and wait until it is handled.
crates/execution/flashblocks-node/src/test_harness.rs:77
↓ 34 callersFunctionassert_root
(label: &str, storage: HashMapStorageProvider, expected: B256)
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:185
↓ 34 callersFunctioncompressed_request
()
crates/proof/prover-service/db/tests/postgres_integration.rs:57
↓ 34 callersFunctionop
Drives one op through the resolver-gated (`Beryl` -> V1) unprivileged path.
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:141
↓ 34 callersFunctionseed
Mutates raw token storage through the accounting port (test setup only).
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:125
↓ 33 callersMethodcollect
Map criterion benchmark id -> Measurement under root. A criterion result lives at `<root>/<id...>/current/estimates.json`. The id is
etc/scripts/ci/bench_compare.py:43
↓ 33 callersMethodnumber
Get the block number.
crates/execution/trie/src/db/models/block.rs:50
↓ 33 callersMethodretry
(error: anyhow::Error)
crates/infra/snapshotter/src/upload.rs:994
↓ 33 callersFunctionrun
Dispatches `calldata` against a Beryl runtime, expecting no fatal error.
crates/common/precompiles/src/policy/dispatch.rs:265
↓ 33 callersMethodto_bytes
Returns the [`BatchTransaction`] as a [`Bytes`].
crates/consensus/protocol/src/batch/tx.rs:31
↓ 32 callersFunctionassert_unsupported
(result: Result<(), InvalidPoolTransactionError>)
crates/execution/txpool/src/validator.rs:2443
↓ 32 callersMethodcreate_transaction
Returns a transaction builder that can be used to create and send transactions.
crates/builder/core/src/test_utils/driver.rs:322
↓ 32 callersFunctionfresh
A fresh provider with the policy registry activated.
crates/common/precompiles/tests/b20_policy_v1_golden.rs:93
↓ 32 callersMethodget_mut
Returns a mutable reference to the pending proof for the given game address.
crates/proof/challenge/src/pending.rs:190
↓ 32 callersMethodinsert
Inserts a pending proof for the given game address.
crates/proof/challenge/src/pending.rs:175
↓ 32 callersMethodparse
Parses a hex private key (with or without a `0x` prefix).
crates/infra/basectl/src/rpc/submit.rs:68
↓ 32 callersMethodpop
(&self)
crates/common/precompile-storage/src/types/vec.rs:258
↓ 32 callersMethodseek
( &mut self, key: Nibbles, )
crates/execution/trie/src/cursor.rs:31
↓ 32 callersMethodsignature_message
The expected message that should be signed by the unsafe block signer.
crates/common/rpc-types-engine/src/envelope.rs:572
↓ 32 callersMethodsigner_b256
Returns the private key as a B256 for use with `TransactionBuilder`.
crates/utilities/test-utils/src/accounts.rs:66
← previousnext →101–200 of 19,566, ranked by callers