@toruslabs/ethereum-controllers 5.5.2 → 5.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/ethereumControllers.cjs.js +22 -21
  2. package/dist/ethereumControllers.esm.js +22 -20
  3. package/dist/ethereumControllers.umd.min.js +1 -2
  4. package/dist/ethereumControllers.umd.min.js.LICENSE.txt +0 -2
  5. package/dist/types/Account/AccountTrackerController.d.ts +1 -1
  6. package/dist/types/utils/interfaces.d.ts +3 -0
  7. package/package.json +14 -15
  8. package/dist/ethereumControllers.cjs.js.map +0 -1
  9. package/dist/ethereumControllers.esm.js.map +0 -1
  10. package/dist/ethereumControllers.umd.min.js.map +0 -1
  11. package/src/Account/AccountTrackerController.ts +0 -172
  12. package/src/Block/PollingBlockTracker.ts +0 -89
  13. package/src/Currency/CurrencyController.ts +0 -117
  14. package/src/Gas/GasFeeController.ts +0 -261
  15. package/src/Gas/IGasFeeController.ts +0 -56
  16. package/src/Gas/gasUtil.ts +0 -163
  17. package/src/Keyring/KeyringController.ts +0 -117
  18. package/src/Message/AbstractMessageController.ts +0 -136
  19. package/src/Message/AddChainController.ts +0 -73
  20. package/src/Message/DecryptMessageController.ts +0 -76
  21. package/src/Message/EncryptionPublicKeyController.ts +0 -75
  22. package/src/Message/MessageController.ts +0 -74
  23. package/src/Message/PersonalMessageController.ts +0 -74
  24. package/src/Message/SwitchChainController.ts +0 -74
  25. package/src/Message/TypedMessageController.ts +0 -109
  26. package/src/Message/utils.ts +0 -155
  27. package/src/Network/NetworkController.ts +0 -184
  28. package/src/Network/createEthereumMiddleware.ts +0 -475
  29. package/src/Network/createJsonRpcClient.ts +0 -63
  30. package/src/Nfts/INftsController.ts +0 -13
  31. package/src/Nfts/NftHandler.ts +0 -191
  32. package/src/Nfts/NftsController.ts +0 -216
  33. package/src/Preferences/PreferencesController.ts +0 -473
  34. package/src/Tokens/ITokensController.ts +0 -13
  35. package/src/Tokens/TokenHandler.ts +0 -60
  36. package/src/Tokens/TokenRatesController.ts +0 -134
  37. package/src/Tokens/TokensController.ts +0 -273
  38. package/src/Transaction/NonceTracker.ts +0 -152
  39. package/src/Transaction/PendingTransactionTracker.ts +0 -235
  40. package/src/Transaction/TransactionController.ts +0 -558
  41. package/src/Transaction/TransactionGasUtil.ts +0 -74
  42. package/src/Transaction/TransactionStateHistoryHelper.ts +0 -41
  43. package/src/Transaction/TransactionStateManager.ts +0 -315
  44. package/src/Transaction/TransactionUtils.ts +0 -333
  45. package/src/index.ts +0 -49
  46. package/src/utils/abis.ts +0 -677
  47. package/src/utils/constants.ts +0 -438
  48. package/src/utils/contractAddresses.ts +0 -19
  49. package/src/utils/conversionUtils.ts +0 -269
  50. package/src/utils/helpers.ts +0 -234
  51. package/src/utils/interfaces.ts +0 -516

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.