Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

@Tofel
Copy link
Contributor

@Tofel Tofel commented Jun 24, 2024

slightly modified function call in contract deployment + try to decode it (can provide extra info if constructor calls other functions)

…e it (can provide extra info if constructor calls other functions)
@Tofel Tofel requested a review from skudasov June 25, 2024 16:05
@Tofel Tofel merged commit abdadac into master Jun 25, 2024
}),
); err != nil {
// do not pass the error here, because it's not transaction submission error
_, _ = m.Decode(tx, nil)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we still use errors.Wrap()? Can it indicate both that we failed to wait for the deployed contract to appear on the chain and that we failed to decode the transaction?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants