-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
refactor(decodeBase64ToJson): throw an error if any issues with decod… #15064
Merged
KorbinianK
merged 2 commits into
taikoxyz:main
from
NguyenTuanCanh:refactor/decodeBase64ToJson_throw_an_error_if_any_issues_with_decoding_or_parsing_the_json
Oct 31, 2023
Merged
refactor(decodeBase64ToJson): throw an error if any issues with decod… #15064
KorbinianK
merged 2 commits into
taikoxyz:main
from
NguyenTuanCanh:refactor/decodeBase64ToJson_throw_an_error_if_any_issues_with_decoding_or_parsing_the_json
Oct 31, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ing or parsing the json
@NguyenTuanCanh is attempting to deploy a commit to the taikoxyz Team on Vercel. A member of the Team first needs to authorize it. |
xiaodino
approved these changes
Oct 30, 2023
…f_any_issues_with_decoding_or_parsing_the_json
KorbinianK
approved these changes
Oct 31, 2023
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2023 Taiko Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
KorbinianK
added a commit
that referenced
this pull request
Oct 31, 2023
#15064) Co-authored-by: Korbinian <[email protected]>
KorbinianK
added a commit
that referenced
this pull request
Oct 31, 2023
commit 9156c4e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 31 16:47:38 2023 +0800 chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible (#15085) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 088678c Author: Korbinian <[email protected]> Date: Tue Oct 31 06:24:37 2023 +0100 feat(bridge-ui-v2): confirmation step (#15083) commit 6c702d1 Author: NguyenTuanCanh <[email protected]> Date: Tue Oct 31 07:54:30 2023 +0700 refactor(decodeBase64ToJson): throw an error if any issues with decod… (#15064) Co-authored-by: Korbinian <[email protected]> commit 799ed71 Author: Kenk <[email protected]> Date: Mon Oct 30 22:33:51 2023 +0700 feat(website): add apus network to ecosystem (#15082)
KorbinianK
added a commit
that referenced
this pull request
Nov 1, 2023
commit 471ab2d Author: Ergo Proxy <[email protected]> Date: Tue Oct 31 20:22:41 2023 +0100 docs(website): Update prover-market-page.mdx (#15087) commit 9156c4e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 31 16:47:38 2023 +0800 chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible (#15085) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 088678c Author: Korbinian <[email protected]> Date: Tue Oct 31 06:24:37 2023 +0100 feat(bridge-ui-v2): confirmation step (#15083) commit 6c702d1 Author: NguyenTuanCanh <[email protected]> Date: Tue Oct 31 07:54:30 2023 +0700 refactor(decodeBase64ToJson): throw an error if any issues with decod… (#15064) Co-authored-by: Korbinian <[email protected]> commit 799ed71 Author: Kenk <[email protected]> Date: Mon Oct 30 22:33:51 2023 +0700 feat(website): add apus network to ecosystem (#15082)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version of the code will throw an error with a descriptive message if there are any issues with decoding or parsing the JSON. It's generally a good practice to provide clear error messages to aid in debugging.