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
In #1191, the QueryablePayload::transaction method was introduced to limit the use of the expensive transaction_with_proof. But both transaction and transaction_with_proof is broken (does not support multiple namespaces).
This issue deals with building support for multiple namespaces in transaction. #1010 is the issue for namespace support in transaction_with_proof
The text was updated successfully, but these errors were encountered:
In #1191, the
QueryablePayload::transaction
method was introduced to limit the use of the expensivetransaction_with_proof
. But bothtransaction
andtransaction_with_proof
is broken (does not support multiple namespaces).This issue deals with building support for multiple namespaces in
transaction
.#1010 is the issue for namespace support in
transaction_with_proof
The text was updated successfully, but these errors were encountered: