From @dolcalmi: @morleyzhi are you validating the transaction? https://github.com/stellar/js-stellar-wallets/blob/master/src/KeyManager.ts#L237 you must perform a validation similar to https://github.com/stellar/js-stellar-sdk/pull/388/files#diff-e1495d267619047a7cca5cfe8f692729R86 (still needs timebounds validations) or https://github.com/dolcalmi/stellar-auth-client/blob/master/lib/verify.js _Originally posted by @dolcalmi in https://github.com/stellar/js-stellar-wallets/issues/72#issuecomment-515785949_
From @dolcalmi:
@morleyzhi are you validating the transaction? https://github.com/stellar/js-stellar-wallets/blob/master/src/KeyManager.ts#L237
you must perform a validation similar to https://github.com/stellar/js-stellar-sdk/pull/388/files#diff-e1495d267619047a7cca5cfe8f692729R86 (still needs timebounds validations) or https://github.com/dolcalmi/stellar-auth-client/blob/master/lib/verify.js
Originally posted by @dolcalmi in #72 (comment)