input_parameter
display of init_transactions
#303
Labels
[Type] Task
An additional feature or improvement.
input_parameter
display of init_transactions
#303
Task description
The current CCDScan (as well as other tooling Concordium/concordium-client#291) doesn't display the
input_parameter/message
forinit_transactions
. The reason is that theContractInitializedEvent
from the node doesn't expose the value so this edge case was not handled previously. https://developer.concordium.software/concordium-grpc-api/#concordium.v2.ContractInitializedEventIn contrast,
contract_update_transactions
have theinput_parameter
available in the event.https://developer.concordium.software/concordium-grpc-api/#concordium.v2.InstanceUpdatedEvent
Tasks:
Expand the CCDScan backend logic to extract the
input_parameter/message
e.g. via the SDK (not from the event) forinit_transactions
. Expand the frontend to display theinput_parameter/message
forinit_transactions
as well:Back-end functions:
The text was updated successfully, but these errors were encountered: