massa
massa copied to clipboard
Add state changes to read only call responses
Actually(testnet18), StateChanges
aren't returned in the response of execute_read_only_bytecode
and execute_read_only_call
As api responses are in massa-models
and StageChanges
are in massa-final-state
module which rely on massa-models, adding it naively to
ExecuteReadOnlyResponse` creates a circular dependency.
We should find a better way to refactor this part to include StateChanges
into ExecuteReadOnlyResponse
.
related to #2950