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

Patch Invalid string false error detection #49

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Conversation

greedyboi
Copy link
Contributor

This corrects where we detect the invalid string error, previously for the error check we were scoping only errors coming from the blockchain but the error we want to scope comes from runtime (decoding tx events post broadcast, that's my bad 😅).

So we use now a nested try...catch to scope and check runtime errors only, blockchain errors are still thrown in the main try...catch.

@greedyboi greedyboi self-assigned this Dec 5, 2023
Copy link
Contributor

@ThibaultJRD ThibaultJRD left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

github-actions bot commented Dec 5, 2023

Visit the preview URL for this PR (updated for commit 721a92b):

https://lum-network-millions--pr49-invalid-string-patch-x80npli0.web.app

(expires Tue, 12 Dec 2023 17:30:20 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 935af6f6d3548d5614490046f417fa03e1d208fa

@greedyboi greedyboi merged commit 1c6986c into master Dec 5, 2023
3 checks passed
@greedyboi greedyboi deleted the invalid-string-patch branch December 5, 2023 17:33
Copy link

github-actions bot commented Dec 5, 2023

Visit the preview URL for this PR (updated for commit 721a92b):

https://lum-network-millions-testnet--pr49-invalid-string-patc-rc4ym20x.web.app

(expires Tue, 12 Dec 2023 17:37:10 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 3b0b355de2708a87c724a1a9cdc6c671bacc1bb3

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