Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeorgeBake/pipeline-cli
/ functions
Functions
5,659 in github.com/GeorgeBake/pipeline-cli
⨍
Functions
5,659
◇
Types & classes
1,648
↓ 28 callers
Method
amount
(&self)
crates/fuel-core/src/graphql_api/storage/coins.rs:138
↓ 28 callers
Function
build_service_from_config
helper function for building FuelP2PService
crates/services/p2p/src/p2p_service/tests.rs:98
↓ 28 callers
Method
input
(&mut self, encoded_input: Vec<u8>, encoded_input_size: u32)
crates/services/upgradable-executor/src/instance.rs:580
↓ 28 callers
Method
next
( &self, _: u64, transactions_limit: u16, _: u32, )
crates/services/executor/src/executor.rs:208
↓ 27 callers
Function
random_peer
()
crates/services/sync/src/import/test_helpers.rs:36
↓ 27 callers
Method
transaction
(&self, tx_id: &TxId)
crates/fuel-core/src/graphql_api/database.rs:229
↓ 27 callers
Method
write
Modifies the data within the lock.
crates/services/src/seqlock.rs:34
↓ 26 callers
Method
commit
Record that a block has been committed.
crates/services/sync/src/state.rs:83
↓ 25 callers
Method
build_service
( &self, p2p: Option<MockP2P>, importer: Option<MockImporter>, )
crates/services/txpool_v2/src/tests/universe.rs:200
↓ 25 callers
Method
is_err
(&self)
crates/services/sync/src/import.rs:165
↓ 25 callers
Function
setup
( owner: Address, asset_id_a: AssetId, asset_id_b: AssetId, consensus_paramete
tests/tests/coins.rs:41
↓ 24 callers
Function
config_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 callers
Function
empty_unrecorded_blocks
()
crates/fuel-gas-price-algorithm/src/v1/tests/update_l2_block_data_tests.rs:68
↓ 24 callers
Method
estimate_predicates
Estimate predicates for the transaction
crates/client/src/client.rs:889
↓ 24 callers
Function
get
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 callers
Method
get
(&self)
crates/fuel-core/src/service/adapters/compression_adapters.rs:98
↓ 24 callers
Function
parse_cli
(line: &str, suffix: &str)
bin/fuel-core/src/cli.rs:203
↓ 24 callers
Method
replace
( &mut self, key: &M::Key, value: &M::Value, )
crates/storage/src/vm_storage.rs:163
↓ 24 callers
Method
script_gas_limit
(&self)
crates/fuel-core/src/schema/tx/types.rs:581
↓ 24 callers
Method
trace_err
(self, msg: &str)
crates/services/src/lib.rs:69
↓ 23 callers
Method
as_ref
(&self)
crates/storage/src/transactional.rs:185
↓ 23 callers
Method
into_boxed
Convert this stream into a [`BoxStream`].
crates/services/src/lib.rs:40
↓ 23 callers
Function
key
()
crates/fuel-core/src/state/historical_rocksdb.rs:679
↓ 23 callers
Method
parse
(value: Value)
crates/fuel-core/src/schema/scalars.rs:114
↓ 23 callers
Method
root
(&self)
crates/fuel-core/src/schema/upgrades.rs:72
↓ 23 callers
Method
tip
(&self)
crates/types/src/services/txpool.rs:245
↓ 23 callers
Method
try_insert
(&self, transactions: Vec<Transaction>)
crates/services/txpool_v2/src/shared_state.rs:44
↓ 22 callers
Method
block_by_height
( &self, height: BlockHeight, )
crates/client/src/client.rs:1493
↓ 22 callers
Method
calculate
(&self)
crates/fuel-gas-price-algorithm/src/v1.rs:51
↓ 22 callers
Method
config
(self, config: Config)
crates/services/txpool_v2/src/tests/context.rs:107
↓ 22 callers
Method
find
(&self, tx_ids: Vec<TxId>)
crates/services/txpool_v2/src/shared_state.rs:124
↓ 21 callers
Method
chain_info
(&self)
crates/client/src/client.rs:675
↓ 21 callers
Function
create_db
()
crates/fuel-core/src/state/rocks_db.rs:1161
↓ 21 callers
Method
finalize
( self, latest_block_config: Option<LastBlockConfig>, chain_config: &ChainConfig,
crates/chain-config/src/config/state/writer.rs:214
↓ 21 callers
Method
latest_view
(&self)
crates/fuel-core/src/state/historical_rocksdb.rs:177
↓ 21 callers
Method
max_gas
(&self, consensus_params: &ConsensusParameters)
crates/services/executor/src/ports.rs:142
↓ 21 callers
Method
run
( self, id: &str, group: &mut BenchmarkGroup<WallTime>, script: Vec<Instructio
benches/benches/block_target_gas.rs:220
↓ 21 callers
Method
submit
( &self, tx: &Transaction, )
crates/client/src/client.rs:900
↓ 21 callers
Function
test_import_inner
( state: SharedMutex<State>, mocks: Mocks, count: Option<Count>, params: Config, )
crates/services/sync/src/import/tests.rs:1307
↓ 20 callers
Method
apply
Apply a function to the inner value and return a value.
crates/services/src/sync.rs:33
↓ 20 callers
Method
commit_changes
( &self, height: Option<Description::Height>, mut changes: StorageChanges, )
crates/fuel-core/src/state/historical_rocksdb.rs:567
↓ 20 callers
Method
compress
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 callers
Method
contains
(&self, kind: &IndexationKind)
crates/fuel-core/src/graphql_api/database.rs:126
↓ 20 callers
Method
create_output_and_input
(&mut self)
crates/services/txpool_v2/src/tests/context.rs:245
↓ 20 callers
Method
inputs
(&self)
crates/services/executor/src/ports.rs:128
↓ 20 callers
Method
produce_without_commit
( &self, component: Components<TransactionsSource>, deadline: Instant, )
crates/fuel-core/src/service/adapters/producer.rs:101
↓ 20 callers
Method
setup_coin
(&mut self)
crates/services/txpool_v2/src/tests/context.rs:227
↓ 20 callers
Function
transaction
(max_gas: u64, block_number: u64, block_index: u64)
crates/services/relayer/tests/integration.rs:265
↓ 20 callers
Method
transaction
(&mut self)
crates/services/relayer/src/ports/tests.rs:38
↓ 19 callers
Method
as_ref
(&self)
crates/storage/src/blueprint/merklized.rs:346
↓ 19 callers
Method
commit
Commits the changes into the storage.
crates/storage/src/transactional.rs:304
↓ 19 callers
Method
da_height
Returns the da height when event happened.
crates/types/src/services/relayer.rs:25
↓ 19 callers
Method
hash
Get hashed value of the event.
crates/types/src/services/relayer.rs:33
↓ 19 callers
Method
metadata
(&self)
crates/types/src/blockchain/header/v2.rs:71
↓ 19 callers
Method
submit_and_await_commit_opt
( &self, tx: &Transaction, estimate_predicates: Option<bool>, )
crates/client/src/client.rs:940
↓ 19 callers
Method
subscribe
(&self)
crates/services/importer/src/importer.rs:197
↓ 19 callers
Method
validate
( &self, block: &Block, )
crates/fuel-core/src/service/adapters/block_importer.rs:120
↓ 19 callers
Method
with_da_cost_per_byte
(mut self, da_cost_per_byte: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:144
↓ 18 callers
Function
arb_dependent_cost_values
()
benches/benches/utils.rs:59
↓ 18 callers
Method
build_with_new_contract
( &mut self, contract_instructions: Vec<Instruction>, )
benches/benches/block_target_gas.rs:174
↓ 18 callers
Method
chain_id
(&self)
crates/fuel-core/src/service/config.rs:260
↓ 18 callers
Function
make_coin
(owner: &Address, asset_id: &AssetId, amount: u64)
crates/fuel-core/src/graphql_api/indexation/test_utils.rs:13
↓ 18 callers
Function
make_nodes
( bootstrap_setup: impl IntoIterator<Item = Option<BootstrapSetup>>, producers_setup: impl IntoIterato
crates/fuel-core/src/p2p_test_helpers.rs:260
↓ 18 callers
Method
producer
( self, )
crates/services/producer/src/block_producer/tests.rs:913
↓ 18 callers
Function
test_block
( block_height: BlockHeight, da_block_height: DaBlockHeight, num_txs: usize, )
crates/fuel-core/src/executor.rs:308
↓ 18 callers
Function
test_signing_key
()
crates/services/consensus_module/poa/src/service_test.rs:290
↓ 18 callers
Method
tx_params
(&self)
crates/fuel-core/src/schema/chain.rs:122
↓ 17 callers
Method
current_consensus_params
(&self)
crates/fuel-core/src/service/adapters/graphql_api.rs:231
↓ 17 callers
Method
deref
(&self)
crates/services/src/sync.rs:21
↓ 17 callers
Method
insert
(&mut self, key: &M::Key, value: &M::Value)
crates/storage/src/vm_storage.rs:159
↓ 17 callers
Method
into_input
(self, new_utxo_id: UtxoId)
crates/services/txpool_v2/src/tests/context.rs:346
↓ 17 callers
Method
produce_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 callers
Method
send_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 callers
Method
time
The block producer time.
crates/types/src/blockchain/header.rs:487
↓ 17 callers
Method
with_known_total_cost
(mut self, latest_known_total_cost: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:154
↓ 16 callers
Method
as_mut
(&mut self)
crates/fuel-core/src/service/vm_pool.rs:42
↓ 16 callers
Method
borrow
See [`watch::Receiver::borrow`].
crates/services/src/state.rs:82
↓ 16 callers
Method
commit_changes
(&self, changes: &'a StorageChanges)
crates/fuel-core/src/state/rocks_db.rs:1036
↓ 16 callers
Method
data
Get the message data
crates/types/src/entities/relayer/message.rs:132
↓ 16 callers
Method
data
(&self)
crates/fuel-core/src/schema/message.rs:55
↓ 16 callers
Method
fee_params
(&self)
crates/fuel-core/src/schema/chain.rs:138
↓ 16 callers
Method
is_empty
(&self)
crates/services/txpool_v2/src/storage/graph.rs:90
↓ 16 callers
Method
metered_bytes_size
Used for accounting purposes when charging byte based fees.
crates/types/src/services/txpool.rs:113
↓ 16 callers
Function
mint
Mint a new subtoken with given sub asset id and amount
tests/test-helpers/src/mint_contract.rs:128
↓ 16 callers
Function
new_task_with_handles
(ttl: Duration)
crates/services/tx_status_manager/src/service.rs:728
↓ 16 callers
Method
off_chain
(&self)
crates/fuel-core/src/combined_database.rs:334
↓ 16 callers
Method
recalculate_metadata
Recalculate the metadata
crates/types/src/blockchain/header.rs:110
↓ 16 callers
Method
run
(&mut self, watcher: &mut StateWatcher)
crates/services/consensus_module/poa/src/sync.rs:140
↓ 16 callers
Function
send_graph_ql_query
(url: &str, query: &str)
tests/test-helpers/src/lib.rs:77
↓ 16 callers
Method
set_amount
Set the amount of the coin
crates/types/src/entities/coins/coin.rs:123
↓ 16 callers
Method
set_da_height
Set the da height for the header
crates/types/src/blockchain/header.rs:212
↓ 16 callers
Method
uncompress
Convert from a compressed block back to a the full block.
crates/types/src/blockchain/block.rs:161
↓ 16 callers
Method
validate_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 callers
Method
with_projected_total_cost
(mut self, projected_total_cost: u128)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:149
↓ 16 callers
Method
with_starting_exec_gas_price
(mut self, starting_da_gas_price: u64)
crates/fuel-gas-price-algorithm/src/v1/tests.rs:96
↓ 16 callers
Method
write_state_config
( mut self, state_config: crate::StateConfig, chain_config: &ChainConfig, )
crates/chain-config/src/config/state/writer.rs:287
↓ 15 callers
Method
as_ref
(&self)
crates/types/src/blockchain/header.rs:741
↓ 15 callers
Method
clone
(&self)
crates/chain-config/src/config/table_entry.rs:16
↓ 15 callers
Method
commit
(self)
crates/fuel-core/src/graphql_api/storage.rs:175
↓ 15 callers
Function
create_relayer_executor
( on_chain: Database<OnChain>, relayer: Database<Relayer>, )
crates/fuel-core/src/executor.rs:3487
← previous
next →
101–200 of 5,659, ranked by callers