Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ functions
Functions
21,276 in github.com/base/base
⨍
Functions
21,276
◇
Types & classes
3,286
↓ 914 callers
Method
clone
(&self)
crates/execution/evm/src/build.rs:133
↓ 530 callers
Method
collect
(bundle: &BundleState)
crates/execution/txpool/src/state_diff_maintain.rs:108
↓ 497 callers
Method
lock
Locks the storage and returns the collected traces.
crates/consensus/protocol/src/test_utils.rs:104
↓ 447 callers
Method
as_ref
(&self)
crates/common/rpc-types/src/log.rs:33
↓ 372 callers
Method
iter
Returns every retained artifact in creation order.
crates/batcher/encoder/src/artifact.rs:111
↓ 343 callers
Method
to_vec
Render all events into human readable strings.
crates/execution/txpool-tracing/src/events.rs:116
↓ 304 callers
Method
id
Returns the `AccessControl` role identifier.
crates/common/precompiles/src/common/ops/roles.rs:42
↓ 303 callers
Function
channel
(id: ChannelId, opened_l1_block: u64, duration: u64)
crates/batcher/encoder/src/egress.rs:333
↓ 285 callers
Method
clone
(&self)
crates/proof/host/src/recording.rs:38
↓ 275 callers
Method
clone
(&self)
crates/consensus/service/src/actors/l1_watcher/query_processor.rs:39
↓ 261 callers
Method
increment
(&self, _: T)
crates/utilities/metrics/src/noop.rs:14
↓ 239 callers
Method
is_some
Whether any field that defines an EIP-8130 request is present. [`Self::sender_actor_id`] is excluded: it is a simulation-only auxiliary hint about an
crates/common/rpc-types/src/transaction/request.rs:194
↓ 194 callers
Method
path
Returns the path to the configuration file, if set.
crates/consensus/cli/src/config.rs:47
↓ 184 callers
Function
u
`U256` from a small literal.
crates/common/precompiles/tests/common/utils.rs:37
↓ 181 callers
Method
clone
(&self)
crates/common/precompile-storage/src/types/mod.rs:44
↓ 180 callers
Method
push
(&self, value: T)
crates/common/precompile-storage/src/types/vec.rs:240
↓ 169 callers
Method
iter
Returns an iterator of contract-backed upgrades -> their activation times (if scheduled), in [`BaseUpgrade::CONTRACT_VARIANTS`] order. Derived from `
crates/common/genesis/src/chain/upgrade.rs:826
↓ 163 callers
Method
len
Returns the number of transactions in the batch.
crates/infra/load-tests/src/runner/submission.rs:297
↓ 145 callers
Method
iter
Iterates over the keys in this watch set.
crates/execution/txpool/src/invalidation.rs:157
↓ 144 callers
Method
chain
Return a slice over the entire chain.
actions/harness/src/l1/miner.rs:529
↓ 141 callers
Method
ok
(target: String)
crates/infra/basectl/src/commands/p2p.rs:735
↓ 139 callers
Method
len
(&self)
crates/execution/txpool/src/guard.rs:178
↓ 138 callers
Method
into_iter
(self)
crates/batcher/encoder/src/artifact.rs:302
↓ 137 callers
Method
len
(&self)
crates/common/precompile-storage/src/types/vec.rs:190
↓ 135 callers
Method
tx
Returns the unsigned transaction body.
crates/common/consensus/src/transaction/eip8130/signed.rs:176
↓ 134 callers
Function
decode
(encoded: Vec<u8>)
crates/consensus/protocol/benches/frame_parse_iai.rs:47
↓ 133 callers
Function
revert
(provider: &RootProvider, id: U256)
crates/utilities/tx-manager/tests/reorg.rs:56
↓ 133 callers
Method
send
Sends the hint to the passed [`HintWriterClient`].
crates/proof/proof/src/hint.rs:54
↓ 130 callers
Method
hash_slow
(&self)
crates/common/consensus/src/transaction/deposit.rs:338
↓ 129 callers
Method
create_l2_sequencer
Create an [`L2Sequencer`] starting from L2 genesis, wired to a snapshot of the current L1 chain. The returned sequencer generates real [`BaseBlock`]s
actions/harness/src/harness.rs:274
↓ 129 callers
Method
push
Adds `key` to the set if not already present. Returns `true` if the key was newly inserted.
crates/execution/txpool/src/invalidation.rs:129
↓ 127 callers
Method
extend
Extends the canonical chain by one block. When not stalled, each call dispatches the block through `dispatch_safe_l2_for`, which consumes **two** scr
crates/consensus/service/src/test_utils/fake_l1.rs:91
↓ 127 callers
Method
write
Pretty-prints `value` as JSON to `writer`, terminating with a newline.
crates/infra/basectl/src/output/json.rs:32
↓ 124 callers
Method
push
Append a newly mined block to the shared chain.
actions/harness/src/l1/provider.rs:26
↓ 123 callers
Function
fresh
Fresh provider with an initialized `Base Asset` at [`TOKEN`], matching the factory bootstrap: the multiplier slot is left physically zero and the gett
crates/common/precompiles/tests/b20_asset_v2_golden.rs:158
↓ 123 callers
Method
is_empty
Returns true when the batch has no transactions.
crates/infra/load-tests/src/runner/submission.rs:302
↓ 118 callers
Method
try_into
Returns a pointer to the bootstore file for the given combination of chain id and bootstore file type.
crates/consensus/peers/src/store.rs:55
↓ 115 callers
Method
build
(base: &[u8], exponent: &[u8], modulus: &[u8])
actions/harness/tests/azul/modexp.rs:57
↓ 112 callers
Method
find
Finds a conductor node by name or returns a typed lookup error.
crates/infra/basectl/src/config.rs:134
↓ 112 callers
Method
len
Returns the number of pending proofs.
crates/proof/challenge/src/pending.rs:205
↓ 112 callers
Method
send
(&self, request: CheckpointRequest)
crates/consensus/service/src/actors/checkpoint/client.rs:50
↓ 111 callers
Method
cancel
(&self)
crates/utilities/runtime/src/tokio.rs:89
↓ 110 callers
Method
initialize
Initialize the pipeline by sending the genesis activation signal. Must be called once before any [`step`] or [`run_until_idle`] calls. [`step`]: Tes
actions/harness/src/node.rs:223
↓ 109 callers
Method
insert
Inserts a value into the set. Returns `true` if newly inserted, `false` if already present.
crates/common/precompile-storage/src/types/set.rs:198
↓ 108 callers
Method
build_next_block_with_single_transaction
Build the next L2 block with a single transaction.
actions/harness/src/sequencer/driver.rs:160
↓ 108 callers
Method
insert
Registers `hash` under every key in `watch`. If `hash` is already present its previous watch set is removed first, so the index always reflects the la
crates/execution/txpool/src/invalidation.rs:212
↓ 108 callers
Method
take
Take cached trie data for a specific block, removing it from the cache.
crates/execution/exex/src/sync_target.rs:189
↓ 107 callers
Method
encoded_2718
Returns lazily computed EIP-2718 encoded bytes of the transaction.
crates/execution/txpool/src/transaction.rs:135
↓ 105 callers
Method
create_test_rollup_node_from_sequencer
Create a [`TestRollupNode`] wired to a sequencer's block-hash registry, returning `(node, l1_chain)` for convenient L1-push-then-signal patterns. Wir
actions/harness/src/harness.rs:225
↓ 102 callers
Method
as_ref
(&self)
crates/consensus/protocol/src/batch/bits.rs:16
↓ 99 callers
Method
run_until_idle
Loop over the pipeline until it is idle, executing every derived block through the engine. Returns the number of L2 blocks derived and executed.
actions/harness/src/node.rs:606
↓ 99 callers
Method
set_caller
Sets the caller address (test-utils only).
crates/common/precompile-storage/src/hashmap.rs:384
↓ 98 callers
Method
accounting_mut
(&mut self)
crates/common/precompiles/src/b20_asset/logic/mod.rs:53
↓ 98 callers
Function
fresh
Fresh provider with an initialized `Base Asset` at [`TOKEN`], matching the factory bootstrap: the multiplier slot is left physically zero and the gett
crates/common/precompiles/tests/b20_asset_v1_golden.rs:131
↓ 98 callers
Method
insert
Inserts a [`TrieNode`] at the given path into the trie rooted at Self. ## Takes - `self` - The root trie node - `path` - The nibbles representation o
crates/proof/mpt/src/node.rs:195
↓ 96 callers
Method
accounting
(&self)
crates/common/precompiles/src/b20_asset/logic/mod.rs:49
↓ 96 callers
Method
build
Builds the [`BaseProofsExEx`].
crates/execution/exex/src/lib.rs:107
↓ 95 callers
Method
address
(self)
crates/execution/eip8130/src/recovered.rs:77
↓ 92 callers
Method
len
Returns the length of the bootnodes.
crates/consensus/peers/src/nodes.rs:47
↓ 91 callers
Method
clone
(&self)
crates/execution/trie/src/cursor_factory.rs:144
↓ 90 callers
Method
as_mut
(&mut self)
crates/common/rpc-types/src/transaction/request.rs:235
↓ 90 callers
Method
get
Returns the wrapped address.
crates/common/precompiles/src/common/ops/non_zero_address.rs:24
↓ 89 callers
Method
hash
Get the block hash.
crates/execution/trie/src/db/models/block.rs:55
↓ 84 callers
Method
into_iter
(self)
crates/execution/txpool/src/invalidation.rs:184
↓ 82 callers
Method
is_zero
Returns `true` if both halves are zero.
crates/proof/tee/nitro-verifier/src/types.rs:114
↓ 81 callers
Function
fresh
Fresh provider with an initialized `Base Dollar` stablecoin at [`TOKEN`].
crates/common/precompiles/tests/b20_stablecoin_v2_golden.rs:131
↓ 81 callers
Function
op
Drives one op through the resolver-gated (`Cobalt` -> V2) unprivileged path.
crates/common/precompiles/tests/b20_asset_v2_golden.rs:197
↓ 81 callers
Method
to
(mut self, to: Address)
crates/common/rpc-types/src/transaction/request.rs:287
↓ 80 callers
Method
bind
Bind and start the health check server on the specified address. Returns a handle that can be awaited to run the server.
crates/infra/ingress-rpc/src/health.rs:18
↓ 80 callers
Method
get
(&self, account: &Address)
crates/execution/txpool/src/limits.rs:43
↓ 80 callers
Method
push
Pushes a toast notification directly.
crates/infra/basectl/src/tui/toast.rs:108
↓ 79 callers
Function
encode
(signed: &Eip8130Signed)
crates/common/eip8130/src/intrinsic.rs:671
↓ 79 callers
Function
fresh
Fresh provider with an initialized `USD Coin` stablecoin at [`TOKEN`].
crates/common/precompiles/tests/b20_stablecoin_v1_golden.rs:108
↓ 79 callers
Function
query
( send_state: &SendState, manager: &SimpleTxManager<RootProvider>, tx_hash: B256, )
crates/utilities/tx-manager/tests/reorg.rs:64
↓ 77 callers
Method
address
Return the address derived from this account's private key.
actions/harness/src/common/account.rs:43
↓ 76 callers
Method
at_mut
(&mut self, index: usize)
crates/common/precompile-storage/src/types/array.rs:74
↓ 76 callers
Function
seed
Mutates raw token storage through the accounting port (test setup only).
crates/common/precompiles/tests/b20_asset_v2_golden.rs:179
↓ 73 callers
Method
advance
Run one full batch cycle through the production [`BatchDriver`] path. # Panics Panics if the L2 source is empty. Use [`try_advance`] to test the emp
actions/harness/src/batcher/actor.rs:431
↓ 73 callers
Function
initialized
Storage with both built-in policies seeded and the counter at 2.
crates/common/precompiles/src/policy/logic/v2.rs:701
↓ 73 callers
Method
push
Appends a single game to the factory.
crates/proof/challenge/src/test_utils.rs:124
↓ 72 callers
Method
accounting
(&self)
crates/common/precompiles/src/b20_stablecoin/logic/mod.rs:49
↓ 72 callers
Function
token
()
crates/common/precompiles/src/b20_asset/logic/v2.rs:1421
↓ 70 callers
Method
hash
(&self)
crates/execution/txpool/src/transaction.rs:191
↓ 69 callers
Function
test_signature
(v: u8)
crates/proof/primitives/src/proof_encoder.rs:138
↓ 68 callers
Method
get
Gets an account by index.
crates/infra/load-tests/src/workload/accounts.rs:109
↓ 68 callers
Method
signer
Constructs and returns a `PrivateKeySigner` for this account.
crates/utilities/test-utils/src/accounts.rs:57
↓ 67 callers
Method
push
Appends one immutable ready artifact.
crates/batcher/encoder/src/artifact.rs:116
↓ 67 callers
Method
request
Sends a [`alloy_rpc_client::RpcCall`] request to the sequencer endpoint.
crates/execution/rpc/src/sequencer.rs:133
↓ 66 callers
Function
addr
Helper to create an address from a `u64` index.
crates/proof/challenge/src/test_utils.rs:504
↓ 66 callers
Function
decode
(payload: Bytes)
crates/common/flashblocks/benches/flashblock_decode_iai.rs:129
↓ 66 callers
Method
tip
Alias for [`latest`] — returns the current chain tip. [`latest`]: L1Miner::latest
actions/harness/src/l1/miner.rs:577
↓ 64 callers
Method
contains
(&self, hash: &TxHash)
crates/execution/txpool/src/guard.rs:190
↓ 64 callers
Method
id
Return the sequencer id this conductor represents.
actions/harness/src/conductor.rs:114
↓ 64 callers
Method
insert
Inserts a new system config into the mock fetcher with the given block number.
crates/consensus/derive/src/test_utils/sys_config_fetcher.rs:26
↓ 64 callers
Function
read
Reads token state through the accounting port.
crates/common/precompiles/tests/b20_asset_v2_golden.rs:187
↓ 64 callers
Method
set
(&self, _: T)
crates/utilities/metrics/src/noop.rs:11
↓ 63 callers
Method
accounting_mut
(&mut self)
crates/common/precompiles/src/b20_stablecoin/logic/mod.rs:53
↓ 63 callers
Method
commit
(mut self)
crates/execution/trie/src/db/batch.rs:41
↓ 61 callers
Method
into_signed
(self, signature: Signature)
crates/common/consensus/src/transaction/typed.rs:338
↓ 61 callers
Method
mine_block
Mine the next L1 block, consuming all pending signed transactions. The new block's `parent_hash` is set to the previous block's hash, and its timesta
actions/harness/src/l1/miner.rs:645
next →
1–100 of 21,276, ranked by callers