Skip to content

Move blob fee tracking into execute_operation.#3605

Closed
afck wants to merge 1 commit intolinera-io:mainfrom
afck:blob-fees-3
Closed

Move blob fee tracking into execute_operation.#3605
afck wants to merge 1 commit intolinera-io:mainfrom
afck:blob-fees-3

Conversation

@afck
Copy link
Contributor

@afck afck commented Mar 19, 2025

Motivation

Ideally fees should be tracked as closely as possible in the code to where the operation that caused them is processed. Currently we are tracking fees for publishing blobs all at once at the start of execute_block.
(See discussion here: #3546 (review))

Proposal

Move that logic into execute_operation.

Test Plan

Only refactoring.

Release Plan

  • Nothing to do / These changes follow the usual release cycle.

Links

@afck afck requested a review from deuszx March 19, 2025 18:52
@deuszx
Copy link
Contributor

deuszx commented May 29, 2025

This can be closed, now that #3995 merged. Do you agree, @afck ?

@deuszx deuszx closed this Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants