eqlabs / pathfinder

A Starknet full node written in Rust
https://eqlabs.github.io/pathfinder/
Other
613 stars 222 forks source link

Update feeder gateway response parsing: receipts #2082

Closed kkovaacs closed 5 days ago

kkovaacs commented 1 month ago

According to the pre-release notes for Starknet 0.13.2:

Receipts will get a new total_gas_consumed property, that will only appear in new transactions after 0.13.2. This is an object that includes l1_gas and l1_data_gas. These are the numbers used for the eventual fee computation, and for the receipt hash during the block hash calculation.

kkovaacs commented 1 month ago

Another change. Two new builtins were added to execution resources in receipts: addmod and mulmod.