stellar-deprecated / bridge-server

Deprecated. Go to https://github.com/stellar/go/tree/master/services/bridge
Apache License 2.0
88 stars 64 forks source link

Persist AuthData to resubmit after "pending" response #114

Closed bartekn closed 6 years ago

bartekn commented 6 years ago

See https://github.com/stellar/stellar-protocol/pull/124

0xMichaelRan commented 6 years ago

@bartekn In this case, if transaction is sent again, is there any changes to the 'nonce' field?

bartekn commented 6 years ago

@bartekn In this case, if transaction is sent again, is there any changes to the 'nonce' field?

No, when sending the request again (for pending responses) it should send exactly the same auth data, including nonce.

bartekn commented 6 years ago

@bartekn What is RequestID here? Is this the unique payment ID passed by the user?

Exactly, it's id parameter from request to the Bridge server.