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
Through some experimenting, it seems that the Transaction Preview call via the Gateway API is ignoring the disable_auth_checks flag, causing transaction previews that require authorization to fail even though the flag is set to true. The exact same request via the Core API produces a succesful transaction preview.
I believe this piece of code where TransactionPreviewRequestFlags is initialized, is where the auth check flag is ignored/forgotten:
Through some experimenting, it seems that the Transaction Preview call via the Gateway API is ignoring the
disable_auth_checks
flag, causing transaction previews that require authorization to fail even though the flag is set totrue
. The exact same request via the Core API produces a succesful transaction preview.I believe this piece of code where
TransactionPreviewRequestFlags
is initialized, is where the auth check flag is ignored/forgotten:babylon-gateway/src/RadixDlt.NetworkGateway.GatewayApi/Services/TransactionPreviewService.cs
Lines 129 to 132 in 6510a5a
The text was updated successfully, but these errors were encountered: