Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stoobie authored Mar 4, 2024
1 parent d5eb51e commit cea7cf2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ include::ROOT:partial$snippet_important_goerli2_removed.adoc[]
** `timestamp` returns the hour, rounded down.
** `block_number` returns the block number, rounded down to the nearest multiple of 100.
* *Optimization:* Load only the used functions in a contract into memory when generating the proof.
* Add `starknet-compiled-class-hash` command
* Add `starknet-compiled-class-hash` command.

=== API changes:

* Starknet block:
** New field `l1_da_mode`, which indicates whether EIP-4844 was used in the block.
** `eth_l1_gas_price` and `strk_l1_gas_price` were replaced, and the information now contains the data gas price (EIP 4844) in addition to the regular gas price
** `eth_l1_gas_price` and `strk_l1_gas_price` were replaced, and the information now contains the data gas price (EIP-4844) in addition to the regular gas price
** `execution_resources` in the transaction receipt now contains:
*** data availability resources
*** syscall resources, which contribute to the transaction fee but were not included in the receipt before this version.
Expand Down

0 comments on commit cea7cf2

Please sign in to comment.