MCPcopy Create free account

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

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

↓ 21 callersFunctionadd_value
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.test.cpp:251
↓ 21 callersFunctionbigintToUInt64BE
(n: bigint, bufferSize = 8)
yarn-project/foundation/src/serialize/free_funcs.ts:67
↓ 21 callersMethodclearEvents
()
yarn-project/stdlib/src/block/l2_block_stream/l2_block_stream.test.ts:1689
↓ 21 callersFunctioncomputePublicBytecodeCommitment
(packedBytecode: Buffer)
yarn-project/stdlib/src/contract/contract_class_id.ts:62
↓ 21 callersFunctionconcatenate
barretenberg/cpp/src/barretenberg/common/ref_array.hpp:158
↓ 21 callersMethodconstruct_proof
barretenberg/cpp/src/barretenberg/ultra_honk/ultra_prover.cpp:105
↓ 21 callersMethodconvert_constant_to_fixed_witness
* Create a witness from a constant. This way the value of the witness is fixed and public (public, because the * value becomes hard-coded as an e
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.hpp:456
↓ 21 callersMethodcreate
* Creates and initializes the file store. * @param txPool - The transaction pool to listen to. * @param config - The file store configuration.
yarn-project/p2p/src/services/tx_file_store/tx_file_store.ts:51
↓ 21 callersMethodcreate
( config: BotConfig, wallet: EmbeddedWallet, aztecNode: AztecNode, aztecNodeAdmin: AztecNodeAd
yarn-project/bot/src/bot.ts:30
↓ 21 callersFunctioncreateMockContext
()
yarn-project/validator-client/src/key_store/web3signer_key_store.integration.test.ts:15
↓ 21 callersMethodcreate_gates_from_plookup_accumulators
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/ultra_circuit_builder.cpp:544
↓ 21 callersFunctiondecompose_128
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/uint_decomposition.cpp:13
↓ 21 callersMethoddepth
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/node_store/content_addressed_cache.hpp:247
↓ 21 callersFunctionexpectSiblingPathToThrow
(leafIndex: number, message: string)
yarn-project/foundation/src/trees/unbalanced_merkle_tree_calculator.test.ts:21
↓ 21 callersMethodfindRevertReason
()
yarn-project/stdlib/src/avm/avm.ts:1358
↓ 21 callersMethodgetBlockProposal
(id: string)
yarn-project/p2p/src/services/libp2p/libp2p_service.test.ts:1052
↓ 21 callersMethodgetCheckpointedBlocks
(from: BlockNumber, limit: number)
yarn-project/stdlib/src/block/l2_block_source.ts:92
↓ 21 callersMethodgetContractClassLogs
* Gets contract class logs based on the provided filter. * @param filter - The filter to apply to the logs. * @returns The requested logs.
yarn-project/stdlib/src/interfaces/aztec-node.ts:328
↓ 21 callersMethodgetCurrentMinFees
* Method to fetch the current min fees. * @returns The current min fees.
yarn-project/stdlib/src/interfaces/aztec-node.ts:273
↓ 21 callersMethodgetLength
()
yarn-project/p2p/src/services/reqresp/protocols/block_txs/bitvector.ts:45
↓ 21 callersFunctiongetRPCEndpoint
(namespace: string, forcePortForward?: boolean)
yarn-project/end-to-end/src/spartan/utils/k8s.ts:206
↓ 21 callersFunctiongetSlashConsensusVotesFromOffenses
( offenses: PartialBy<Offense, 'epochOrSlot'>[], committees: EthAddress[][], epochsForCommittees: bigint
yarn-project/stdlib/src/slashing/tally.ts:21
↓ 21 callersMethodgetStatusSummary
* Gets the current status summary of the database. * @returns The current WorldStateStatus.
yarn-project/world-state/src/world-state-db/merkle_tree_db.ts:80
↓ 21 callersMethodget_current_subtable_size
barretenberg/cpp/src/barretenberg/op_queue/ecc_op_queue.hpp:80
↓ 21 callersFunctionhyperlink
(link, text)
ci3/dashboard/rk_core.py:27
↓ 21 callersMethodis_empty
barretenberg/cpp/src/barretenberg/transcript/origin_tag.hpp:157
↓ 21 callersMethodmadd
barretenberg/cpp/src/barretenberg/stdlib/primitives/bigfield/bigfield_impl.hpp:1054
↓ 21 callersFunctionmakeSignerAndAttestation
()
yarn-project/stdlib/src/p2p/attestation_utils.test.ts:24
↓ 21 callersFunctionmapAztecAddressToNoir
(address: AztecAddress)
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:217
↓ 21 callersFunctionmapNumberFromNoir
(number: NoirField)
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:161
↓ 21 callersFunctionmapTupleFromNoir
( noirArray: T[], length: N, mapper: (item: T) => M, )
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:316
↓ 21 callersFunctionmock_chonk_accumulation
* @brief Add mock accumulation state to a Chonk instance for a single circuit * * @details Populates the IVC with mock data representing one circuit
barretenberg/cpp/src/barretenberg/dsl/acir_format/hypernova_recursion_constraint.cpp:149
↓ 21 callersMethodparsed
Check to see if this subcommand was parsed, true only if received on command line.
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:6898
↓ 21 callersMethodput
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_store.cpp:97
↓ 21 callersMethodreadUInt64
* Reads a 256-bit unsigned integer from the buffer at the current index position. * Updates the index position by 32 bytes after reading the number
yarn-project/foundation/src/serialize/buffer_reader.ts:85
↓ 21 callersMethodread_RAM_array
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/rom_ram_logic.cpp:329
↓ 21 callersMethodserialize_tx_context_event
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/tx_context.hpp:22
↓ 21 callersMethodsetBlockCompleted
Returns the block.
yarn-project/stdlib/src/interfaces/epoch-prover.ts:59
↓ 21 callersFunctionsha256
(data: Buffer)
yarn-project/foundation/src/crypto/sha256/index.ts:9
↓ 21 callersFunctionsnapshotMap
(map: AztecAsyncMap<K, V>)
yarn-project/pxe/src/storage/backwards_compatibility_tests/kv_store_snapshot.ts:30
↓ 21 callersMethodstopNodes
(nodes: AztecNodeService[])
yarn-project/end-to-end/src/e2e_p2p/p2p_network.ts:383
↓ 21 callersMethodtime
barretenberg/cpp/src/barretenberg/vm2/tooling/stats.cpp:27
↓ 21 callersMethodtoBufferArray
* Returns the path buffer underlying the sibling path. * @returns The Buffer array representation of this object.
yarn-project/foundation/src/trees/sibling_path.ts:90
↓ 21 callersMethodunset_free_witness_tag
barretenberg/cpp/src/barretenberg/stdlib/primitives/bool/bool.hpp:157
↓ 21 callersMethodupdate_element
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/merkle_tree.hpp:298
↓ 21 callersFunctionvalidateCheckpointStructure
(checkpoint: Checkpoint)
yarn-project/stdlib/src/checkpoint/validate.ts:54
↓ 21 callersFunctionverifyMembershipForMessagesInEpoch
(messagesInEpoch: Fr[][][][])
yarn-project/stdlib/src/messaging/l2_to_l1_membership.test.ts:38
↓ 20 callersFunctionClaimedLengthArrayFromBuffer
( deserializer: { fromBuffer: (reader: BufferReader) => T; }, arrayLength: N, )
yarn-project/stdlib/src/kernel/claimed_length_array.ts:84
↓ 20 callersMethodRange
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:3863
↓ 20 callersMethodcall
(msg: Buffer | Uint8Array)
yarn-project/native/src/msgpack_channel.ts:8
↓ 20 callersFunctioncheck_find_leaf_index
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/test_fixtures.hpp:98
↓ 20 callersFunctionchoose_account
(u: &mut Unstructured, state: &TokenState)
noir-projects/protocol-fuzzer/src/machine.rs:119
↓ 20 callersFunctionchunk
(items: T[], chunkSize: number)
yarn-project/foundation/src/collection/array.ts:262
↓ 20 callersFunctioncomputePublicDataTreeLeafSlot
(contractAddress: AztecAddress, storageSlot: Fr)
yarn-project/stdlib/src/hash/hash.ts:139
↓ 20 callersFunctioncreateL1TxUtils
( source: L1SignerSource, deps?: { logger?: Logger; dateProvider?: DateProvider; store?: IL1Tx
yarn-project/ethereum/src/l1_tx_utils/factory.ts:38
↓ 20 callersMethodcreate_cursor
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_store.cpp:179
↓ 20 callersFunctionderiveKeys
(secretKey: Fr)
yarn-project/stdlib/src/keys/derivation.ts:95
↓ 20 callersMethodexport_circuit
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/ultra_circuit_builder.cpp:1952
↓ 20 callersMethodfindLeafIndices
* Returns the index containing a leaf value. * @param treeId - The tree for which the index should be returned. * @param value - The value to se
yarn-project/stdlib/src/interfaces/merkle_tree_operations.ts:179
↓ 20 callersMethodfindLeavesIndexes
* Find the indexes of the given leaves in the given tree along with a block metadata pointing to the block in which * the leaves were inserted.
yarn-project/stdlib/src/interfaces/aztec-node.ts:103
↓ 20 callersFunctionfmtNum
(num: number, unit?: string)
yarn-project/simulator/src/public/test_executor_metrics.ts:395
↓ 20 callersMethodgetCommittee
(slot: SlotTag | undefined)
yarn-project/epoch-cache/src/epoch_cache.ts:40
↓ 20 callersMethodgetContractArtifact
* Returns the artifact of this account contract.
yarn-project/aztec.js/src/account/account_contract.ts:18
↓ 20 callersMethodgetFinalBlobChallenges
()
yarn-project/prover-client/src/mocks/test_context.ts:165
↓ 20 callersMethodgetVersion
* Method to fetch the version of the rollup the node is connected to. * @returns The rollup version.
yarn-project/stdlib/src/interfaces/aztec-node.ts:291
↓ 20 callersMethodguardAndPush
(fn: () => Promise<T>)
yarn-project/simulator/src/public/public_processor/guarded_merkle_tree.ts:39
↓ 20 callersMethodhandleFailedExecution
* Handles failed transaction execution. * Deletes transactions that failed during block building. * @param txHashes - Hashes of transactions tha
yarn-project/p2p/src/mem_pools/tx_pool_v2/interfaces.ts:180
↓ 20 callersFunctionisSyncStore
(store: AztecKVStore | AztecAsyncKVStore)
yarn-project/kv-store/src/interfaces/utils.ts:21
↓ 20 callersMethodmakeCheckpoint
( numBlocks: number, { numTxsPerBlock = 0, numL1ToL2Messages = 0, makeProcessedTxOpt
yarn-project/prover-client/src/mocks/test_context.ts:170
↓ 20 callersFunctionmakeContractClassPublic
(seed = 0, publicBytecode?: Buffer)
yarn-project/stdlib/src/tests/factories.ts:1215
↓ 20 callersFunctionmap
( source: AsyncIterable<I> | Iterable<I>, func: (val: I, index: number) => O | Promise<O>, )
yarn-project/foundation/src/iterable/map.ts:20
↓ 20 callersFunctionmapAztecAddressFromNoir
(address: NoirAztecAddress)
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:228
↓ 20 callersFunctionmapClaimedLengthArrayToNoir
( claimedLengthArray: ClaimedLengthArray<T, N>, mapper: (item: T) => S, )
yarn-project/noir-protocol-circuits-types/src/conversion/common.ts:350
↓ 20 callersFunctionmockTxWithPublicCalls
({ numberOfSetupCalls = 0, numberOfAppLogicCalls = 0, hasPublicTeardownCall = false, feePayer
yarn-project/simulator/src/public/public_tx_simulator/public_tx_simulator.test.ts:77
↓ 20 callersMethodno_op_ultra_only
* @brief Writes a no op (i.e. two zero rows) to the ultra ops table but adds no eccvm operations. * * @details We want to be able to add zer
barretenberg/cpp/src/barretenberg/op_queue/ecc_op_queue.hpp:242
↓ 20 callersMethodopenMultiMap
* Creates a new multi-map. * @param name - The name of the multi-map * @returns The multi-map
yarn-project/kv-store/src/interfaces/store.ts:31
↓ 20 callersMethodprocess_public_inputs_aux_precomputed
barretenberg/cpp/src/barretenberg/vm2/tracegen/public_inputs_trace.cpp:31
↓ 20 callersFunctionresolveAdminApiKey
( options: ResolveAdminApiKeyOptions, log: Logger, )
yarn-project/aztec/src/cli/admin_api_key_store.ts:56
↓ 20 callersFunctionror
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/sha256_compression.hpp:11
↓ 20 callersMethodrpcCall
(method: string, params: any[])
yarn-project/ethereum/src/test/eth_cheat_codes.ts:43
↓ 20 callersMethodscope
(contractAddress: AztecAddress)
yarn-project/stdlib/src/kernel/hints/read_request.ts:65
↓ 20 callersMethodsendRequestToPeer
( peerId: PeerId, subProtocol: ReqRespSubProtocol, payload: Buffer, dialTimeout?: number, )
yarn-project/p2p/src/services/reqresp/interface.ts:258
↓ 20 callersMethodsignTypedDataWithAddress
* Sign typed data with a specific address's private key * @param address - The address of the signer to use * @param typedData - The complete EI
yarn-project/validator-client/src/key_store/interface.ts:45
↓ 20 callersFunctionstartNodes
(...nodes: { start: () => Promise<void> }[])
yarn-project/p2p/src/services/discv5/discv5_service.test.ts:69
↓ 20 callersMethodtestCapLimits
Expose for testing
yarn-project/validator-client/src/checkpoint_builder.test.ts:73
↓ 20 callersFunctionthrow_error
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_helpers.cpp:19
↓ 20 callersFunctionto_lower
Return a lower case version of a string
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:603
↓ 20 callersFunctionvalidate_context
barretenberg/cpp/src/barretenberg/stdlib/primitives/field/field.hpp:17
↓ 20 callersMethodwork
()
yarn-project/prover-node/src/monitors/epoch-monitor.ts:70
↓ 20 callersMethodxor_op
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/bitwise.cpp:37
↓ 19 callersFunctionadd
barretenberg/cpp/src/barretenberg/ecc/curves/bn254/fr_straight.bench.cpp:118
↓ 19 callersFunctionarraySerializedSizeOfNonEmpty
( arr: (({ isZero: () => boolean } | { isEmpty: () => boolean }) & { toBuffer: () => Buffer })[], )
yarn-project/foundation/src/collection/array.ts:123
↓ 19 callersMethodassert_membership
* @brief Assert membership of a leaf in a Merkle tree, i.e., verify that the leaf value, * leaf index, and the sibling path lead to the given root. S
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/merkle_check.cpp:22
↓ 19 callersFunctioncheck_historic_find_leaf_index
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/test_fixtures.hpp:139
↓ 19 callersMethodcmp
* Compares two versions. If the rollups addresses are different then it returns undefined
yarn-project/stdlib/src/database-version/database_version.ts:40
↓ 19 callersMethodcontains
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/retrieved_bytecodes_tree_check.cpp:20
↓ 19 callersFunctioncreatePoolAccess
( nullifierMap: Map<string, string> = new Map(), metadataMap: Map<string, TxMetaData> = new Map(), )
yarn-project/p2p/src/mem_pools/tx_pool_v2/eviction/nullifier_conflict_rule.test.ts:14
↓ 19 callersFunctioncreate_indexed_nullifier_leaf
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/fixtures.hpp:10
↓ 19 callersMethodcreate_shared_read_transaction
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_store_base.cpp:15
↓ 19 callersMethoddecode
* Decodes all the values for the given ABI. * The decided value can be simple types, structs or arrays * @returns The decoded return values.
yarn-project/stdlib/src/abi/decoder.ts:130
← previousnext →901–1,000 of 24,401, ranked by callers