In order to sign things we need the nonce, but xps-gateway does not provide a way to retrieve this so libxmtp ends up pulling in DIDRegistry. in order to remove the dependency on DIDRegistry, xps-gateway should include an endpoint for retrieving the nonce.
Describe the solution to the problem
the DIDRegistry includes a smart-contract call, nonce that should be incorporated into a JSON-RPC endpoint
Is your feature request related to a problem?
In order to sign things we need the nonce, but xps-gateway does not provide a way to retrieve this so libxmtp ends up pulling in DIDRegistry. in order to remove the dependency on DIDRegistry, xps-gateway should include an endpoint for retrieving the nonce.
Describe the solution to the problem
the DIDRegistry includes a smart-contract call,
nonce
that should be incorporated into a JSON-RPC endpoint