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

[FEATURE] Manage transaction state #582

Merged
merged 42 commits into from Sep 9, 2021
Merged

[FEATURE] Manage transaction state #582

merged 42 commits into from Sep 9, 2021

Commits on Sep 1, 2021

  1. feat(TxState): Add logs to debug

    gantunesr committed Sep 1, 2021
    Copy the full SHA
    23de831 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. feat(TxController): Add StateReconcileMethod enum

    gantunesr committed Sep 2, 2021
    Copy the full SHA
    b26d881 View commit details
    Browse the repository at this point in the history
  2. feat(TxController): Add method to get outdated txs

    gantunesr committed Sep 2, 2021
    Copy the full SHA
    de7f56a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    23f6096 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3e5818c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    376a972 View commit details
    Browse the repository at this point in the history
  6. feat(TxController): Add method to reconcile txs

    gantunesr committed Sep 2, 2021
    Copy the full SHA
    2e3199c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0af90be View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Copy the full SHA
    b9e7992 View commit details
    Browse the repository at this point in the history
  2. Update brach to main

    gantunesr committed Sep 7, 2021
    Copy the full SHA
    ef99cff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3bc9203 View commit details
    Browse the repository at this point in the history
  4. test(getEtherscanApiUrl): Update

    gantunesr committed Sep 7, 2021
    Copy the full SHA
    2f53370 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    93e0561 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fff6ddc View commit details
    Browse the repository at this point in the history
  7. feat(TransactionController): Add new failed condition for blockchain …

    …queries
    gantunesr committed Sep 7, 2021
    Copy the full SHA
    94508a2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    42c74c9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    389a027 View commit details
    Browse the repository at this point in the history
  10. feat(TransactionController): Update etherscanTransactionStateReconcil…

    …er method
    gantunesr committed Sep 7, 2021
    Copy the full SHA
    d70848e View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    cc5848e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7323630 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3c054c9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    053e9ec View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    146f26a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f00d46f View commit details
    Browse the repository at this point in the history
  17. feat(handletransationStatusFetch): Add method to check tx status in e…

    …therscan
    gantunesr committed Sep 7, 2021
    Copy the full SHA
    eeea0f2 View commit details
    Browse the repository at this point in the history
  18. feat(handleTransactionFetch): Update method

    gantunesr committed Sep 7, 2021
    Copy the full SHA
    9b8e3ef View commit details
    Browse the repository at this point in the history
  19. style(util): Indentation

    gantunesr committed Sep 7, 2021
    Copy the full SHA
    5b9a7aa View commit details
    Browse the repository at this point in the history
  20. test(TransactionController): Update

    gantunesr committed Sep 7, 2021
    Copy the full SHA
    31b19ce View commit details
    Browse the repository at this point in the history
  21. Merge branch 'main' of https://github.com/MetaMask/controllers into f…

    …eat/tx-state
    gantunesr committed Sep 7, 2021
    Copy the full SHA
    35c46e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. test(TransactionController): Update mocks

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    07a951c View commit details
    Browse the repository at this point in the history
  2. lint

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    db32fa8 View commit details
    Browse the repository at this point in the history
  3. test(TransactionController): Add test case

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    2267fd6 View commit details
    Browse the repository at this point in the history
  4. fix(TransactionController): Remove console.log

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    3341b59 View commit details
    Browse the repository at this point in the history
  5. docs(TransactionController): Add gasUsed property

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    86e3638 View commit details
    Browse the repository at this point in the history
  6. fix(TransactionController): Add small updates

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    525319e View commit details
    Browse the repository at this point in the history
  7. fix(TransactionController): Add small updates

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    a289caf View commit details
    Browse the repository at this point in the history
  8. fix(TransactionController): Remove unused method

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    d2c0bbc View commit details
    Browse the repository at this point in the history
  9. fix(TransactionController): Address review comments

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    142a11e View commit details
    Browse the repository at this point in the history
  10. fix(TransactionController): Address review comments

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    05fd2c8 View commit details
    Browse the repository at this point in the history
  11. fix(TransactionController): Address review comments

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    1af39dd View commit details
    Browse the repository at this point in the history
  12. fix(TransactionController): Address review comments

    gantunesr committed Sep 8, 2021
    Copy the full SHA
    0f57c39 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. docs(TransactionController): fix

    gantunesr committed Sep 9, 2021
    Copy the full SHA
    33280d8 View commit details
    Browse the repository at this point in the history