edge-currency-accountbased 4.13.0 → 4.14.0

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 (38) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/android/src/main/assets/edge-currency-accountbased/3829.chunk.js +2 -2
  3. package/android/src/main/assets/edge-currency-accountbased/6277.chunk.js +1 -1
  4. package/android/src/main/assets/edge-currency-accountbased/8163.chunk.js +2 -0
  5. package/android/src/main/assets/edge-currency-accountbased/9119.chunk.js +2 -2
  6. package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
  7. package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +6 -6
  8. package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +4 -4
  9. package/lib/binance/BinanceEngine.js +5 -5
  10. package/lib/common/CurrencyEngine.js +10 -10
  11. package/lib/common/periodicTask.js +73 -0
  12. package/lib/common/utils.js +4 -0
  13. package/lib/ethereum/EthereumEngine.js +18 -4
  14. package/lib/ethereum/EthereumNetwork.js +174 -66
  15. package/lib/ethereum/EthereumTools.js +3 -1
  16. package/lib/ethereum/ethereumInfos.js +7 -11
  17. package/lib/ethereum/ethereumTypes.js +9 -7
  18. package/lib/ethereum/fees/feeProviders.js +6 -2
  19. package/lib/ethereum/info/amoyInfo.js +121 -0
  20. package/lib/ethereum/info/ethereumInfo.js +11 -0
  21. package/lib/ethereum/info/{ropstenInfo.js → holeskyInfo.js} +37 -55
  22. package/lib/ethereum/info/{rinkebyInfo.js → sepoliaInfo.js} +33 -48
  23. package/lib/ethereum/networkAdapters/AmberdataAdapter.js +11 -8
  24. package/lib/ethereum/networkAdapters/BlockbookAdapter.js +11 -8
  25. package/lib/ethereum/networkAdapters/BlockbookWsAdapter.js +257 -0
  26. package/lib/ethereum/networkAdapters/BlockchairAdapter.js +14 -9
  27. package/lib/ethereum/networkAdapters/BlockcypherAdapter.js +12 -9
  28. package/lib/ethereum/networkAdapters/EvmScanAdapter.js +25 -14
  29. package/lib/ethereum/networkAdapters/FilfoxAdapter.js +13 -10
  30. package/lib/ethereum/networkAdapters/PulsechainScanAdapter.js +12 -9
  31. package/lib/ethereum/networkAdapters/RpcAdapter.js +23 -14
  32. package/lib/ethereum/networkAdapters/types.js +18 -2
  33. package/lib/zcash/ZcashEngine.js +7 -7
  34. package/package.json +3 -1
  35. package/android/src/main/assets/edge-currency-accountbased/6483.chunk.js +0 -2
  36. package/lib/ethereum/info/goerliInfo.js +0 -181
  37. package/lib/ethereum/info/kovanInfo.js +0 -300
  38. package/lib/ethereum/info/mumbaiInfo.js +0 -250
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.14.0 (2024-07-19)
6
+
7
+ - added: Added Amoy Polygon testnet
8
+ - added: Added Sepolia and Holesky Ethereum testnet
9
+ - added: Added support for WebSocket connections to Blockbook servers via `BlockbookWsAdapter`
10
+ - remove: Remove deprecated Ethereum testnets: Goerli, Kovan, Rinkeby, and Ropsten.
11
+ - remove: Remove deprecated Mumbai Polygon testnet
12
+
5
13
  ## 4.13.0 (2024-07-16)
6
14
 
7
15
  - changed: FIO SDK upgraded to v1.9.2