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
{{ message }}
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Currently, we have two proxy modes.
One is proxy_passthrough that "Pass proxy API directly to IRI without processing"
In another mode, TA will deserialize the request then serialize again, pass the request to IRI, deserialize the result then serialize again. I think deserialize-serialize then serialize-deserialize is meanless.
Also, without passthrough mode, we get errors when the serialize/deserialize the request/result to the Hornet. In passthrough mode, the proxy works fine.
The text was updated successfully, but these errors were encountered:
There are some core APIs not supported in the multiple serializing mode, and we do the serialization is actually for future optimization. We may apply caching or dcurl for the mode that we do serialization for several times.
However, setting proxy_passthrough as default mode may be a good idea.
Currently, we have two proxy modes.
One is
proxy_passthrough
that"Pass proxy API directly to IRI without processing"
In another mode, TA will deserialize the request then serialize again, pass the request to IRI, deserialize the result then serialize again. I think deserialize-serialize then serialize-deserialize is meanless.
Also, without passthrough mode, we get errors when the serialize/deserialize the request/result to the Hornet. In passthrough mode, the proxy works fine.
The text was updated successfully, but these errors were encountered: