You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The summary is that we often console.log Tenderly URLs, which use URL encoding sequences like %5D, %7D, and %7B. After that PR, the letter is swallowed and only e.g. %5 is printed. This results in a malformed URL being printed.
This has been a breaking change to our workflow as we can no longer rely on the printed URLs
The text was updated successfully, but these errors were encountered:
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
No response
What command(s) is the bug in?
No response
Operating System
None
Describe the bug
Using git bisect, I have identified #8543 as the PR which introduced the bug, which is detailed here: ethereum-optimism/superchain-ops#299 (comment)
The summary is that we often
console.log
Tenderly URLs, which use URL encoding sequences like%5D
,%7D
, and%7B
. After that PR, the letter is swallowed and only e.g.%5
is printed. This results in a malformed URL being printed.This has been a breaking change to our workflow as we can no longer rely on the printed URLs
The text was updated successfully, but these errors were encountered: