Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AztecProtocol/aztec-packages
/ functions
Functions
24,401 in github.com/AztecProtocol/aztec-packages
⨍
Functions
24,401
◇
Types & classes
6,831
↳
Endpoints
29
↓ 7,257 callers
Method
get
* Gets the value at the given key. * @param key - The key to get the value from
yarn-project/kv-store/src/interfaces/map.ts:38
↓ 4,288 callers
Method
toString
()
yarn-project/foundation/src/log/noir_debug_log_util.ts:2
↓ 3,080 callers
Method
size
* Gets the current size of the map. * @returns The size of the map
yarn-project/kv-store/src/interfaces/map.ts:44
↓ 2,988 callers
Method
map
barretenberg/cpp/src/barretenberg/common/tuplet.hpp:900
↓ 2,474 callers
Method
set
* Sets the value at the given key. * @param key - The key to set the value at * @param val - The value to set
yarn-project/kv-store/src/interfaces/map.ts:12
↓ 1,732 callers
Method
push
(value: T)
yarn-project/foundation/src/iterable/peek.ts:10
↓ 1,690 callers
Function
fr
(n: number)
yarn-project/stdlib/src/tests/factories.ts:1675
↓ 1,646 callers
Method
from
(fields: FieldsOf<Tx>)
yarn-project/stdlib/src/tx/tx.ts:163
↓ 1,623 callers
Method
info
(msg: string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:68
↓ 1,476 callers
Method
resolve
(data: any)
yarn-project/foundation/src/transport/transport_client.ts:22
↓ 1,422 callers
Function
BlockNumber
(value: number)
yarn-project/foundation/src/branded-types/block_number.ts:30
↓ 1,320 callers
Method
push_back
barretenberg/cpp/src/barretenberg/common/ref_vector.hpp:111
↓ 1,282 callers
Method
at
* Gets the value at the given index. Index can be in the range [-length, length - 1). * If the index is negative, it will be treated as an offset f
yarn-project/kv-store/src/interfaces/array.ts:76
↓ 1,270 callers
Method
random
* Creates a random tx. * @param randomProof - Whether to create a random proof - this will be random bytes of the full size. * @returns A random
yarn-project/stdlib/src/tx/tx.ts:309
↓ 1,148 callers
Method
empty
* Creates an empty preimage.
yarn-project/merkle-tree/src/interfaces/indexed_tree.ts:27
↓ 1,133 callers
Method
emplace_back
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:770
↓ 1,095 callers
Method
random
()
yarn-project/p2p/src/services/reqresp/protocols/auth.ts:49
↓ 1,018 callers
Method
warn
(msg: string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:65
↓ 948 callers
Method
getTxHash
()
yarn-project/p2p/src/services/libp2p/libp2p_service.test.ts:1044
↓ 851 callers
Method
slice
(start: number, end: number)
yarn-project/simulator/src/public/avm/calldata.ts:12
↓ 828 callers
Method
send
(msg: any, transfer?: Transferable[])
yarn-project/foundation/src/transport/interface/socket.ts:9
↓ 812 callers
Method
end
()
yarn-project/validator-ha-signer/src/db/postgres.ts:31
↓ 811 callers
Method
all
()
yarn-project/p2p/src/services/data_store.ts:200
↓ 759 callers
Function
CheckpointNumber
(value: number)
yarn-project/foundation/src/branded-types/checkpoint_number.ts:28
↓ 747 callers
Method
fromBuffer
* Deserializes an object from a buffer * @param buffer - The buffer to deserialize.
yarn-project/foundation/src/serialize/buffer_reader.ts:489
↓ 719 callers
Method
toBuffer
* Serializes to a buffer. * @returns A buffer.
yarn-project/foundation/src/crypto/signature/index.ts:11
↓ 703 callers
Method
simulate
(tx: Tx)
yarn-project/simulator/src/public/public_tx_simulator/public_tx_simulator_interface.ts:5
↓ 700 callers
Method
join
Set the multi option policy to join
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:5125
↓ 698 callers
Method
debug
(msg: string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:74
↓ 678 callers
Method
fromString
* Creates a new Note instance from a hex string. * @param str - Hex representation. * @returns A Note instance.
yarn-project/stdlib/src/note/note.ts:61
↓ 661 callers
Method
value
Get the raw value. Guaranteed to be 0 or 1.
barretenberg/cpp/src/barretenberg/vm2/common/uint1.hpp:62
↓ 657 callers
Method
add_variable
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/circuit_builder_base_impl.hpp:46
↓ 656 callers
Function
info
(message: string, ...args: unknown[])
yarn-project/foundation/src/log/libp2p_logger.ts:62
↓ 648 callers
Function
SlotNumber
(value: number)
yarn-project/foundation/src/branded-types/slot.ts:27
↓ 610 callers
Method
filter
(hash: string)
yarn-project/p2p/src/mem_pools/tx_pool_v2/tx_pool_indices.ts:100
↓ 561 callers
Method
hash
* Hash two arrays. * @param lhs - The first array. * @param rhs - The second array. * @returns The new 32-byte hash.
yarn-project/foundation/src/trees/hasher.ts:14
↓ 553 callers
Method
random
()
yarn-project/aztec.js/src/wallet/tx_simulation_result_with_app_offset.ts:82
↓ 538 callers
Function
mockTx
( seed = 1, { numberOfNonRevertiblePublicCallRequests = MAX_ENQUEUED_CALLS_PER_TX / 2, numberOfRev
yarn-project/stdlib/src/tests/mocks.ts:92
↓ 471 callers
Method
error
(err: Error | string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:82
↓ 465 callers
Function
createLogger
(module: string, bindings?: LoggerBindings)
yarn-project/foundation/src/log/pino-logger.ts:50
↓ 463 callers
Method
dump_events
Transfers ownership of the events to the caller (clears the internal container).
barretenberg/cpp/src/barretenberg/vm2/simulation/events/event_emitter.hpp:29
↓ 461 callers
Function
check
(analyzed: &Analyzed<T>)
bb-pilcom/bb-pil-backend/src/checks/mod.rs:10
↓ 428 callers
Method
add
* Adds the given value. * @param key - The key to add.
yarn-project/kv-store/src/interfaces/set.ts:11
↓ 417 callers
Method
has_value
* @brief Pass through the underlying std::optional method * * @return true * @return false */
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/nullifier_tree/nullifier_leaf.hpp:62
↓ 410 callers
Method
process
barretenberg/cpp/src/barretenberg/vm2/tracegen/gt_trace.cpp:11
↓ 406 callers
Function
EpochNumber
(value: number)
yarn-project/foundation/src/branded-types/epoch.ts:27
↓ 406 callers
Function
join
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:475
↓ 395 callers
Function
print
(spans, minMs = 0, excludePatterns = [])
yarn-project/scripts/instrumenting-profiler/print.mjs:57
↓ 389 callers
Method
readObject
* Reads a serialized object from a field array and returns the deserialized object using the given deserializer. * * @typeparam T - The type of
yarn-project/foundation/src/serialize/field_reader.ts:210
↓ 375 callers
Function
to_string
barretenberg/cpp/src/barretenberg/vm2/common/stringify.hpp:31
↓ 362 callers
Method
begin
Begin and end for iterator support
barretenberg/cpp/src/barretenberg/common/ref_span.hpp:104
↓ 358 callers
Method
verbose
(msg: string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:71
↓ 355 callers
Method
find
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:1835
↓ 346 callers
Function
log
(s: string)
yarn-project/cli/src/cmds/validator_keys/valkeys.test.ts:295
↓ 340 callers
Method
invert
barretenberg/cpp/src/barretenberg/ecc/fields/field2.hpp:152
↓ 325 callers
Method
delete
* Deletes the value at the given key. * @param key - The key to delete the value at
yarn-project/kv-store/src/interfaces/map.ts:31
↓ 323 callers
Method
data
barretenberg/cpp/src/barretenberg/polynomials/polynomial.hpp:283
↓ 321 callers
Method
asReader
* Creates a FieldReader instance from either a field array or an existing FieldReader. * * @param fields - A field array or FieldReader to initi
yarn-project/foundation/src/serialize/field_reader.ts:33
↓ 318 callers
Method
now
()
yarn-project/foundation/src/timer/date.ts:5
↓ 312 callers
Function
hash
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:233
↓ 310 callers
Method
addPendingTxs
* Adds transactions to the pending pool with challenge and validation. * Handles nullifier conflicts via the challenge mechanism. * @param txs -
yarn-project/p2p/src/mem_pools/tx_pool_v2/interfaces.ts:112
↓ 310 callers
Method
has
* Checks if a key exists in the map. * @param key - The key to check * @returns True if the key exists, false otherwise
yarn-project/kv-store/src/interfaces/map.ts:51
↓ 303 callers
Method
append
* Stage a new nullifier (append it to the cache). * * @param siloedNullifier - the nullifier to stage
yarn-project/simulator/src/public/state_manager/nullifiers.ts:80
↓ 303 callers
Method
get_value
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.cpp:836
↓ 293 callers
Method
getTxStatus
Gets the status of a transaction
yarn-project/p2p/src/mem_pools/tx_pool_v2/interfaces.ts:199
↓ 292 callers
Method
reserve
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:1927
↓ 288 callers
Method
log
(level: number, message: string, fields: Fr[])
yarn-project/pxe/src/contract_function_simulator/oracle/interfaces.ts:58
↓ 286 callers
Method
parse
(args: RawCliFeeArgs, log: LogFn, db?: WalletDB)
yarn-project/cli-wallet/src/utils/options/fees.ts:269
↓ 285 callers
Method
execute
()
yarn-project/simulator/src/public/avm/avm_simulator_interface.ts:5
↓ 281 callers
Method
equals
(other: Gas)
yarn-project/stdlib/src/gas/gas.ts:43
↓ 275 callers
Method
equals
(other: StatusMessage)
yarn-project/p2p/src/services/reqresp/protocols/status.ts:92
↓ 274 callers
Function
times
(n: number, fn: (i: number) => T)
yarn-project/foundation/src/collection/array.ts:74
↓ 269 callers
Method
get_tag
barretenberg/cpp/src/barretenberg/vm2/common/tagged_value.cpp:380
↓ 265 callers
Method
number
()
yarn-project/stdlib/src/block/l2_block.ts:40
↓ 262 callers
Method
get_variable
* @brief Get the value of the variable v_{index} * @param index The index of the variable * @return The value of the variable */
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/circuit_builder_base.hpp:159
↓ 261 callers
Function
sleep
(ms: number, returnValue?: T)
yarn-project/foundation/src/sleep/index.ts:73
↓ 259 callers
Method
as_ff
barretenberg/cpp/src/barretenberg/vm2/common/tagged_value.cpp:370
↓ 253 callers
Method
zero_idx
Non-owning getter for the index at which a fixed witness 0 is stored
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/circuit_builder_base.hpp:148
↓ 252 callers
Method
toBigInt
()
yarn-project/stdlib/src/tx/tx_hash.ts:45
↓ 249 callers
Function
serializeToBuffer
(...objs: Bufferable[])
yarn-project/foundation/src/serialize/serialize.ts:219
↓ 246 callers
Function
deserialize
(cursor: BufferCursor | Buffer, operands: OperandType[])
yarn-project/simulator/src/public/avm/serialization/instruction_serialization.ts:193
↓ 242 callers
Method
is_zero
barretenberg/cpp/src/barretenberg/ecc/fields/field2.hpp:179
↓ 241 callers
Function
IndexWithinCheckpoint
(value: number)
yarn-project/foundation/src/branded-types/index_within_checkpoint.ts:27
↓ 241 callers
Function
serialize
(val: any)
yarn-project/foundation/src/testing/snapshot_serializer.ts:6
↓ 240 callers
Method
replace
barretenberg/cpp/src/barretenberg/bb/cli11_formatter.hpp:138
↓ 238 callers
Method
fromBigInt
(value: bigint)
yarn-project/stdlib/src/tx/tx_hash.ts:29
↓ 238 callers
Method
insert
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:1430
↓ 237 callers
Method
check
* Check if incoming tx should be added and which existing txs to evict. * @param incomingMeta - Metadata for the incoming transaction * @param p
yarn-project/p2p/src/mem_pools/tx_pool_v2/eviction/interfaces.ts:150
↓ 234 callers
Method
add_entry
barretenberg/cpp/src/barretenberg/common/bb_bench.cpp:242
↓ 227 callers
Method
get_value
Extract the native HonkProof
barretenberg/cpp/src/barretenberg/stdlib/proof/proof.hpp:38
↓ 221 callers
Method
commit
* Commit pending updates to the tree.
yarn-project/merkle-tree/src/interfaces/merkle_tree.ts:35
↓ 217 callers
Method
get_value
barretenberg/cpp/src/barretenberg/stdlib/primitives/group/cycle_group.cpp:242
↓ 208 callers
Method
deploy
(artifact: ContractArtifact, instance: ContractInstanceWithAddress, foreignSecret: Fr)
yarn-project/txe/src/oracle/interfaces.ts:54
↓ 204 callers
Method
getAsync
* Gets the value at the given key. * @param key - The key to get the value from
yarn-project/kv-store/src/interfaces/map.ts:85
↓ 204 callers
Method
next
barretenberg/cpp/src/barretenberg/common/fuzzer.hpp:68
↓ 203 callers
Method
fill
(val, start, end, encoding)
yarn-project/kv-store/browser-stubs/buffer.js:153
↓ 200 callers
Function
create_indexed_public_data_leaf
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/fixtures.hpp:15
↓ 199 callers
Function
retryUntil
( fn: () => (T | undefined) | Promise<T | undefined>, name = '', timeout = 0, interval = 1, )
yarn-project/foundation/src/retry/index.ts:86
↓ 199 callers
Method
trace
(msg: string, ...args: any[])
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:77
↓ 198 callers
Method
any
barretenberg/cpp/src/barretenberg/common/tuplet.hpp:887
next →
1–100 of 24,401, ranked by callers