Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add decoding of contract log events #317

Merged

Conversation

DOBEN
Copy link
Member

@DOBEN DOBEN commented Dec 4, 2024

Purpose

Add decoding of contract log events in interrupt chain events

Changes

Add decoding of contract log events in interrupt chain events

@DOBEN DOBEN force-pushed the add-decoding-of-contract_log-events-of-InterruptChainEvent branch from adc1b4a to 59ee671 Compare December 4, 2024 05:32
@DOBEN DOBEN requested review from soerenbf and lassemand December 4, 2024 05:37
connection.edges.push(connection::Edge::new(index.to_string(), decoded_log));
}

// Nice-to-have: pagination info but not used at front-end currently.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the inline comment to TODO. I feel it is important to know why pagination is not handled here at the moment when reading the code.

@DOBEN DOBEN force-pushed the add-decoding-of-contract_log-events-of-InterruptChainEvent branch from b6705b8 to ffc24b8 Compare December 4, 2024 11:46
@DOBEN DOBEN merged commit 0c3df2b into main Dec 4, 2024
3 checks passed
@DOBEN DOBEN deleted the add-decoding-of-contract_log-events-of-InterruptChainEvent branch December 4, 2024 12:24
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