Skip to content

Commit

Permalink
gas-schedule folder changing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomolot authored and davidiw committed Aug 5, 2023
1 parent 55c5c2e commit 59f6293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer-docs-site/docs/concepts/base-gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Basic instruction gas parameters are defined at [`instr.rs`] and include the fol
| `vec_unpack_base` | Base cost to unpack a vector |
| `vec_unpack_per_expected_elem` | Base cost to unpack a vector per element |

Additional storage gas parameters are defined in [`table.rs`], [`move_stdlib.rs`], and other assorted source files in [`aptos-gas/src/`].
Additional storage gas parameters are defined in [`table.rs`], [`move_stdlib.rs`], and other assorted source files in [`aptos-gas-schedule/src/`].

## Storage gas

Expand Down Expand Up @@ -332,7 +332,7 @@ Hence in practice, payload gas is unlikely to be a concern.
<!--- Alphabetized reference links -->

[#4540]: https://github.com/aptos-labs/aptos-core/pull/4540/files
[`aptos-gas/src/`]: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/aptos-gas/src/
[`aptos-gas-schedule/src/`]: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/aptos-gas-schedule/src
[`aptos_global_constants`]: https://github.com/aptos-labs/aptos-core/blob/main/config/global-constants/src/lib.rs
[`base_8192_exponential_curve()`]: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/doc/storage_gas.md#0x1_storage_gas_base_8192_exponential_curve
[BCS sequence specification]: https://github.com/diem/bcs#fixed-and-variable-length-sequences
Expand Down

0 comments on commit 59f6293

Please sign in to comment.