MCPcopy Create free account

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

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

↓ 15 callersFunctionmockBalanceEntries
(entries: FeePayerTxInfo[])
yarn-project/p2p/src/mem_pools/tx_pool/eviction/fee_payer_balance_eviction_rule.test.ts:32
↓ 15 callersFunctionmockPublicExecutor
( mockedSimulatorExecutions: ((stateManager: PublicPersistableStateManager) => Promise<SimulationError | v
yarn-project/simulator/src/public/public_tx_simulator/public_tx_simulator.test.ts:140
↓ 15 callersFunctionmutate_field
barretenberg/cpp/src/barretenberg/avm_fuzzer/mutations/basic_types/field.cpp:99
↓ 15 callersMethodnew
( logger: Logger, { proverCount = 4, createProver = async (bbConfig: BBProverConfig) => ne
yarn-project/prover-client/src/mocks/test_context.ts:72
↓ 15 callersMethodnotify_enter_call
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/call_stack_metadata_collector.cpp:28
↓ 15 callersMethodnowInSeconds
()
yarn-project/foundation/src/timer/date.ts:9
↓ 15 callersFunctionomit
(object: T, ...props: string[])
yarn-project/foundation/src/collection/object.ts:46
↓ 15 callersFunctionparallel_for_range
* @brief Split a loop into several loops running in parallel * * @details Splits the num_points into appropriate number of chunks to do parallel pro
barretenberg/cpp/src/barretenberg/common/thread.cpp:141
↓ 15 callersMethodprint_assertions
* Output assertions in human readable format. * * */
barretenberg/cpp/src/barretenberg/smt_verification/solver/solver.cpp:421
↓ 15 callersFunctionprocessChildren
(depth = listDepth, type = listType)
docs/src/components/CopyMarkdownButton/htmlToMarkdown.ts:37
↓ 15 callersMethodprocess_sel_range_16
* Generate a selector column that activates the first 2^16 rows. * We can enforce that a value X is <= 16 bits via a lookup that checks * whether th
barretenberg/cpp/src/barretenberg/vm2/tracegen/precomputed_trace.cpp:88
↓ 15 callersFunctionpushBlocks
(from: number, to: number)
yarn-project/world-state/src/synchronizer/server_world_state_synchronizer.test.ts:93
↓ 15 callersMethodrandom
()
yarn-project/stdlib/src/contract/complete_address.ts:51
↓ 15 callersMethodrandom
( checkpointNumber = CheckpointNumber(1), { numBlocks = 1, startBlockNumber = 1, pre
yarn-project/stdlib/src/checkpoint/checkpoint.ts:142
↓ 15 callersMethodrandom
* Creates a random selector. * @returns A random selector.
yarn-project/stdlib/src/abi/note_selector.ts:63
↓ 15 callersMethodrandom_element
barretenberg/cpp/src/barretenberg/commitment_schemes/pcs_test_utils.hpp:143
↓ 15 callersMethodrange_constrain_two_limbs
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/ultra_circuit_builder.cpp:1197
↓ 15 callersMethodreadUInt8
* Reads a 8-bit unsigned integer from the buffer at the current index position. * Updates the index position by 1 byte after reading the number.
yarn-project/foundation/src/serialize/buffer_reader.ts:171
↓ 15 callersMethodreduce_to_ipa_opening
barretenberg/cpp/src/barretenberg/eccvm/eccvm_verifier.cpp:20
↓ 15 callersMethodreportProvingJobSuccess
* Marks a proving job as successful * @param id - The ID of the job to report success for * @param result - The result of the job
yarn-project/stdlib/src/interfaces/prover-broker.ts:60
↓ 15 callersFunctionretry
( fn: () => Promise<Result>, name = 'Operation', backoff = backoffGenerator(), log: Logger = createLog
yarn-project/foundation/src/retry/index.ts:48
↓ 15 callersMethodsendMessage
(msgType: T, body: LMDBRequestBody[T])
yarn-project/kv-store/src/lmdb-v2/message.ts:168
↓ 15 callersFunctionsendThroughAuthwitProxy
( proxy: GenericProxyContract, action: ContractFunctionInteraction, options: SendInteractionOptions, )
yarn-project/end-to-end/src/fixtures/authwit_proxy.ts:33
↓ 15 callersFunctionserialise_key
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_helpers.cpp:26
↓ 15 callersFunctionserializeArrayOfBufferableToVector
(objs: Bufferable[], prefixLength = 4)
yarn-project/foundation/src/serialize/serialize.ts:11
↓ 15 callersFunctionsetFeePayerBalance
(balance: bigint)
yarn-project/p2p/src/mem_pools/tx_pool/eviction/fee_payer_balance_eviction_rule.test.ts:25
↓ 15 callersMethodset_public
* @brief Set each IO component to be a public input of the underlying circuit. * */
barretenberg/cpp/src/barretenberg/stdlib/special_public_inputs/special_public_inputs.hpp:112
↓ 15 callersFunctionsetupBalances
(balances: Map<string, bigint>)
yarn-project/p2p/src/mem_pools/tx_pool_v2/eviction/fee_payer_balance_eviction_rule.test.ts:52
↓ 15 callersFunctionsha256_block
* @brief SHA-256 compression function (FIPS 180-4 Section 6.2.2) * * Processes a single 512-bit (16-word) message block, updating the hash state. *
barretenberg/cpp/src/barretenberg/crypto/sha256/sha256.cpp:73
↓ 15 callersMethodshifted
barretenberg/cpp/src/barretenberg/polynomials/polynomial.cpp:278
↓ 15 callersMethodsignMessage
Sign a message using eth_sign (with Ethereum message prefix)
yarn-project/ethereum/src/eth-signer/eth-signer.ts:18
↓ 15 callersFunctionsiloNoteHash
(contract: AztecAddress, noteHash: Fr)
yarn-project/stdlib/src/hash/hash.ts:36
↓ 15 callersFunctionstartConsensusHostServer
(requireApiKey?: string, requireApiKeyHeader?: string)
yarn-project/blob-client/src/client/http.test.ts:67
↓ 15 callersMethodstoreAccount
( address: AztecAddress, { type, secretKey, salt, alias, signingKey,
yarn-project/wallets/src/embedded/wallet_db.ts:26
↓ 15 callersMethodtoChecksumString
* Returns the Ethereum address as a checksummed string. * The output string will have characters in the correct upper or lowercase form, according
yarn-project/foundation/src/eth-address/index.ts:191
↓ 15 callersMethodtoNoirStruct
()
yarn-project/end-to-end/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts:41
↓ 15 callersMethodto_real
* @brief Convert a vector of variable indices to their real indices * @param variable_indices The vector of variable indices to convert * @r
barretenberg/cpp/src/barretenberg/boomerang_value_detection/graph.hpp:94
↓ 15 callersMethodtruncate
* @brief Truncate a field element to a specific memory tag and emit an event of type AluEvent. * * @param a The field element to truncate. * @param
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/alu.cpp:361
↓ 15 callersFunctionvalidateCheckpointAttestations
( publishedCheckpoint: PublishedCheckpoint, epochCache: EpochCache, constants: Pick<L1RollupConstants, '
yarn-project/archiver/src/modules/validation.ts:33
↓ 15 callersMethodvaluesAsync
* Iterates over the map's values in the key's natural order * @param range - The range of keys to iterate over
yarn-project/kv-store/src/interfaces/map.ts:104
↓ 14 callersFunctionIVar
barretenberg/cpp/src/barretenberg/smt_verification/terms/term.cpp:600
↓ 14 callersMethodaccumulate
* @brief Execute prover work for accumulation * * @details Creates proofs that will later be recursively verified in kernel circuits. * * Prover a
barretenberg/cpp/src/barretenberg/chonk/chonk.cpp:397
↓ 14 callersMethodaddPendingNullifierReadRequest
Adds a pending nullifier read request (non-empty contract address, can match a pending nullifier).
yarn-project/pxe/src/private_kernel/hints/test_utils.ts:238
↓ 14 callersFunctionaddSlashPayload
(opts: Parameters<typeof makeSlashPayloadRound>[0])
yarn-project/slasher/src/empire_slasher_client.test.ts:104
↓ 14 callersMethodadd_to_batch
barretenberg/cpp/src/barretenberg/commitment_schemes/commitment_key.hpp:152
↓ 14 callersMethodadd_value
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/append_only_tree/content_addressed_append_only_tree.hpp:952
↓ 14 callersMethodassert_is_not_zero
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.cpp:718
↓ 14 callersMethodassert_valid_variables
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/circuit_builder_base_impl.hpp:153
↓ 14 callersFunctionasyncMap
(arr: T[], fn: (e: T, i: number) => Promise<U>)
yarn-project/foundation/src/async-map/index.ts:12
↓ 14 callersFunctionblake2s
barretenberg/cpp/src/barretenberg/crypto/blake2s/blake2s.cpp:232
↓ 14 callersFunctioncheck_block_and_size_data
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/test_fixtures.hpp:47
↓ 14 callersFunctioncomputeL2ToL1MessageHash
({ l2Sender, l1Recipient, content, rollupVersion, chainId, }: { l2Sender: AztecAddress; l1Recipi
yarn-project/stdlib/src/hash/hash.ts:188
↓ 14 callersFunctioncomputeSiloedTagForIndex
(index: number)
yarn-project/pxe/src/tagging/sender_sync/utils/load_and_store_new_tagging_indexes.test.ts:20
↓ 14 callersFunctioncompute_contract_address
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/contract_crypto.cpp:79
↓ 14 callersFunctionconvert_bytes_to_uint256
Helper function to convert byte array to uint256_t
barretenberg/cpp/src/barretenberg/stdlib/encryption/aes128/aes128.test.cpp:25
↓ 14 callersFunctioncount
(count: number | bigint, str: string, plural?: string)
yarn-project/foundation/src/string/index.ts:32
↓ 14 callersMethodcreateAndSync
* initializes the Aztec Node, wait for component to sync. * @param config - The configuration to be used by the aztec node. * @returns - A fully
yarn-project/aztec-node/src/aztec-node/server.ts:192
↓ 14 callersFunctioncreateJob
( checkpoint: number, block: number, type: ProvingRequestType, level?: number, index?: number, dur
yarn-project/prover-client/src/test/epoch_proving_sim.test.ts:225
↓ 14 callersFunctioncreateMeta
( txHash: string, opts: { nullifiers?: string[]; expirationTimestamp?: bigint; } = {},
yarn-project/p2p/src/mem_pools/tx_pool_v2/eviction/invalid_txs_after_mining_rule.test.ts:21
↓ 14 callersFunctioncreateMockENR
()
yarn-project/p2p/src/services/peer-manager/peer_manager.test.ts:85
↓ 14 callersFunctioncreateStore
( name: string, schemaVersion: number, config: DataStoreConfig, bindings?: LoggerBindings, )
yarn-project/kv-store/src/lmdb-v2/factory.ts:14
↓ 14 callersMethoddbl
barretenberg/cpp/src/barretenberg/stdlib/primitives/biggroup/biggroup_impl.hpp:459
↓ 14 callersMethoddeleteCapsule
(contractAddress: AztecAddress, key: Fr, scope: AztecAddress)
yarn-project/pxe/src/contract_function_simulator/oracle/interfaces.ts:156
↓ 14 callersFunctiondelta
(end: number, start: number)
yarn-project/end-to-end/src/spartan/n_tps_prove.test.ts:148
↓ 14 callersFunctionderiveKeysFromMnemonic
(mnemonic: string, accountIndex = 0, addressIndex = 0)
yarn-project/cli/src/cmds/validator_keys/staker.test.ts:19
↓ 14 callersFunctiondeserialise_key
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_helpers.cpp:31
↓ 14 callersMethodequals
(other: Bn254G1Point)
yarn-project/foundation/src/curves/bn254/point.ts:100
↓ 14 callersMethodequals
* Check if two Point instances are equal by comparing their buffer values. * Returns true if the buffer values are the same, and false otherwise.
yarn-project/foundation/src/curves/grumpkin/point.ts:281
↓ 14 callersFunctionexecInWriteTx
(store: AztecLMDBStoreV2, fn: (tx: WriteTransaction) => Promise<T>)
yarn-project/kv-store/src/lmdb-v2/tx-helpers.ts:5
↓ 14 callersFunctionexpectInvalid
(tx: Tx, reason: string)
yarn-project/p2p/src/msg_validators/tx_validator/data_validator.test.ts:85
↓ 14 callersMethodextractJSDoc
* Extract JSDoc comment from a node
docs/scripts/aztecjs_reference_generation/parse_typescript.js:827
↓ 14 callersFunctionfilter
( source: Iterable<T> | AsyncIterable<T>, fn: (val: T, index: number) => boolean | Promise<boolean>, )
yarn-project/foundation/src/iterable/filter.ts:21
↓ 14 callersMethodfinalizeBlock
* Finalizes transactions when a block is finalized. * Hard-deletes transactions that were originally mined at or before the finalized block. *
yarn-project/p2p/src/mem_pools/tx_pool_v2/deleted_pool.ts:221
↓ 14 callersFunctiongenerate_memory_tag
barretenberg/cpp/src/barretenberg/avm_fuzzer/mutations/basic_types/memory_tag.cpp:8
↓ 14 callersMethodgetBlockSource
()
yarn-project/aztec-node/src/aztec-node/server.ts:612
↓ 14 callersMethodgetChainInfo
()
yarn-project/end-to-end/src/test-wallet/worker_wallet.ts:130
↓ 14 callersMethodgetCoinbaseAddress
* Get the coinbase address for a specific attester * Falls back to the attester address if not set * @param attesterAddress - The attester addre
yarn-project/validator-client/src/key_store/interface.ts:88
↓ 14 callersMethodgetContractMetadata
(_address: AztecAddress)
yarn-project/aztec.js/src/wallet/wallet.test.ts:429
↓ 14 callersMethodgetDepth
* Returns the number of leaves in the tree.
yarn-project/merkle-tree/src/snapshots/snapshot_builder.ts:34
↓ 14 callersMethodgetEpoch
Returns the current epoch
yarn-project/ethereum/src/test/rollup_cheat_codes.ts:79
↓ 14 callersFunctiongetHashedSignaturePayloadEthSignedMessage
( s: Signable, domainSeparator: SignatureDomainSeparator, )
yarn-project/stdlib/src/p2p/signature_utils.ts:31
↓ 14 callersMethodgetHighestAgedIndex
(secret: ExtendedDirectionalAppTaggingSecret, jobId: string)
yarn-project/pxe/src/storage/tagging_store/recipient_tagging_store.ts:109
↓ 14 callersMethodgetPayloadAtRound
(payloadAddress: EthAddress, round: bigint)
yarn-project/slasher/src/stores/payloads_store.ts:39
↓ 14 callersMethodgetPayloadsForRound
(round: bigint)
yarn-project/slasher/src/stores/payloads_store.ts:27
↓ 14 callersMethodgetPeerId
()
yarn-project/p2p/src/services/discv5/discV5_service.ts:219
↓ 14 callersFunctiongetPeerIdPrivateKey
( config: { peerIdPrivateKey?: SecretValue<string>; peerIdPrivateKeyPath?: string; dataDirectory?: string },
yarn-project/p2p/src/util.ts:137
↓ 14 callersMethodgetPendingTxCount
Returns the number of pending txs in the pool.
yarn-project/p2p/src/mem_pools/tx_pool/tx_pool.ts:100
↓ 14 callersMethodgetSnapshot
Gets a handle that allows reading the state as it was at the given block number.
yarn-project/stdlib/src/interfaces/world_state.ts:63
↓ 14 callersMethodgetStatus
()
yarn-project/p2p/src/services/service.ts:199
↓ 14 callersMethodget_context
barretenberg/cpp/src/barretenberg/stdlib/primitives/group/cycle_group.cpp:234
↓ 14 callersMethodget_low_indexed_leaf
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/hinting_dbs.cpp:209
↓ 14 callersMethodget_meta
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/node_store/array_store.hpp:85
↓ 14 callersMethodget_node_by_index
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/node_store/content_addressed_cache.hpp:465
↓ 14 callersMethodget_witness_index
* @brief Get the witness index of the current field element. * * @details This method normalizes the field element in place and returns the
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.hpp:518
↓ 14 callersMethodget_witness_polynomials
Getter to pass the witnesses to ShpleminiProver. Grand sum polynomial appears twice, because it is evaluated at 2 points (and is small).
barretenberg/cpp/src/barretenberg/commitment_schemes/small_subgroup_ipa/small_subgroup_ipa.hpp:178
↓ 14 callersMethodhandleConnectedPeerEvent
* Performs Status Handshake with a connected peer. * @param e - The connected peer event.
yarn-project/p2p/src/services/peer-manager/peer_manager.ts:284
↓ 14 callersMethodhandlerAsPrivate
()
yarn-project/pxe/src/contract_function_simulator/oracle/oracle.ts:83
↓ 14 callersMethodisNullified
()
yarn-project/pxe/src/storage/note_store/stored_note.ts:41
↓ 14 callersMethodlte
* @brief Check if the first memory value is less than or equal to the second and emit an event of type AluEvent. * * @throws AluException if the tag
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/alu.cpp:235
↓ 14 callersFunctionmakeAccountData
(type: AccountType = 'schnorr', alias?: string)
yarn-project/wallets/src/embedded/wallet_db.test.ts:16
← previousnext →1,301–1,400 of 24,401, ranked by callers