MCPcopy Create free account

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

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

↓ 11 callersMethodgetPendingTxCount
Returns the number of pending txs in the p2p tx pool.
yarn-project/stdlib/src/interfaces/p2p.ts:39
↓ 11 callersMethodgetProposalState
* Returns the live state of a proposal as computed by `Governance.getProposalState`. Prefer * {@link getProposal} when you also need any other prop
yarn-project/ethereum/src/contracts/governance.ts:257
↓ 11 callersMethodgetProvenCheckpointNumber
(options?: { blockNumber?: bigint })
yarn-project/ethereum/src/contracts/rollup.ts:538
↓ 11 callersMethodgetProverNode
Returns the prover node subsystem, if enabled.
yarn-project/aztec-node/src/aztec-node/server.ts:608
↓ 11 callersMethodgetReadTx
()
yarn-project/kv-store/src/lmdb-v2/store.ts:91
↓ 11 callersFunctiongetSiblingPaths
(fork: MerkleTreeWriteOperations)
yarn-project/world-state/src/native/native_world_state.test.ts:1531
↓ 11 callersMethodgetSlashingProposer
()
yarn-project/ethereum/src/contracts/rollup.ts:270
↓ 11 callersMethodgetSlotDuration
()
yarn-project/ethereum/src/contracts/rollup.ts:321
↓ 11 callersFunctiongetTimestampRangeForEpoch
( epochNumber: EpochNumber, constants: Pick<L1RollupConstants, 'l1GenesisTime' | 'slotDuration' | 'epochDu
yarn-project/stdlib/src/epoch-helpers/index.ts:114
↓ 11 callersMethodgetTimetable
Get timetable for testing - allows tests to spy on methods
yarn-project/sequencer-client/src/sequencer/checkpoint_proposal_job.test.ts:1081
↓ 11 callersMethodgetValidator
* Get validator configuration by index
yarn-project/node-keystore/src/keystore_manager.ts:323
↓ 11 callersFunctiongetVersioningResponseHandler
(versions: Partial<ComponentsVersions>)
yarn-project/stdlib/src/versioning/versioning.ts:139
↓ 11 callersMethodget_all
barretenberg/cpp/src/barretenberg/eccvm/eccvm_fixed_vk.hpp:30
↓ 11 callersMethodget_allocator
barretenberg/cpp/src/barretenberg/vm2/common/ankerl_dense.hpp:1391
↓ 11 callersFunctionget_asm_input
Parse the assembly input register or constant and create a z3 variable or constant accordingly
barretenberg/cpp/src/barretenberg/ecc/fields/extra_flag_solver.py:184
↓ 11 callersMethodget_column_rows
barretenberg/cpp/src/barretenberg/vm2/tracegen/trace_container.cpp:70
↓ 11 callersMethodget_ecc_op_wires
* @brief Get ECC op wire commitments as an array (MegaFlavor only) */
barretenberg/cpp/src/barretenberg/ultra_honk/ultra_verifier.hpp:221
↓ 11 callersMethodget_exec_opcode
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/serialization.cpp:373
↓ 11 callersMethodget_leaf
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/nullifier_tree/nullifier_memory_tree.hpp:87
↓ 11 callersMethodget_multiple
barretenberg/cpp/src/barretenberg/vm2/tracegen/trace_container.hpp:30
↓ 11 callersMethodget_snapshot
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/indexed_memory_tree.hpp:131
↓ 11 callersMethodget_value
barretenberg/cpp/src/barretenberg/stdlib/primitives/byte_array/byte_array.cpp:324
↓ 11 callersFunctionhash
barretenberg/cpp/src/barretenberg/benchmark/merkle_tree_bench/merkle_tree.bench.cpp:28
↓ 11 callersFunctioninitPersistableStateManager
(overrides?: { treesDB?: PublicTreesDB; contractsDB?: PublicContractsDB; trace?: PublicSideEffectTraceIn
yarn-project/simulator/src/public/avm/fixtures/initializers.ts:43
↓ 11 callersMethodisOnCurve
* @param x - The x coordinate of the point * @param y - The y coordinate of the point * @returns Whether the point exists on BLS12-381
yarn-project/foundation/src/curves/bls12/point.ts:255
↓ 11 callersMethodis_constant
barretenberg/cpp/src/barretenberg/transcript/origin_tag.hpp:171
↓ 11 callersFunctionlogFn
(level: LogLevel, msg: string, data?: unknown)
yarn-project/foundation/src/log/pino-logger.ts:64
↓ 11 callersFunctionmakeBlockId
(number: number)
yarn-project/stdlib/src/block/test/l2_tips_store_test_suite.ts:40
↓ 11 callersFunctionmakeLog
(txHash: TxHash, tag: Fr)
yarn-project/pxe/src/tagging/sender_sync/sync_sender_tagging_indexes.test.ts:34
↓ 11 callersFunctionmakePaddedTuple
( length: N, fn: (i: number) => T, nonPaddedLength = 0, makePadding: () => T, offset = 0, )
yarn-project/stdlib/src/tests/factories.ts:319
↓ 11 callersFunctionmakeParityBasePrivateInputs
(seed = 0)
yarn-project/stdlib/src/tests/factories.ts:871
↓ 11 callersFunctionmakePeer
(id: string)
yarn-project/p2p/src/services/reqresp/rate-limiter/rate_limiter.test.ts:21
↓ 11 callersFunctionmakeProofData
( seed = 0, makePublicInputs: (seed: number) => T, proofSize: PROOF_LENGTH = NESTED_RECURSIVE_ROLLUP_HON
yarn-project/stdlib/src/tests/factories.ts:1100
↓ 11 callersFunctionmakeStream
(id: string)
yarn-project/p2p/src/services/reqresp/connection-sampler/connection_sampler.test.ts:38
↓ 11 callersFunctionmakeValidCheckpoint
Builds a valid random checkpoint with the given number of blocks. All blocks share the same slot, * coinbase, feeRecipient, gasFees, and timestamp,
yarn-project/stdlib/src/checkpoint/validate.test.ts:27
↓ 11 callersMethodmarkAsSlashed
Marks the given offenses as slashed (regardless of whether they are known or not)
yarn-project/slasher/src/stores/offenses_store.ts:88
↓ 11 callersFunctionmedian
(arr: number[] | bigint[])
yarn-project/foundation/src/collection/array.ts:204
↓ 11 callersMethodmul
(rhs: Fr)
yarn-project/foundation/src/curves/bn254/field.ts:286
↓ 11 callersMethodmulti_option_policy
barretenberg/cpp/src/barretenberg/bb/deps/cli11.hpp:5964
↓ 11 callersMethodobserve
(obs: ObservableResult, fn: MonitorCallback)
yarn-project/prover-client/src/proving_broker/proving_broker_instrumentation.ts:122
↓ 11 callersFunctionparseAllowList
(value: string)
yarn-project/p2p/src/config.ts:619
↓ 11 callersFunctionpopulate_fields
barretenberg/cpp/src/barretenberg/dsl/acir_format/utils.cpp:78
↓ 11 callersFunctionpreprocessIncludeVersion
* Preprocesses markdown content to replace version macros and conditional blocks. * @param {string} markdownContent - The markdown content to process
docs/src/preprocess/include_version.js:76
↓ 11 callersMethodprove
* @brief Construct Chonk proof, which, if verified, fully establishes the correctness of RCG * * @return ChonkProof */
barretenberg/cpp/src/barretenberg/chonk/chonk.cpp:552
↓ 11 callersMethodput_cached_node_by_index
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/node_store/cached_content_addressed_tree_store.hpp:557
↓ 11 callersFunctionqueryLogs
( name: string, textFilter: string, opts?: { module?: string; pod?: string }, )
spartan/scripts/extract_proving_metrics.ts:107
↓ 11 callersMethodqueue_ecc_add_accum
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/mega_circuit_builder.cpp:87
↓ 11 callersMethodqueue_ecc_mul_accum
barretenberg/cpp/src/barretenberg/stdlib_circuit_builders/mega_circuit_builder.cpp:108
↓ 11 callersMethodrandom
* Generate a random Point instance that is on the curve. * * @returns A randomly generated Point instance.
yarn-project/foundation/src/curves/grumpkin/point.ts:72
↓ 11 callersFunctionrandomExtendedDirectionalAppTaggingSecret
()
yarn-project/stdlib/src/tests/factories.ts:1762
↓ 11 callersMethodrandom_evaluation_point
barretenberg/cpp/src/barretenberg/commitment_schemes/pcs_test_utils.hpp:154
↓ 11 callersMethodreadArrayAt
Returns all elements in the array, or an empty array if uninitialized.
yarn-project/pxe/src/contract_function_simulator/ephemeral_array_service.ts:12
↓ 11 callersMethodreadUint8
()
yarn-project/simulator/src/public/avm/serialization/buffer_cursor.ts:35
↓ 11 callersMethodread_block_data
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/lmdb_store/lmdb_tree_store.cpp:131
↓ 11 callersMethodread_next
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_cursor.cpp:66
↓ 11 callersMethodreduce_to_pairing_check
barretenberg/cpp/src/barretenberg/goblin/merge_verifier.cpp:114
↓ 11 callersMethodregister_handler
barretenberg/cpp/src/barretenberg/nodejs_module/util/message_processor.hpp:14
↓ 11 callersMethodreport
Print verification report and return True if no errors.
docs/scripts/aztecjs_reference_generation/verify_docs.py:175
↓ 11 callersMethodrevertCheckpoint
* Revert the current checkpoint, discarding its state and rolling back. * @returns Promise that resolves when checkpoint is reverted
yarn-project/native/src/native_module.ts:84
↓ 11 callersFunctionrotate32
barretenberg/cpp/src/barretenberg/numeric/bitop/rotate.hpp:18
↓ 11 callersFunctionrun
()
docs/src/preprocess/index.js:121
↓ 11 callersMethodrunAsync
* Runs a write statement (INSERT/UPDATE/DELETE/DDL). If called inside a * `transactionAsync` block, bypasses the queue; otherwise acquires it so th
yarn-project/kv-store/src/sqlite-opfs/store.ts:235
↓ 11 callersMethodsaveBridgeClaim
* Saves a bridge claim for a recipient.
yarn-project/bot/src/store/bot_store.ts:51
↓ 11 callersFunctionsendBlockTxsRequest
(blockProposal: BlockProposal, missingHashes: TxHash[], includeFullTxHashes = false)
yarn-project/p2p/src/client/test/p2p_client.integration_block_txs.test.ts:141
↓ 11 callersFunctionserializeSlashPayload
(payload: SlashPayload)
yarn-project/stdlib/src/slashing/serialization.ts:64
↓ 11 callersMethodsetMetricsPrefix
(prefix: string)
yarn-project/simulator/src/public/fixtures/public_tx_simulation_tester.ts:103
↓ 11 callersFunctionset_parallel_for_concurrency
barretenberg/cpp/src/barretenberg/common/thread.cpp:23
↓ 11 callersMethodset_phase
barretenberg/cpp/src/barretenberg/vm2/simulation/lib/call_stack_metadata_collector.cpp:10
↓ 11 callersMethodshr
* @brief Perform right shift operation on a memory value and emit an event of type AluEvent. * * @throws AluException if the tags (in order): *
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/alu.cpp:322
↓ 11 callersMethodsignMessage
* Flavor of sign message that followed EIP-712 eth signed message prefix * Note: this is only required when we are using ecdsa signatures over secp
yarn-project/validator-client/src/key_store/interface.ts:59
↓ 11 callersMethodsimProveVerifyAppLogic
( appCall: TestEnqueuedCall, expectRevert?: boolean, txLabel: string = 'unlabeledTx', gasLimit
yarn-project/bb-prover/src/avm_proving_tests/avm_proving_tester.ts:269
↓ 11 callersFunctionskip_slow_tests
barretenberg/cpp/src/barretenberg/vm2/testing/fixtures.cpp:199
↓ 11 callersMethodsleep
* Sleep for a specified amount of time in milliseconds. * The sleep function will pause the execution of the current async function * for the gi
yarn-project/foundation/src/sleep/index.ts:34
↓ 11 callersMethodstart
* Starts the service. * @param waitUntilSynced - Whether to wait until the service is fully synched before returning.
yarn-project/stdlib/src/interfaces/service.ts:9
↓ 11 callersMethodstatus
Returns the current status of the synchronizer.
yarn-project/stdlib/src/interfaces/world_state.ts:72
↓ 11 callersMethodstop
Stops the service.
yarn-project/stdlib/src/interfaces/service.ts:12
↓ 11 callersFunctionsum32
(a: number, b: number)
yarn-project/foundation/src/crypto/sha256/index.ts:114
↓ 11 callersFunctionsyncSenderTaggingIndexes
( secret: ExtendedDirectionalAppTaggingSecret, aztecNode: AztecNode, taggingStore: SenderTaggingStore,
yarn-project/pxe/src/tagging/sender_sync/sync_sender_tagging_indexes.ts:25
↓ 11 callersMethodtoBigInt
()
yarn-project/stdlib/src/aztec-address/index.ts:147
↓ 11 callersMethodto_le_radix
* @brief Performs a little endian radix decomposition of a field element into limbs. This emits a ToRadixEvent. * * Precondition: radix must be in t
barretenberg/cpp/src/barretenberg/vm2/simulation/gadgets/to_radix.cpp:21
↓ 11 callersMethodtrace_offset
barretenberg/cpp/src/barretenberg/honk/execution_trace/execution_trace_block.hpp:258
↓ 11 callersMethodtransaction
* Starts a transaction. All calls to read/write data while in a transaction are queued and executed atomically. * @param callback - The callback to
yarn-project/kv-store/src/interfaces/store.ts:57
↓ 11 callersMethodtransferPrivate
(from: AztecAddress, to: AztecAddress, amount: bigint)
yarn-project/end-to-end/src/simulators/token_simulator.ts:52
↓ 11 callersMethodtransferPublic
(from: AztecAddress, to: AztecAddress, amount: bigint)
yarn-project/end-to-end/src/simulators/token_simulator.ts:43
↓ 11 callersFunctiontypeToString
* Converts a TypeDoc type to a readable string representation. * Also records external package references for cross-package documentation.
docs/scripts/typescript_api_generation/transform_for_llm.ts:348
↓ 11 callersMethoduint256_t_no_montgomery_conversion
barretenberg/cpp/src/barretenberg/ecc/fields/field_declarations.hpp:187
↓ 11 callersMethodupdateHighestAgedIndex
(secret: ExtendedDirectionalAppTaggingSecret, index: number, jobId: string)
yarn-project/pxe/src/storage/tagging_store/recipient_tagging_store.ts:113
↓ 11 callersFunctionvalidatePublisherOptions
(options: { publishers?: string[]; publisherCount?: number })
yarn-project/cli/src/cmds/validator_keys/utils.ts:57
↓ 11 callersMethodvirtual_size
barretenberg/cpp/src/barretenberg/polynomials/polynomial.hpp:280
↓ 11 callersMethodwait_for_writer
barretenberg/cpp/src/barretenberg/lmdblib/lmdb_environment.cpp:50
↓ 11 callersMethodwith
* Augments this DeployAccountMethod with additional metadata, such as authWitnesses and capsules. * @param options - An object containing the metad
yarn-project/aztec.js/src/wallet/deploy_account_method.ts:208
↓ 11 callersFunctionwithValidatorIndex
(path: string, accountIndex: number = 0, addressIndex: number = 0)
yarn-project/cli/src/cmds/validator_keys/shared.ts:35
↓ 10 callersFunctionClaimedLengthArrayFromFields
( deserializer: { fromFields: (reader: FieldReader) => T; }, arrayLength: N, )
yarn-project/stdlib/src/kernel/claimed_length_array.ts:95
↓ 10 callersFunctionabiChecker
(artifact: ContractArtifact)
yarn-project/aztec.js/src/contract/checker.ts:23
↓ 10 callersMethodabsorb
(fields: Fr[])
yarn-project/blob-lib/src/sponge_blob.ts:63
↓ 10 callersMethodaddAccount
(artifact: ContractArtifact, instance: ContractInstanceWithAddress, secret: Fr)
yarn-project/txe/src/oracle/interfaces.ts:56
↓ 10 callersMethodaddKeyValidationRequest
Adds a key validation request.
yarn-project/pxe/src/private_kernel/hints/test_utils.ts:254
↓ 10 callersMethodadd_instruction
(&mut self, instruction: AvmInstruction, label: Option<Label>)
avm-transpiler/src/procedures/compiler.rs:27
↓ 10 callersMethodadd_or_update_values_sequentially
barretenberg/cpp/src/barretenberg/crypto/merkle_tree/indexed_tree/content_addressed_indexed_tree.hpp:1298
↓ 10 callersMethodadd_to_hash_buffer
barretenberg/cpp/src/barretenberg/commitment_schemes/ipa/mock_transcript.hpp:81
← previousnext →1,701–1,800 of 24,401, ranked by callers