MCPcopy Create free account

hub / github.com/AztecProtocol/aztec-packages / functions

Functions24,401 in github.com/AztecProtocol/aztec-packages

↓ 16 callersFunctiongetTreeSnapshot
(id: MerkleTreeId, db: MerkleTreeReadOperations)
yarn-project/prover-client/src/orchestrator/block-building-helpers.ts:377
↓ 16 callersMethodgetValidatorStats
Returns stats for a single validator if enabled.
yarn-project/stdlib/src/interfaces/aztec-node.ts:445
↓ 16 callersMethodget_random_uint1024
barretenberg/cpp/src/barretenberg/numeric/random/engine.hpp:46
↓ 16 callersMethodget_state_reference
barretenberg/cpp/src/barretenberg/world_state/world_state.cpp:364
↓ 16 callersFunctiongf2_8_mul
barretenberg/cpp/src/barretenberg/crypto/aes128/aes128.cpp:110
↓ 16 callersFunctionhexSchemaFor
( klazz: TClass, refinement?: (input: string) => boolean, )
yarn-project/foundation/src/schemas/utils.ts:79
↓ 16 callersFunctioninitStoreForRollupAndSchemaVersion
( store: T, schemaVersion: number | undefined, rollupAddress: EthAddress | undefined, log?: Logger, )
yarn-project/kv-store/src/utils.ts:19
↓ 16 callersMethodinvert
* Compute 1 / (*this) */
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.hpp:329
↓ 16 callersMethodlisten
barretenberg/cpp/src/barretenberg/ipc/socket_server.cpp:185
↓ 16 callersFunctionlog
(msg)
l1-contracts/scripts/forge_broadcast.js:68
↓ 16 callersMethodlogger
()
yarn-project/end-to-end/src/e2e_p2p/inactivity_slash_test.ts:173
↓ 16 callersMethodlt
(rhs: Field)
yarn-project/simulator/src/public/avm/avm_memory_types.ts:214
↓ 16 callersFunctionmakeBackoff
(retries: number[])
yarn-project/foundation/src/retry/index.ts:30
↓ 16 callersMethodmarkAuthHandshakeFailed
(peerId: PeerId)
yarn-project/p2p/src/services/peer-manager/peer_manager.ts:971
↓ 16 callersMethodmint
(to: Hex, amount: bigint)
yarn-project/ethereum/src/contracts/fee_juice.ts:36
↓ 16 callersFunctionmockContractInstance
(artifact: ContractArtifact)
yarn-project/pxe/src/contract_function_simulator/oracle/private_execution.test.ts:174
↓ 16 callersFunctionmockP2pWithTxs
Set up p2p mock to return the given transactions
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.timing.test.ts:274
↓ 16 callersFunctionneedsRecompile
()
yarn-project/aztec/src/cli/cmds/utils/needs_recompile.ts:14
↓ 16 callersMethodnext
()
yarn-project/wallet-sdk/src/manager/wallet_manager.ts:170
↓ 16 callersMethodnormalize
barretenberg/cpp/src/barretenberg/ecc/groups/element_impl.hpp:491
↓ 16 callersMethodnormalizeKey
(key: K)
yarn-project/kv-store/src/indexeddb/map.ts:130
↓ 16 callersFunctionparse_input
barretenberg/cpp/src/barretenberg/dsl/acir_format/acir_to_constraint_buf.cpp:42
↓ 16 callersMethodprocess_hashing
barretenberg/cpp/src/barretenberg/vm2/tracegen/calldata_trace.cpp:66
↓ 16 callersMethodrandom
()
barretenberg/ts/src/barretenberg/testing/fields.ts:33
↓ 16 callersFunctionrandom_contract_instance
barretenberg/cpp/src/barretenberg/vm2/testing/fixtures.cpp:159
↓ 16 callersMethodreadObject
* Reads a serialized object from a buffer and returns the deserialized object using the given deserializer. * * @typeparam T - The type of the d
yarn-project/foundation/src/serialize/buffer_reader.ts:366
↓ 16 callersMethodreadString
* Reads a string from the buffer and returns it. * The method first reads the size of the string, then reads the corresponding * number of bytes
yarn-project/foundation/src/serialize/buffer_reader.ts:395
↓ 16 callersMethodregister
(typeName: string, constructor: Deserializable)
yarn-project/foundation/src/serialize/type_registry.ts:19
↓ 16 callersMethodreportProvingJobError
* Marks a proving job as errored * @param id - The ID of the job to report an error for * @param err - The error that occurred while processing
yarn-project/stdlib/src/interfaces/prover-broker.ts:72
↓ 16 callersMethodscope
(contractAddress: AztecAddress)
yarn-project/stdlib/src/kernel/log_hash.ts:49
↓ 16 callersMethodsequentialInsert
* Inserts multiple leaves into the tree, getting witnesses at every step. * Note: This method doesn't support inserting empty leaves. * @param t
yarn-project/stdlib/src/interfaces/merkle_tree_operations.ts:282
↓ 16 callersMethodsetExecutionDurations
Configure execution durations for each block
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.timing.test.ts:74
↓ 16 callersFunctionsetExpirationTimestamp
(timestamp: bigint)
yarn-project/pxe/src/private_kernel/hints/compute_tx_expiration_timestamp.test.ts:14
↓ 16 callersFunctionsetRemoteTips
(latest_: number, checkpointed_?: number, proven?: number, finalized?: number)
yarn-project/stdlib/src/block/l2_block_stream/l2_block_stream.test.ts:85
↓ 16 callersFunctionsetTimeInSlot
Set the simulated time to a specific point within the slot
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.timing.test.ts:237
↓ 16 callersMethodsetTimetable
Set timetable for testing
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.timing.test.ts:162
↓ 16 callersMethodsimulate
( input: CircuitInputType, artifactName: ServerProtocolArtifact, proofLength: PROOF_LENGTH, co
yarn-project/bb-prover/src/test/test_circuit_prover.ts:433
↓ 16 callersFunctionsize
(sut: AztecAsyncMultiMap<any, any> | AztecMultiMap<any, any> = multiMap)
yarn-project/kv-store/src/interfaces/multi_map_test_suite.ts:32
↓ 16 callersFunctionsplit_into_endomorphism_scalars
* For short Weierstrass curves y^2 = x^3 + b mod r, if there exists a cube root of unity mod r, * we can take advantage of an enodmorphism to dec
barretenberg/cpp/src/barretenberg/ecc/fields/field_declarations.hpp:433
↓ 16 callersMethodsync_block
barretenberg/cpp/src/barretenberg/world_state/world_state.cpp:582
↓ 16 callersMethodtoJSON
* Get the JSON representation of the blob. * * @returns The JSON representation of the blob.
yarn-project/blob-lib/src/blob.ts:107
↓ 16 callersMethodtryAddCheckpointAttestation
* Attempts to add a checkpoint attestation to the pool. * * This method performs validation and addition in a single call: * - Checks if the
yarn-project/p2p/src/mem_pools/attestation_pool/attestation_pool.ts:486
↓ 16 callersMethodunconditional_add
barretenberg/cpp/src/barretenberg/stdlib/primitives/group/cycle_group.cpp:448
↓ 15 callersMethodaddContractArtifact
* Registers a new contract artifact and its corresponding class data. * IMPORTANT: This method does not verify that the provided artifact matches t
yarn-project/pxe/src/storage/contract_store/contract_store.ts:137
↓ 15 callersMethodaddMinedTxs
* Adds transactions as already mined. * Used by prover nodes fetching transactions via request/response. * @param txs - Transactions to add as m
yarn-project/p2p/src/mem_pools/tx_pool_v2/interfaces.ts:148
↓ 15 callersFunctionaddPendingOffense
(opts: Parameters<typeof createOffense>[0] = {})
yarn-project/slasher/src/tally_slasher_client.test.ts:96
↓ 15 callersFunctionadd_values
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.test.cpp:278
↓ 15 callersMethodappendToCapsuleArray
* Appends multiple capsules to a capsule array stored at the base slot. * The array length is stored at the base slot, and elements are stored in c
yarn-project/pxe/src/storage/capsule_store/capsule_store.ts:239
↓ 15 callersFunctionboundInclusive
(value: number, min: number, max: number)
yarn-project/foundation/src/number/index.ts:2
↓ 15 callersFunctionbuildValidatorEntries
(input: BuildValidatorsInput)
yarn-project/cli/src/cmds/validator_keys/shared.ts:79
↓ 15 callersFunctionbuild_public_data_slots_tree
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/written_slots_tree.cpp:58
↓ 15 callersFunctioncheck_block_height
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/append_only_tree/content_addressed_append_only_tree.test.cpp:83
↓ 15 callersMethodcheck_sum
* @brief Check that the round target sum is correct */
barretenberg/cpp/src/barretenberg/sumcheck/sumcheck_round.hpp:780
↓ 15 callersFunctioncheckpoint_tree
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/test_fixtures.hpp:260
↓ 15 callersFunctioncollectCrateDirs
(startCrateDir: string, opts?: { skipGitDeps?: boolean })
yarn-project/aztec/src/cli/cmds/utils/collect_crate_dirs.ts:18
↓ 15 callersMethodcompare
(target, start, end, thisStart, thisEnd)
yarn-project/kv-store/browser-stubs/buffer.js:122
↓ 15 callersFunctioncomputeSecretHash
(secret: Fr)
yarn-project/stdlib/src/hash/hash.ts:172
↓ 15 callersFunctioncomputeUniqueNoteHash
(noteNonce: Fr, siloedNoteHash: Fr)
yarn-project/stdlib/src/hash/hash.ts:46
↓ 15 callersFunctionconnectToPeers
(nodes: ReqRespNode[])
yarn-project/p2p/src/test-helpers/reqresp-nodes.ts:251
↓ 15 callersFunctioncreateConsoleLogger
(prefix?: string)
yarn-project/foundation/src/log/console.ts:36
↓ 15 callersFunctioncreateDb
( db: AztecKVStore, hasher: Hasher, name: string, depth: number, )
yarn-project/merkle-tree/src/sparse_tree/sparse_tree.test.ts:19
↓ 15 callersFunctioncreateMeta
(txHash: string, anchorBlockHeaderHash: string)
yarn-project/p2p/src/mem_pools/tx_pool_v2/eviction/invalid_txs_after_reorg_rule.test.ts:24
↓ 15 callersFunctioncreateNodes
( peerScoring: PeerScoring, numberOfNodes: number, rateLimits: Partial<ReqRespSubProtocolRateLimits> = {
yarn-project/p2p/src/test-helpers/reqresp-nodes.ts:211
↓ 15 callersFunctioncreateSlashPayload
( address = EthAddress.random(), slashes = [createValidatorSlash()], timestamp = BigInt(Date.now()
yarn-project/stdlib/src/slashing/serialization.test.ts:33
↓ 15 callersFunctioncreate_bool_ct
A helper to create a bool_t element from the given flags
barretenberg/cpp/src/barretenberg/stdlib/primitives/bool/bool.test.cpp:44
↓ 15 callersMethodcreate_sort_constraint_with_edges
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/ultra_circuit_builder.cpp:932
↓ 15 callersMethoddeleteDuty
* Delete a duty record. * Only succeeds if the lockToken matches (caller must be the one who created the duty). * Used when signing fails to all
yarn-project/validator-ha-signer/src/types.ts:191
↓ 15 callersFunctiondeserialize_instruction
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/serialization.cpp:233
↓ 15 callersMethodequals
* Determines if this CompleteAddress instance is equal to the given CompleteAddress instance. * Equality is based on the content of their respectiv
yarn-project/stdlib/src/contract/complete_address.ts:100
↓ 15 callersFunctionf
(offset: number)
yarn-project/stdlib/src/tests/factories.ts:1269
↓ 15 callersFunctionfield_to_string
barretenberg/cpp/src/barretenberg/vm2/common/stringify.cpp:5
↓ 15 callersFunctionformatViemError
(error: any, abi: Abi = ErrorsAbi)
yarn-project/ethereum/src/utils.ts:179
↓ 15 callersMethodfromBigInt
* Creates a Buffer16 from a bigint.
yarn-project/foundation/src/buffer/buffer16.ts:96
↓ 15 callersFunctiongenerateRandomMnemonic
()
yarn-project/cli/src/cmds/validator_keys/staker.test.ts:15
↓ 15 callersMethodgetAddressAndIsDeployed
( slashes: ValidatorSlash[], )
yarn-project/stdlib/src/l1-contracts/slash_factory.ts:145
↓ 15 callersFunctiongetAllFunctionAbis
(artifact: ContractArtifact)
yarn-project/stdlib/src/abi/abi.ts:498
↓ 15 callersFunctiongetAndAssertNextJobId
(id: ProvingJobId, ...allowList: ProvingRequestType[])
yarn-project/prover-client/src/proving_broker/proving_broker.test.ts:1372
↓ 15 callersFunctiongetAttestations
Create attestations for the given block
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.timing.test.ts:280
↓ 15 callersMethodgetAttesters
(timestamp?: bigint)
yarn-project/ethereum/src/contracts/rollup.ts:940
↓ 15 callersMethodgetBaseUrl
()
yarn-project/blob-client/src/archive/interface.ts:8
↓ 15 callersMethodgetCheckpointData
(checkpointNumber: CheckpointNumber)
yarn-project/archiver/src/store/block_store.ts:490
↓ 15 callersFunctiongetDimensions
(requestedDimensions: Partial<FieldsOf<PrivateKernelResetDimensions>> = {})
yarn-project/stdlib/src/kernel/hints/find_private_kernel_reset_dimensions.test.ts:72
↓ 15 callersMethodgetInstance
()
yarn-project/end-to-end/src/bench/client_flows/benchmark.ts:68
↓ 15 callersMethodgetState
(opts: { blockTag?: BlockTag; blockNumber?: bigint } = {})
yarn-project/ethereum/src/contracts/inbox.ts:67
↓ 15 callersFunctiongetValues
(key: Key)
yarn-project/kv-store/src/interfaces/multi_map_test_suite.ts:56
↓ 15 callersMethodget_context
barretenberg/cpp/src/barretenberg/stdlib/primitives/biggroup/biggroup.hpp:386
↓ 15 callersMethodget_g1_identity
barretenberg/cpp/src/barretenberg/commitment_schemes/verification_key.hpp:47
↓ 15 callersMethodget_leaf_preimage
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/indexed_memory_tree.hpp:118
↓ 15 callersMethodget_meta_data
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/append_only_tree/content_addressed_append_only_tree.hpp:362
↓ 15 callersMethodget_pc
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/context.hpp:75
↓ 15 callersMethodget_sibling_path
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/merkle_tree.hpp:238
↓ 15 callersMethodget_tag
* @brief Get the tag for a specific pairing point index */
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/pairing_points_tagging.hpp:115
↓ 15 callersMethodisMined
Returns true if the transaction has been included in a block (proposed, checkpointed, proven, or finalized).
yarn-project/stdlib/src/tx/tx_receipt.ts:89
↓ 15 callersMethodisValidTx
* Returns true if the transaction is valid for inclusion at the current state. Valid transactions can be * made invalid by *other* transactions if
yarn-project/stdlib/src/interfaces/aztec-node.ts:466
↓ 15 callersFunctionmakeCheckpoint
(checkpointNumber: number, blocks: L2Block[])
yarn-project/stdlib/src/block/test/l2_tips_store_test_suite.ts:77
↓ 15 callersFunctionmakeCheckpointWithLogs
( blockNumber: number, options: MockCheckpointWithLogsOptions = {}, )
yarn-project/archiver/src/test/mock_structs.ts:300
↓ 15 callersFunctionmakeCheckpointedEvent
(checkpoint: PublishedCheckpoint)
yarn-project/stdlib/src/block/test/l2_tips_store_test_suite.ts:97
↓ 15 callersFunctionmakeGlobalVariables
(seed = 1, overrides: Partial<FieldsOf<GlobalVariables>> = {})
yarn-project/stdlib/src/tests/factories.ts:702
↓ 15 callersFunctionmakeLog
(txHash: TxHash, tag: Fr)
yarn-project/pxe/src/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.test.ts:24
↓ 15 callersFunctionmakeSelector
(seed: number)
yarn-project/stdlib/src/tests/factories.ts:245
← previousnext →1,201–1,300 of 24,401, ranked by callers