massa icon indicating copy to clipboard operation
massa copied to clipboard

Add state changes to read only call responses

Open aoudiamoncef opened this issue 2 years ago • 0 comments

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-statemodule 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

aoudiamoncef avatar Jan 11 '23 10:01 aoudiamoncef