Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB]: tx_bad_seq for any operation on PUBLIC net #97

Closed
rinat-enikeev opened this issue Jul 4, 2024 · 1 comment
Closed

[WEB]: tx_bad_seq for any operation on PUBLIC net #97

rinat-enikeev opened this issue Jul 4, 2024 · 1 comment

Comments

@rinat-enikeev
Copy link

Web!

Steps to reproduce:

  1. clone https://github.com/rinat-enikeev/sfsdk_web_issue
  2. run on chrome in release mode
  3. press button

Expected:
Trustline established

Actual:
400 tx_bad_seq

final stellarSDK = StellarSDK.PUBLIC;
    final asset = Asset.createNonNativeAsset(
        'USDC', 'GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN');

    AccountResponse account =
        await stellarSDK.accounts.account(keyPair!.accountId);

    Transaction transaction = TransactionBuilder(account)
        .addOperation(
            ChangeTrustOperationBuilder(asset, '922337203685.4775807').build())
        .build();

    transaction.sign(keyPair!, Network.PUBLIC);

    SubmitTransactionResponse response =
        await stellarSDK.submitTransaction(transaction);
Screenshot 2024-07-04 at 22 22 37
@christian-rogobete
Copy link
Contributor

christian-rogobete commented Jul 16, 2024

Resolved in release 1.8.3

Hello @rinat-enikeev,

thank you for adding this issue and the steps to reproduce. The issue has been solved in release 1.8.3.

If you find any further issues on web, I would be pleased to receive your github further issues. This will help us to provide full web support soon.

Thx C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants