edge-core-js 0.19.31 → 0.19.33

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 (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/android/src/main/assets/edge-core-js/edge-core.js +1 -1
  3. package/android/src/main/assets/edge-core-js/edge-core.js.LICENSE.txt +2 -0
  4. package/android/src/main/assets/edge-core-js/edge-core.js.map +1 -1
  5. package/lib/core/account/account-api.js +9 -11
  6. package/lib/core/account/account-files.js +5 -4
  7. package/lib/core/account/account-init.js +5 -3
  8. package/lib/core/account/account-pixie.js +5 -4
  9. package/lib/core/account/custom-tokens.js +1 -2
  10. package/lib/core/account/lobby-api.js +23 -24
  11. package/lib/core/account/plugin-api.js +2 -2
  12. package/lib/core/context/context-api.js +2 -2
  13. package/lib/core/currency/currency-reducer.js +5 -4
  14. package/lib/core/currency/wallet/currency-wallet-api.js +18 -18
  15. package/lib/core/currency/wallet/currency-wallet-callbacks.js +13 -17
  16. package/lib/core/currency/wallet/currency-wallet-export.js +8 -3
  17. package/lib/core/currency/wallet/currency-wallet-files.js +3 -3
  18. package/lib/core/currency/wallet/currency-wallet-pixie.js +11 -11
  19. package/lib/core/currency/wallet/currency-wallet-reducer.js +6 -3
  20. package/lib/core/exchange/exchange-pixie.js +19 -24
  21. package/lib/core/exchange/exchange-reducer.js +2 -2
  22. package/lib/core/exchange/exchange-selectors.js +4 -1
  23. package/lib/core/fake/fake-world.js +2 -2
  24. package/lib/core/login/create.js +11 -12
  25. package/lib/core/login/keys.js +3 -3
  26. package/lib/core/login/login-messages.js +12 -11
  27. package/lib/core/login/login-stash.js +1 -1
  28. package/lib/core/login/otp.js +3 -4
  29. package/lib/core/login/password.js +1 -1
  30. package/lib/core/login/pin2.js +2 -2
  31. package/lib/core/login/recovery2.js +8 -9
  32. package/lib/core/plugins/plugins-actions.js +1 -1
  33. package/lib/core/plugins/plugins-selectors.js +2 -1
  34. package/lib/core/root.js +27 -8
  35. package/lib/core/scrypt/scrypt-pixie.js +8 -9
  36. package/lib/core/scrypt/scrypt-selectors.js +3 -2
  37. package/lib/core/storage/encrypt-disklet.js +8 -10
  38. package/lib/core/storage/repo.js +3 -4
  39. package/lib/core/swap/swap-api.js +2 -0
  40. package/lib/exports.d.ts +1 -1
  41. package/lib/io/react-native/react-native-worker.js +18 -16
  42. package/lib/node/index.js +228 -195
  43. package/lib/react-native.js +4 -4
  44. package/lib/types/exports.ts +1 -1
  45. package/lib/types/types.js +12 -0
  46. package/lib/types/types.ts +15 -3
  47. package/lib/types.d.ts +11 -3
  48. package/lib/util/crypto/ethereum.js +1 -1
  49. package/lib/util/file-helpers.js +1 -1
  50. package/lib/util/periodic-task.js +1 -1
  51. package/package.json +5 -5
  52. package/src/types/exports.js +1 -1
  53. package/src/types/types.js +17 -5
  54. package/lib/core/account/token-reducer.js +0 -76
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.33 (2022-11-25)
4
+
5
+ - added: New options for getReceiveAddress
6
+ - change: Upgrade biggystring to 4.0.0
7
+ - change: Increase BCH replay protection transaction value amount
8
+ - change: Upgrade redux to 4.2.0
9
+ - change: Upgrade redux-keto to 0.3.5
10
+ - fix: Login server override testing
11
+
12
+ ## v0.19.32 (2022-11-14)
13
+
14
+ - added: `EdgeTransaction.walletId`.
15
+ - added: Add the swap request to the quote object as `EdgeSwapQuote.request`.
16
+ - changed: Change login server to login.edge.app, and filter which domains we allow.
17
+ - deprecated: `EdgeTransaction.wallet`. Use `EdgeTransaction.walletId` instead.
18
+
3
19
  ## v0.19.31 (2022-11-02)
4
20
 
5
21
  - added: Specifying token spends by their ID, instead of their imprecise currency code: