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
When using remote forging, there are risks that attackers can change the contents. In order to verify its contents, we need to add a call to the parse RPC and inspect the output to make sure it matches. Ideally this should be done against a different server than the first.
Proposal:
Add a second, optional URL when setting up TezosClient to act as the parse server. Default it to the first URL if none supplied. Update ForgeSignPreapplyAndInject to include a call to the parse endpoint and verify before proceeding.
The text was updated successfully, but these errors were encountered:
When using remote forging, there are risks that attackers can change the contents. In order to verify its contents, we need to add a call to the parse RPC and inspect the output to make sure it matches. Ideally this should be done against a different server than the first.
Proposal:
Add a second, optional URL when setting up TezosClient to act as the parse server. Default it to the first URL if none supplied. Update
ForgeSignPreapplyAndInject
to include a call to the parse endpoint and verify before proceeding.The text was updated successfully, but these errors were encountered: