MCPcopy Create free account

hub / github.com/GeorgeBake/pipeline-cli / functions

Functions5,659 in github.com/GeorgeBake/pipeline-cli

↓ 28 callersMethodamount
(&self)
crates/fuel-core/src/graphql_api/storage/coins.rs:138
↓ 28 callersFunctionbuild_service_from_config
helper function for building FuelP2PService
crates/services/p2p/src/p2p_service/tests.rs:98
↓ 28 callersMethodinput
(&mut self, encoded_input: Vec<u8>, encoded_input_size: u32)
crates/services/upgradable-executor/src/instance.rs:580
↓ 28 callersMethodnext
( &self, _: u64, transactions_limit: u16, _: u32, )
crates/services/executor/src/executor.rs:208
↓ 27 callersFunctionrandom_peer
()
crates/services/sync/src/import/test_helpers.rs:36
↓ 27 callersMethodtransaction
(&self, tx_id: &TxId)
crates/fuel-core/src/graphql_api/database.rs:229
↓ 27 callersMethodwrite
Modifies the data within the lock.
crates/services/src/seqlock.rs:34
↓ 26 callersMethodcommit
Record that a block has been committed.
crates/services/sync/src/state.rs:83
↓ 25 callersMethodbuild_service
( &self, p2p: Option<MockP2P>, importer: Option<MockImporter>, )
crates/services/txpool_v2/src/tests/universe.rs:200
↓ 25 callersMethodis_err
(&self)
crates/services/sync/src/import.rs:165
↓ 25 callersFunctionsetup
( owner: Address, asset_id_a: AssetId, asset_id_b: AssetId, consensus_paramete
tests/tests/coins.rs:41
↓ 24 callersFunctionconfig_with_fee
Returns a config that enables utxo validation and sets a minimum gas price. It enables fee in the network and requirement to use real coins.
tests/test-helpers/src/lib.rs:139
↓ 24 callersFunctionempty_unrecorded_blocks
()
crates/fuel-gas-price-algorithm/src/v1/tests/update_l2_block_data_tests.rs:68
↓ 24 callersMethodestimate_predicates
Estimate predicates for the transaction
crates/client/src/client.rs:889
↓ 24 callersFunctionget
Gets the value under the `key` in the `column` from the storage and copies it to the `out`.
crates/services/upgradable-executor/wasm-executor/src/ext.rs:222
↓ 24 callersMethodget
(&self)
crates/fuel-core/src/service/adapters/compression_adapters.rs:98
↓ 24 callersFunctionparse_cli
(line: &str, suffix: &str)
bin/fuel-core/src/cli.rs:203
↓ 24 callersMethodreplace
( &mut self, key: &M::Key, value: &M::Value, )
crates/storage/src/vm_storage.rs:163
↓ 24 callersMethodscript_gas_limit
(&self)
crates/fuel-core/src/schema/tx/types.rs:581
↓ 24 callersMethodtrace_err
(self, msg: &str)
crates/services/src/lib.rs:69
↓ 23 callersMethodas_ref
(&self)
crates/storage/src/transactional.rs:185
↓ 23 callersMethodinto_boxed
Convert this stream into a [`BoxStream`].
crates/services/src/lib.rs:40
↓ 23 callersFunctionkey
()
crates/fuel-core/src/state/historical_rocksdb.rs:679
↓ 23 callersMethodparse
(value: Value)
crates/fuel-core/src/schema/scalars.rs:114
↓ 23 callersMethodroot
(&self)
crates/fuel-core/src/schema/upgrades.rs:72
↓ 23 callersMethodtip
(&self)
crates/types/src/services/txpool.rs:245
↓ 23 callersMethodtry_insert
(&self, transactions: Vec<Transaction>)
crates/services/txpool_v2/src/shared_state.rs:44
↓ 22 callersMethodblock_by_height
( &self, height: BlockHeight, )
crates/client/src/client.rs:1493
↓ 22 callersMethodcalculate
(&self)
crates/fuel-gas-price-algorithm/src/v1.rs:51
↓ 22 callersMethodconfig
(self, config: Config)
crates/services/txpool_v2/src/tests/context.rs:107
↓ 22 callersMethodfind
(&self, tx_ids: Vec<TxId>)
crates/services/txpool_v2/src/shared_state.rs:124
↓ 21 callersMethodchain_info
(&self)
crates/client/src/client.rs:675
↓ 21 callersFunctioncreate_db
()
crates/fuel-core/src/state/rocks_db.rs:1161
↓ 21 callersMethodfinalize
( self, latest_block_config: Option<LastBlockConfig>, chain_config: &ChainConfig,
crates/chain-config/src/config/state/writer.rs:214
↓ 21 callersMethodlatest_view
(&self)
crates/fuel-core/src/state/historical_rocksdb.rs:177
↓ 21 callersMethodmax_gas
(&self, consensus_params: &ConsensusParameters)
crates/services/executor/src/ports.rs:142
↓ 21 callersMethodrun
( self, id: &str, group: &mut BenchmarkGroup<WallTime>, script: Vec<Instructio
benches/benches/block_target_gas.rs:220
↓ 21 callersMethodsubmit
( &self, tx: &Transaction, )
crates/client/src/client.rs:900
↓ 21 callersFunctiontest_import_inner
( state: SharedMutex<State>, mocks: Mocks, count: Option<Count>, params: Config, )
crates/services/sync/src/import/tests.rs:1307
↓ 20 callersMethodapply
Apply a function to the inner value and return a value.
crates/services/src/sync.rs:33
↓ 20 callersMethodcommit_changes
( &self, height: Option<Description::Height>, mut changes: StorageChanges, )
crates/fuel-core/src/state/historical_rocksdb.rs:567
↓ 20 callersMethodcompress
Compresses the fuel block and replaces transactions with hashes. Note that this is different from the DA compression process.
crates/types/src/blockchain/block.rs:129
↓ 20 callersMethodcontains
(&self, kind: &IndexationKind)
crates/fuel-core/src/graphql_api/database.rs:126
↓ 20 callersMethodcreate_output_and_input
(&mut self)
crates/services/txpool_v2/src/tests/context.rs:245
↓ 20 callersMethodinputs
(&self)
crates/services/executor/src/ports.rs:128
↓ 20 callersMethodproduce_without_commit
( &self, component: Components<TransactionsSource>, deadline: Instant, )
crates/fuel-core/src/service/adapters/producer.rs:101
↓ 20 callersMethodsetup_coin
(&mut self)
crates/services/txpool_v2/src/tests/context.rs:227
↓ 20 callersFunctiontransaction
(max_gas: u64, block_number: u64, block_index: u64)
crates/services/relayer/tests/integration.rs:265
↓ 20 callersMethodtransaction
(&mut self)
crates/services/relayer/src/ports/tests.rs:38
↓ 19 callersMethodas_ref
(&self)
crates/storage/src/blueprint/merklized.rs:346
↓ 19 callersMethodcommit
Commits the changes into the storage.
crates/storage/src/transactional.rs:304
↓ 19 callersMethodda_height
Returns the da height when event happened.
crates/types/src/services/relayer.rs:25
↓ 19 callersMethodhash
Get hashed value of the event.
crates/types/src/services/relayer.rs:33
↓ 19 callersMethodmetadata
(&self)
crates/types/src/blockchain/header/v2.rs:71
↓ 19 callersMethodsubmit_and_await_commit_opt
( &self, tx: &Transaction, estimate_predicates: Option<bool>, )
crates/client/src/client.rs:940
↓ 19 callersMethodsubscribe
(&self)
crates/services/importer/src/importer.rs:197
↓ 19 callersMethodvalidate
( &self, block: &Block, )
crates/fuel-core/src/service/adapters/block_importer.rs:120
↓ 19 callersMethodwith_da_cost_per_byte
(mut self, da_cost_per_byte: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:144
↓ 18 callersFunctionarb_dependent_cost_values
()
benches/benches/utils.rs:59
↓ 18 callersMethodbuild_with_new_contract
( &mut self, contract_instructions: Vec<Instruction>, )
benches/benches/block_target_gas.rs:174
↓ 18 callersMethodchain_id
(&self)
crates/fuel-core/src/service/config.rs:260
↓ 18 callersFunctionmake_coin
(owner: &Address, asset_id: &AssetId, amount: u64)
crates/fuel-core/src/graphql_api/indexation/test_utils.rs:13
↓ 18 callersFunctionmake_nodes
( bootstrap_setup: impl IntoIterator<Item = Option<BootstrapSetup>>, producers_setup: impl IntoIterato
crates/fuel-core/src/p2p_test_helpers.rs:260
↓ 18 callersMethodproducer
( self, )
crates/services/producer/src/block_producer/tests.rs:913
↓ 18 callersFunctiontest_block
( block_height: BlockHeight, da_block_height: DaBlockHeight, num_txs: usize, )
crates/fuel-core/src/executor.rs:308
↓ 18 callersFunctiontest_signing_key
()
crates/services/consensus_module/poa/src/service_test.rs:290
↓ 18 callersMethodtx_params
(&self)
crates/fuel-core/src/schema/chain.rs:122
↓ 17 callersMethodcurrent_consensus_params
(&self)
crates/fuel-core/src/service/adapters/graphql_api.rs:231
↓ 17 callersMethodderef
(&self)
crates/services/src/sync.rs:21
↓ 17 callersMethodinsert
(&mut self, key: &M::Key, value: &M::Value)
crates/storage/src/vm_storage.rs:159
↓ 17 callersMethodinto_input
(self, new_utxo_id: UtxoId)
crates/services/txpool_v2/src/tests/context.rs:346
↓ 17 callersMethodproduce_and_execute_block_txpool
Produces and execute block for the specified height with transactions from the `TxPool`.
crates/services/producer/src/block_producer.rs:287
↓ 17 callersMethodsend_stop_signal_and_await_shutdown
Sends the stop signal to all sub services and awaits for all services to shutdown.
crates/fuel-core/src/service.rs:410
↓ 17 callersMethodtime
The block producer time.
crates/types/src/blockchain/header.rs:487
↓ 17 callersMethodwith_known_total_cost
(mut self, latest_known_total_cost: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:154
↓ 16 callersMethodas_mut
(&mut self)
crates/fuel-core/src/service/vm_pool.rs:42
↓ 16 callersMethodborrow
See [`watch::Receiver::borrow`].
crates/services/src/state.rs:82
↓ 16 callersMethodcommit_changes
(&self, changes: &'a StorageChanges)
crates/fuel-core/src/state/rocks_db.rs:1036
↓ 16 callersMethoddata
Get the message data
crates/types/src/entities/relayer/message.rs:132
↓ 16 callersMethoddata
(&self)
crates/fuel-core/src/schema/message.rs:55
↓ 16 callersMethodfee_params
(&self)
crates/fuel-core/src/schema/chain.rs:138
↓ 16 callersMethodis_empty
(&self)
crates/services/txpool_v2/src/storage/graph.rs:90
↓ 16 callersMethodmetered_bytes_size
Used for accounting purposes when charging byte based fees.
crates/types/src/services/txpool.rs:113
↓ 16 callersFunctionmint
Mint a new subtoken with given sub asset id and amount
tests/test-helpers/src/mint_contract.rs:128
↓ 16 callersFunctionnew_task_with_handles
(ttl: Duration)
crates/services/tx_status_manager/src/service.rs:728
↓ 16 callersMethodoff_chain
(&self)
crates/fuel-core/src/combined_database.rs:334
↓ 16 callersMethodrecalculate_metadata
Recalculate the metadata
crates/types/src/blockchain/header.rs:110
↓ 16 callersMethodrun
(&mut self, watcher: &mut StateWatcher)
crates/services/consensus_module/poa/src/sync.rs:140
↓ 16 callersFunctionsend_graph_ql_query
(url: &str, query: &str)
tests/test-helpers/src/lib.rs:77
↓ 16 callersMethodset_amount
Set the amount of the coin
crates/types/src/entities/coins/coin.rs:123
↓ 16 callersMethodset_da_height
Set the da height for the header
crates/types/src/blockchain/header.rs:212
↓ 16 callersMethoduncompress
Convert from a compressed block back to a the full block.
crates/types/src/blockchain/block.rs:161
↓ 16 callersMethodvalidate_and_commit
Executes the block and commits the result of the execution into the inner `Database`.
crates/services/upgradable-executor/src/executor.rs:343
↓ 16 callersMethodwith_projected_total_cost
(mut self, projected_total_cost: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:149
↓ 16 callersMethodwith_starting_exec_gas_price
(mut self, starting_da_gas_price: u64)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:96
↓ 16 callersMethodwrite_state_config
( mut self, state_config: crate::StateConfig, chain_config: &ChainConfig, )
crates/chain-config/src/config/state/writer.rs:287
↓ 15 callersMethodas_ref
(&self)
crates/types/src/blockchain/header.rs:741
↓ 15 callersMethodclone
(&self)
crates/chain-config/src/config/table_entry.rs:16
↓ 15 callersMethodcommit
(self)
crates/fuel-core/src/graphql_api/storage.rs:175
↓ 15 callersFunctioncreate_relayer_executor
( on_chain: Database<OnChain>, relayer: Database<Relayer>, )
crates/fuel-core/src/executor.rs:3487
← previousnext →101–200 of 5,659, ranked by callers