| LOW | Makefile.toml | 1 | # This file inherits defaults from |
| LOW | ci_checks.sh | 1 | #!/usr/bin/env bash |
| LOW | crates/database/src/lib.rs | 1 | //! The crate `fuel-core-storage` contains storage types, primitives, tables used by `fuel-core`. |
| LOW | crates/database/src/lib.rs | 21 | #[derive(Debug, derive_more::Display, derive_more::From)] |
| LOW | crates/types/src/lib.rs | 1 | //! The crate `fuel-core-types` contains plain rust common type used by `fuel-core` and related |
| LOW | crates/types/src/blockchain/header.rs | 421 | pub const LATEST_STATE_TRANSITION_VERSION: StateTransitionBytecodeVersion = 34; |
| LOW | crates/types/src/blockchain/header.rs | 481 | /// the hash of the [`ApplicationHeader`]. |
| LOW | crates/types/src/blockchain/header.rs | 661 | /// |
| LOW | crates/types/src/blockchain/block.rs | 61 | |
| LOW | crates/types/src/blockchain/block.rs | 81 | impl Block<Transaction> { |
| LOW | crates/types/src/blockchain/consensus.rs | 61 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] |
| LOW | crates/types/src/blockchain/header/v1.rs | 21 | /// has been executed. |
| LOW | crates/types/src/blockchain/header/v2.rs | 41 | /// A fuel block header that has all the fields generated because it |
| LOW | crates/types/src/blockchain/header/v2.rs | 201 | |
| LOW | crates/types/src/services/preconfirmation.rs | 21 | |
| LOW | crates/types/src/services/p2p.rs | 61 | /// Status of a message received via Gossip |
| LOW | crates/types/src/services/executor.rs | 161 | pub enum ForcedTransactionFailure { |
| LOW | crates/types/src/services/executor.rs | 281 | /// The result of a dry run. |
| LOW | crates/types/src/services/executor.rs | 321 | MintMismatch, |
| LOW | crates/types/src/entities/relayer/message.rs | 241 | /// Type containing merkle proof data. |
| LOW | crates/fuel-gas-price-algorithm/src/v1.rs | 101 | /// This projection will inevitably lead to error in the gas price calculation. Special care should be taken |
| LOW | crates/fuel-gas-price-algorithm/src/v1.rs | 121 | /// |
| LOW | crates/fuel-gas-price-algorithm/src/v1.rs | 141 | /// The height of the next L2 block |
| LOW | crates/fuel-gas-price-algorithm/src/v1.rs | 181 | /// The `L2ActivityTracker` tracks the chain activity to determine a safety mode for setting the DA price. |
| LOW | crates/fuel-gas-price-algorithm/src/v0.rs | 41 | |
| LOW | crates/provider/src/quorum.rs | 21 | /// The quorum is reached when the majority of the providers have returned a |
| LOW | crates/storage/src/lib.rs | 1 | //! The crate `fuel-core-storage` contains storage types, primitives, tables used by `fuel-core`. |
| LOW | crates/storage/src/lib.rs | 61 | #[doc(hidden)] |
| LOW | crates/storage/src/lib.rs | 181 | } |
| LOW | crates/storage/src/column.rs | 41 | /// See [`Transactions`](crate::tables::Transactions) |
| LOW | crates/storage/src/codec/manual.rs | 1 | //! The module contains the implementation of the `Manual` codec. |
| LOW | crates/storage/src/blueprint/sparse.rs | 61 | /// Converts the key of the table into the primary key of the metadata table. |
| LOW | …es/fuel-core/proptest-regressions/service/adapters.txt | 1 | # Seeds for failure cases proptest has generated in the past. It is |
| LOW | crates/fuel-core/src/lib.rs | 21 | pub use fuel_core_chain_config as chain_config; |
| LOW | crates/fuel-core/src/service.rs | 81 | /// The transaction pool shared state. |
| LOW | crates/fuel-core/src/service.rs | 241 | |
| LOW | crates/fuel-core/src/service.rs | 621 | |
| LOW | crates/fuel-core/src/executor.rs | 401 | }, |
| LOW | crates/fuel-core/src/schema/balance.rs | 81 | } |
| LOW | crates/fuel-core/src/schema/tx.rs | 341 | }); |
| LOW | crates/fuel-core/src/schema/tx.rs | 361 | /// - The fee address index is out of bounds. |
| LOW | crates/fuel-core/src/schema/tx.rs | 681 | #[Subscription] |
| LOW | crates/fuel-core/src/schema/coins.rs | 261 | }) |
| LOW | crates/fuel-core/src/graphql_api/api_service.rs | 141 | /// hyper request future to complete before the surrounding service |
| LOW | crates/fuel-core/src/graphql_api/storage.rs | 81 | Statistic = 6, |
| LOW | …fuel-core/src/service/adapters/consensus_module/poa.rs | 981 | } |
| LOW | …fuel-core/src/service/adapters/consensus_module/poa.rs | 1141 | Ok(WriteBlockResult::FencingRejected) |
| LOW | …fuel-core/src/service/adapters/consensus_module/poa.rs | 2661 | |
| LOW | …fuel-core/src/service/adapters/consensus_module/poa.rs | 2681 | // mpsc channel, returning as soon as `Written` quorum is reached. |
| LOW | …fuel-core/src/service/adapters/consensus_module/poa.rs | 2761 | ); |
| LOW | crates/fuel-core/src/query/subscriptions/test.rs | 1 | // Allow `arc_with_non_send_sync` to enable use of `Arbitrary` |
| LOW | crates/fuel-core/src/query/subscriptions/test.rs | 161 | /// # Arguments |
| LOW | crates/syscall/src/lib.rs | 1 | //! The crate `fuel-core-syscall` contains the syscall handler and types for fuel-core. |
| LOW | crates/client/src/client.rs | 241 | // anyhow::Error is wrapped inside a custom Error type, |
| LOW | crates/client/src/client.rs | 881 | /// The return transaction contains: |
| LOW | crates/client/src/reqwest_ext.rs | 61 | #[cfg(not(target_arch = "wasm32"))] |
| LOW | crates/client/src/reqwest_ext.rs | 81 | /// # director: Option<String> |
| LOW | crates/client/src/reqwest_ext.rs | 101 | /// .run_graphql(operation) |
| LOW | crates/client/src/client/schema/message.rs | 121 | #[cynic(schema_path = "./assets/schema.sdl")] |
| LOW | crates/client/src/client/schema/tx/transparent_tx.rs | 81 | /// The `Transaction` schema is a combination of all fields available in |
| 72 more matches not shown… |