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

Minor logging improvements to the cross chain messaging components #2051

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

StefanIliev545
Copy link
Contributor

Why this change is needed

Currently logging is insufficient for determining what is happening with cross chain messages. This PR adds some odd bits here and there in order to help us determine if a message has went in and was published.

What changes were made as part of this PR

Please provide a high level list of the changes made

PR checks pre-merging

Please indicate below by ticking the checkbox that you have read and performed the required
PR checks

  • PR checks reviewed and performed

Copy link
Contributor

@zkokelj zkokelj left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -4,6 +4,7 @@ import { Receipt } from 'hardhat-deploy/dist/types';


const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

you mean to commit that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I should probably delete this at some point. It's never ran, just for debugging purposes against Moray's tests.

@StefanIliev545 StefanIliev545 merged commit 54dd079 into main Sep 12, 2024
12 checks passed
@StefanIliev545 StefanIliev545 deleted the siliev/bundles-logging branch September 12, 2024 05:25
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.

3 participants