edge-currency-accountbased 4.7.1 → 4.9.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.
- package/CHANGELOG.md +168 -157
- package/android/src/main/assets/edge-currency-accountbased/5565.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/7224.chunk.js +6 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +3 -3
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +1 -1
- package/lib/ethereum/ethereumInfos.js +2 -0
- package/lib/ethereum/info/ethereumInfo.js +8 -0
- package/lib/ethereum/info/mumbaiInfo.js +245 -0
- package/lib/ethereum/info/zksyncInfo.js +8 -0
- package/lib/fio/fioInfo.js +1 -1
- package/lib/piratechain/PiratechainEngine.js +11 -1
- package/lib/piratechain/PiratechainTools.js +9 -15
- package/lib/piratechain/piratechainInfo.js +0 -1
- package/lib/piratechain/piratechainTypes.js +1 -7
- package/lib/solana/solanaInfo.js +8 -0
- package/lib/zcash/ZcashTools.js +4 -8
- package/lib/zcash/zcashInfo.js +0 -1
- package/lib/zcash/zcashTypes.js +0 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.9.0 (2024-06-19)
|
|
6
|
+
|
|
7
|
+
- added: (Ethereum/Solana) Add BOBBY
|
|
8
|
+
- added: (zkSync) Add ZK
|
|
9
|
+
- changed: (Piratechain) Allow `derivePublicKey` to fail in case native code isn't present
|
|
10
|
+
- removed: (Zcash/Piratechain) Remove `defaultBirthdayHeight`
|
|
11
|
+
|
|
12
|
+
## 4.8.0 (2024-06-10)
|
|
13
|
+
|
|
14
|
+
- added: Add 'mumbai' plugin (MATIC testnet)
|
|
15
|
+
|
|
5
16
|
## 4.7.1 (2024-06-05)
|
|
6
17
|
|
|
7
18
|
- fixed: (Cosmos) Rework `queryTransactions` to query oldest to newest
|
|
@@ -1154,183 +1165,183 @@ Other updates:
|
|
|
1154
1165
|
- Add ETH, FTM, MATIC and AVAX EVM-based tokens
|
|
1155
1166
|
- Initialize walletLocalData balance when enabling tokens
|
|
1156
1167
|
|
|
1157
|
-
|
|
1168
|
+
## 0.11.8 (2022-01-20)
|
|
1158
1169
|
|
|
1159
1170
|
- ZEC: Fix to enable max spend
|
|
1160
1171
|
- Miscellaneous cleanup: improvem logging, general refactoring and removal of dead code
|
|
1161
1172
|
|
|
1162
|
-
|
|
1173
|
+
## 0.11.7 (2022-01-14)
|
|
1163
1174
|
|
|
1164
1175
|
- ZEC: Prevent spending until engine is fully synced
|
|
1165
1176
|
|
|
1166
|
-
|
|
1177
|
+
## 0.11.6 (2022-01-11)
|
|
1167
1178
|
|
|
1168
1179
|
- Fix git URLs for dependencies
|
|
1169
1180
|
|
|
1170
|
-
|
|
1181
|
+
## 0.11.5 (2022-01-10)
|
|
1171
1182
|
|
|
1172
1183
|
- XRP: Migrate from ripple-lib to xrpl
|
|
1173
1184
|
- ZEC: Upgrade to react-native-zcash v0.2.0
|
|
1174
1185
|
|
|
1175
|
-
|
|
1186
|
+
## 0.11.4 (2022-01-07)
|
|
1176
1187
|
|
|
1177
1188
|
- Fixed WalletConnect Rarible bug
|
|
1178
1189
|
|
|
1179
|
-
|
|
1190
|
+
## 0.11.3 (2022-01-07)
|
|
1180
1191
|
|
|
1181
1192
|
- MATIC: Add 5 more RPC servers
|
|
1182
1193
|
|
|
1183
|
-
|
|
1194
|
+
## 0.11.2 (2022-01-06)
|
|
1184
1195
|
|
|
1185
1196
|
- ETH: Add eth_signTypedData_v4 support
|
|
1186
1197
|
|
|
1187
|
-
|
|
1198
|
+
## 0.11.1 (2022-01-06)
|
|
1188
1199
|
|
|
1189
1200
|
- FIO: Replace additional network call with bundle constant
|
|
1190
1201
|
|
|
1191
|
-
|
|
1202
|
+
## 0.11.0 (2022-01-06)
|
|
1192
1203
|
|
|
1193
1204
|
- Add Avalanche (AVAX)
|
|
1194
1205
|
- FIO: Add addBundledTransactions action
|
|
1195
1206
|
|
|
1196
|
-
|
|
1207
|
+
## 0.10.5 (2022-01-05)
|
|
1197
1208
|
|
|
1198
1209
|
- Support Wallet Connect across all ETH-like currencies
|
|
1199
1210
|
- Add support for RenBridge Gateway address URI
|
|
1200
1211
|
|
|
1201
|
-
|
|
1212
|
+
## 0.10.4 (2021-12-28)
|
|
1202
1213
|
|
|
1203
1214
|
- XRP: Set memoMaxLength to 10
|
|
1204
1215
|
|
|
1205
|
-
|
|
1216
|
+
## 0.10.3 (2021-12-27)
|
|
1206
1217
|
|
|
1207
1218
|
- MATIC: Fix fee calculation from polygongasstation
|
|
1208
1219
|
- MATIC: Fix default fees
|
|
1209
1220
|
|
|
1210
|
-
|
|
1221
|
+
## 0.10.2 (2021-12-22)
|
|
1211
1222
|
|
|
1212
1223
|
- Add support for multiple polygonscan api keys
|
|
1213
1224
|
|
|
1214
|
-
|
|
1225
|
+
## 0.10.1 (2021-12-21)
|
|
1215
1226
|
|
|
1216
1227
|
- Add memoMaxLength parameter to currencyInfos
|
|
1217
1228
|
- Upgrade edge-core-js to v0.18.13
|
|
1218
1229
|
|
|
1219
|
-
|
|
1230
|
+
## 0.10.0 (2021-12-21)
|
|
1220
1231
|
|
|
1221
1232
|
- Add Polygon
|
|
1222
1233
|
- Remove FIO name expiration
|
|
1223
1234
|
- Update ZEC checkpoints
|
|
1224
1235
|
|
|
1225
|
-
|
|
1236
|
+
## 0.9.3 (2021-12-10)
|
|
1226
1237
|
|
|
1227
1238
|
- ZEC: Update checkpoints
|
|
1228
1239
|
|
|
1229
|
-
|
|
1240
|
+
## 0.9.2 (2021-11-16)
|
|
1230
1241
|
|
|
1231
1242
|
- ZEC: Commit Zcash checkpoints to repo
|
|
1232
1243
|
- ETH: Remove AGLD
|
|
1233
1244
|
|
|
1234
|
-
|
|
1245
|
+
## 0.9.1 (2021-11-11)
|
|
1235
1246
|
|
|
1236
1247
|
- WalletConnect: Move connector map to global scope
|
|
1237
1248
|
- WalletConnect: Add disconnect listener
|
|
1238
1249
|
- ZEC: Fix getDisplayPublicSeed
|
|
1239
1250
|
|
|
1240
|
-
|
|
1251
|
+
## 0.9.0 (2021-11-09)
|
|
1241
1252
|
|
|
1242
1253
|
- Zcash: Add Zcash plugin for Android
|
|
1243
1254
|
|
|
1244
|
-
|
|
1255
|
+
## 0.8.3 (2021-11-08)
|
|
1245
1256
|
|
|
1246
1257
|
- WalletConnect: Fix fee strings
|
|
1247
1258
|
|
|
1248
|
-
|
|
1259
|
+
## 0.8.2 (2021-11-08)
|
|
1249
1260
|
|
|
1250
1261
|
- Wallet Connect Fix: Make sure that transaction methods have fee parameters
|
|
1251
1262
|
- Wallet Connect Fix: Record the connection timestamp to include in the callback payload
|
|
1252
1263
|
|
|
1253
|
-
|
|
1264
|
+
## 0.8.1 (2021-11-02)
|
|
1254
1265
|
|
|
1255
1266
|
- Add Wallet Connect
|
|
1256
1267
|
- ETH: Fix error handling in checkUpdateNetworkFees
|
|
1257
1268
|
|
|
1258
|
-
|
|
1269
|
+
## 0.8.0 (2021-10-11)
|
|
1259
1270
|
|
|
1260
1271
|
- Add Hedera
|
|
1261
1272
|
|
|
1262
|
-
|
|
1273
|
+
## 0.7.76 (2021-10-04)
|
|
1263
1274
|
|
|
1264
1275
|
- FIO: Always return Requests with the newest first
|
|
1265
1276
|
- FIO: Fix off-by-one error when using splice
|
|
1266
1277
|
|
|
1267
|
-
|
|
1278
|
+
## 0.7.75 (2021-10-02)
|
|
1268
1279
|
|
|
1269
1280
|
- FIO: Fix request query logic
|
|
1270
1281
|
|
|
1271
|
-
|
|
1282
|
+
## 0.7.74 (2021-09-27)
|
|
1272
1283
|
|
|
1273
1284
|
- FIO: Remove new otherLocalData cache and use existing walletLocalData cache
|
|
1274
1285
|
|
|
1275
|
-
|
|
1286
|
+
## 0.7.73 (2021-09-23)
|
|
1276
1287
|
|
|
1277
1288
|
- FIO: Add request fetching to engine loop and save data locally
|
|
1278
1289
|
|
|
1279
|
-
|
|
1290
|
+
## 0.7.72 (2021-09-17)
|
|
1280
1291
|
|
|
1281
1292
|
- Remove postinstall-postinstall dependency
|
|
1282
1293
|
|
|
1283
|
-
|
|
1294
|
+
## 0.7.71 (2021-08-24)
|
|
1284
1295
|
|
|
1285
1296
|
- FTM: Add apikey to ftmscan.com requests
|
|
1286
1297
|
|
|
1287
|
-
|
|
1298
|
+
## 0.7.70 (2021-08-20)
|
|
1288
1299
|
|
|
1289
1300
|
- Fix: Regression caused by EIP-681 parseUri implementation
|
|
1290
1301
|
|
|
1291
|
-
|
|
1302
|
+
## 0.7.69 (2021-08-18)
|
|
1292
1303
|
|
|
1293
1304
|
- Add: Improved support for EIP-681 URI parsing of payments and token transfers
|
|
1294
1305
|
- Fix: Unable to send transactions on ETC, FTM, and RSK networks
|
|
1295
1306
|
|
|
1296
|
-
|
|
1307
|
+
## 0.7.68 (2021-08-02)
|
|
1297
1308
|
|
|
1298
1309
|
- Add base fee multiplier ETH fee algorithm (EIP 1559)
|
|
1299
1310
|
- Add Ethereum testnet server URIs to support testnets for development
|
|
1300
1311
|
- Fix blockbook server URIs
|
|
1301
1312
|
|
|
1302
|
-
|
|
1313
|
+
## 0.7.67 (2021-07-20)
|
|
1303
1314
|
|
|
1304
1315
|
- Add x-address decode for xrp parse uri
|
|
1305
1316
|
|
|
1306
|
-
|
|
1317
|
+
## 0.7.66 (2021-07-20)
|
|
1307
1318
|
|
|
1308
1319
|
- Throw error if there is a checksum present and it fails verification + tests
|
|
1309
1320
|
|
|
1310
|
-
|
|
1321
|
+
## 0.7.65 (2021-07-06)
|
|
1311
1322
|
|
|
1312
1323
|
- ETH: Add checksum support
|
|
1313
1324
|
|
|
1314
|
-
|
|
1325
|
+
## 0.7.64 (2021-07-01)
|
|
1315
1326
|
|
|
1316
1327
|
- BNB: Add additional API servers
|
|
1317
1328
|
|
|
1318
|
-
|
|
1329
|
+
## 0.7.63 (2021-06-21)
|
|
1319
1330
|
|
|
1320
1331
|
- Add native fee amount to InsufficientFundsError
|
|
1321
1332
|
- FIO: Fixed timestamps in get_actions
|
|
1322
1333
|
|
|
1323
|
-
|
|
1334
|
+
## 0.7.62 (2021-06-08)
|
|
1324
1335
|
|
|
1325
1336
|
- FIO: Randomize apiUrl when sending a new request
|
|
1326
1337
|
|
|
1327
|
-
|
|
1338
|
+
## 0.7.61 (2021-06-03)
|
|
1328
1339
|
|
|
1329
1340
|
- FIO: Add ALREADY_REGISTERED error rype
|
|
1330
1341
|
- Prevent unnecessary fetch calls when amberdata server lists are empty
|
|
1331
1342
|
- Remove icon URLs
|
|
1332
1343
|
|
|
1333
|
-
|
|
1344
|
+
## 0.7.60 (2021-05-25)
|
|
1334
1345
|
|
|
1335
1346
|
- Fix a possible race condition where the last queried block height is saved but the actual transactions are not
|
|
1336
1347
|
- Always set this.walletLocalDataDirty = true if any transactions have changed
|
|
@@ -1338,31 +1349,31 @@ Other updates:
|
|
|
1338
1349
|
- ETH: Allow ethgasstation safeLow estimate less than 1
|
|
1339
1350
|
- Update logging
|
|
1340
1351
|
|
|
1341
|
-
|
|
1352
|
+
## 0.7.59 (2021-05-25)
|
|
1342
1353
|
|
|
1343
1354
|
- XRP: Remove bogus length checks from the XRP key import
|
|
1344
1355
|
- FIO: Refactor SDK initialization so it's only started once per wallet
|
|
1345
1356
|
|
|
1346
|
-
|
|
1357
|
+
## 0.7.58 (2021-05-12)
|
|
1347
1358
|
|
|
1348
1359
|
- XRP: Change destination tag limit to 10 digits and less than UINT32
|
|
1349
1360
|
|
|
1350
|
-
|
|
1361
|
+
## 0.7.57 (2021-05-11)
|
|
1351
1362
|
|
|
1352
1363
|
- FTM: Add fUSDT support
|
|
1353
1364
|
- XRP: Pass default fee to preparePayment
|
|
1354
1365
|
- XRP: Remove unused 'type' field from transaction validation
|
|
1355
1366
|
|
|
1356
|
-
|
|
1367
|
+
## 0.7.56 (2021-05-07)
|
|
1357
1368
|
|
|
1358
1369
|
- Fix metadata issue for accelerated ETH txs (RBF tx)
|
|
1359
1370
|
- Add Fantom
|
|
1360
1371
|
|
|
1361
|
-
|
|
1372
|
+
## 0.7.55 (2021-05-03)
|
|
1362
1373
|
|
|
1363
1374
|
- Remove allowance transaction filtering from addTransaction
|
|
1364
1375
|
|
|
1365
|
-
|
|
1376
|
+
## 0.7.54 (2021-04-23)
|
|
1366
1377
|
|
|
1367
1378
|
- ETH: Add error reporting to tx lists and gas price query for future debugging
|
|
1368
1379
|
- FIO: Reduce logging verbosity
|
|
@@ -1370,113 +1381,113 @@ Other updates:
|
|
|
1370
1381
|
- Upgrade edge-core-js to v0.17.31
|
|
1371
1382
|
- Add additional log types `crash` and `breadcrumb`
|
|
1372
1383
|
|
|
1373
|
-
|
|
1384
|
+
## 0.7.53 (2021-04-19)
|
|
1374
1385
|
|
|
1375
1386
|
- FIO: Change some error logging levels from error to info to reduce log verbosity
|
|
1376
1387
|
|
|
1377
|
-
|
|
1388
|
+
## 0.7.52 (2021-04-12)
|
|
1378
1389
|
|
|
1379
1390
|
- ETH: Add UNI ERC20 token
|
|
1380
1391
|
- ETH: Add eth_call to token balance loop
|
|
1381
1392
|
- FIO: Logging cleanup
|
|
1382
1393
|
- FIO: Allow sending tokens without transactionJson or otherParams
|
|
1383
1394
|
|
|
1384
|
-
|
|
1395
|
+
## 0.7.51 (2021-04-01)
|
|
1385
1396
|
|
|
1386
1397
|
- XRP: Use default fee of (0.00001 XRP) if SDK is unable to query for recommended fee
|
|
1387
1398
|
- Update content URL
|
|
1388
1399
|
|
|
1389
|
-
|
|
1400
|
+
## 0.7.50 (2021-03-16)
|
|
1390
1401
|
|
|
1391
1402
|
- FIO: Refactor FIO action to be passed in otherParams of edgeSpendInfo
|
|
1392
1403
|
|
|
1393
|
-
|
|
1404
|
+
## 0.7.49 (2021-03-15)
|
|
1394
1405
|
|
|
1395
1406
|
- EOS: Add dfuse graphql API to search for transactions
|
|
1396
1407
|
- ETH: Add new Golem token GLM
|
|
1397
1408
|
- Add promiseNy util to verify API responses from multiple sources
|
|
1398
1409
|
- Add contract address checking to Blockbook
|
|
1399
1410
|
|
|
1400
|
-
|
|
1411
|
+
## 0.7.48 (2021-02-26)
|
|
1401
1412
|
|
|
1402
1413
|
- EOS: Add dfuse API to getKeyAccounts method
|
|
1403
1414
|
- ETH: Double gas limit estimates when sending ETH to a contract address
|
|
1404
1415
|
|
|
1405
|
-
|
|
1416
|
+
## 0.7.47 (2021-02-23)
|
|
1406
1417
|
|
|
1407
1418
|
- ETH: Fix RBF bug: Use correct currencyCode for tx lookup in ethEngine saveTx
|
|
1408
1419
|
- FIO: Added transfer address action
|
|
1409
1420
|
|
|
1410
|
-
|
|
1421
|
+
## 0.7.46 (2021-02-12)
|
|
1411
1422
|
|
|
1412
1423
|
- Fix variable typo
|
|
1413
1424
|
|
|
1414
|
-
|
|
1425
|
+
## 0.7.45 (2021-02-11)
|
|
1415
1426
|
|
|
1416
1427
|
- Add DeFi ERC20 tokens
|
|
1417
1428
|
- Update FIO server list
|
|
1418
1429
|
- Add additional logging
|
|
1419
1430
|
|
|
1420
|
-
|
|
1431
|
+
## 0.7.44 (2021-02-02)
|
|
1421
1432
|
|
|
1422
1433
|
- ETH: Bump max gas limit to 300000
|
|
1423
1434
|
- ETH: Add additional estimateGas params that cloudflare requires
|
|
1424
1435
|
- ETH: Put RPC error handling in multicastServers
|
|
1425
1436
|
- ETH: Throw error when custom fee isn't valid or doesn't reach network minimums
|
|
1426
1437
|
|
|
1427
|
-
|
|
1438
|
+
## 0.7.43 (2021-01-25)
|
|
1428
1439
|
|
|
1429
1440
|
- EOS: Fix get_key_accounts endpoint and enforce 12 character rule on new account names
|
|
1430
1441
|
- Adjust log levels
|
|
1431
1442
|
- Update to eslint-config-standard-kit to v0.15.1
|
|
1432
1443
|
|
|
1433
|
-
|
|
1444
|
+
## 0.7.42 (2021-01-02)
|
|
1434
1445
|
|
|
1435
1446
|
- Add WBTC
|
|
1436
1447
|
- Fix Aave token parameters
|
|
1437
1448
|
|
|
1438
|
-
|
|
1449
|
+
## 0.7.41 (2021-01-01)
|
|
1439
1450
|
|
|
1440
1451
|
- Capitalize Aave token codes
|
|
1441
1452
|
|
|
1442
|
-
|
|
1453
|
+
## 0.7.40 (2020-12-31)
|
|
1443
1454
|
|
|
1444
1455
|
- Add Aave ERC20 tokens
|
|
1445
1456
|
- FIO: Add additional domain transfer transaction
|
|
1446
1457
|
|
|
1447
|
-
|
|
1458
|
+
## 0.7.39 (2020-12-21)
|
|
1448
1459
|
|
|
1449
1460
|
- Double gas estimate when sending ETH to a contract to reduce chance of failure
|
|
1450
1461
|
- FIO logging cleanup
|
|
1451
1462
|
|
|
1452
|
-
|
|
1463
|
+
## 0.7.38 (2020-12-13)
|
|
1453
1464
|
|
|
1454
1465
|
- Update ANT contract address and rename original token ANTV1
|
|
1455
1466
|
|
|
1456
|
-
|
|
1467
|
+
## 0.7.37 (2020-12-09)
|
|
1457
1468
|
|
|
1458
1469
|
- EOS: Ignore bogus accounts getting returned by nodes
|
|
1459
1470
|
|
|
1460
|
-
|
|
1471
|
+
## 0.7.36 (2020-12-07)
|
|
1461
1472
|
|
|
1462
1473
|
- Remove eosrio from hyperion server list
|
|
1463
1474
|
|
|
1464
|
-
|
|
1475
|
+
## 0.7.35 (2020-12-04)
|
|
1465
1476
|
|
|
1466
1477
|
- FIO: Refactored multicast servers, add preparedTrx support, Removed non-SSL FIO servers
|
|
1467
1478
|
- Used fetchCors for Trezor blookbook server
|
|
1468
1479
|
|
|
1469
|
-
|
|
1480
|
+
## 0.7.34 (2020-11-23)
|
|
1470
1481
|
|
|
1471
1482
|
- Add Blockbook API support for Ethereum
|
|
1472
1483
|
- Disable Alethio API support
|
|
1473
1484
|
- Remove Supereth API support
|
|
1474
1485
|
|
|
1475
|
-
|
|
1486
|
+
## 0.7.33 (2020-11-18)
|
|
1476
1487
|
|
|
1477
1488
|
- Fix EOSIO metaToken send issues (contractAddress and denom)
|
|
1478
1489
|
|
|
1479
|
-
|
|
1490
|
+
## 0.7.32 (2020-11-16)
|
|
1480
1491
|
|
|
1481
1492
|
- WAX changes
|
|
1482
1493
|
- Remove unnecessary logs and pass in token data to multiple routines
|
|
@@ -1484,7 +1495,7 @@ Other updates:
|
|
|
1484
1495
|
- Merge in EOSIO token implementation
|
|
1485
1496
|
- Fix erroneous WAX activation call and publicKey typo
|
|
1486
1497
|
|
|
1487
|
-
|
|
1498
|
+
## 0.7.31 (2020-11-11)
|
|
1488
1499
|
|
|
1489
1500
|
- WAX Integration
|
|
1490
1501
|
- Update endpoint for finding EOSIO account by key
|
|
@@ -1501,15 +1512,15 @@ Other updates:
|
|
|
1501
1512
|
- Removed FIO str from logs.
|
|
1502
1513
|
- RBF support for ETH, RSK, and ETH tokens
|
|
1503
1514
|
|
|
1504
|
-
|
|
1515
|
+
## 0.7.30 (2020-10-08)
|
|
1505
1516
|
|
|
1506
1517
|
- Add onAddressChanged callback to EOS to inform GUI of new account activation
|
|
1507
1518
|
|
|
1508
|
-
|
|
1519
|
+
## 0.7.29 (2020-10-04)
|
|
1509
1520
|
|
|
1510
1521
|
- Add postinstall script to npm package
|
|
1511
1522
|
|
|
1512
|
-
|
|
1523
|
+
## 0.7.28 (2020-10-04)
|
|
1513
1524
|
|
|
1514
1525
|
- Replace schema with cleaners for transaction history api calls
|
|
1515
1526
|
- Add cloudflare rpcServer
|
|
@@ -1521,392 +1532,392 @@ Other updates:
|
|
|
1521
1532
|
- Add postinstall script for node14 dependency compatibility (usb and node-hid)
|
|
1522
1533
|
- Update cleaners
|
|
1523
1534
|
|
|
1524
|
-
|
|
1535
|
+
## 0.7.27 (2020-10-01)
|
|
1525
1536
|
|
|
1526
1537
|
- Add FIO import private key support
|
|
1527
1538
|
- Fix TLOS block explorer link
|
|
1528
1539
|
|
|
1529
|
-
|
|
1540
|
+
## 0.7.25 (2020-09-18)
|
|
1530
1541
|
|
|
1531
1542
|
- Upgrade FIO SDK to v1.1.0
|
|
1532
1543
|
- Retry failed FIO tx broadcasts
|
|
1533
1544
|
- Update FIO explorer
|
|
1534
1545
|
|
|
1535
|
-
|
|
1546
|
+
## 0.7.24 (2020-09-16)
|
|
1536
1547
|
|
|
1537
1548
|
- Add Telos (TLOS)
|
|
1538
1549
|
- EOS fixes
|
|
1539
1550
|
|
|
1540
|
-
|
|
1551
|
+
## 0.7.23 (2020-09-16)
|
|
1541
1552
|
|
|
1542
1553
|
- FIO register domain
|
|
1543
1554
|
- FIO check pub address error handling
|
|
1544
1555
|
|
|
1545
|
-
|
|
1556
|
+
## 0.7.22 (2020-09-03)
|
|
1546
1557
|
|
|
1547
1558
|
- Added free FIO address link
|
|
1548
1559
|
- Updated FIO api urls to remove port
|
|
1549
1560
|
|
|
1550
|
-
|
|
1561
|
+
## 0.7.21 (2020-09-02)
|
|
1551
1562
|
|
|
1552
1563
|
- Update ETH gas price sanity check values
|
|
1553
1564
|
|
|
1554
|
-
|
|
1565
|
+
## 0.7.20 (2020-08-25)
|
|
1555
1566
|
|
|
1556
1567
|
- Add Synthetix ERC20 tokens (SNX, SBTC, and SUSD)
|
|
1557
1568
|
- Save FIO tx fee between makeSpend() requests to the same address to reduce network calls
|
|
1558
1569
|
- Pass parent currency code in error when there's insufficient parent currency to pay transaction fee
|
|
1559
1570
|
- Increase timeout on network-dependent block height test
|
|
1560
1571
|
|
|
1561
|
-
|
|
1572
|
+
## 0.7.19 (2020-08-20)
|
|
1562
1573
|
|
|
1563
1574
|
- Use eth_estimategas and eth_getcode to improve ETH and ERC20 token transaction fee estimation
|
|
1564
1575
|
|
|
1565
|
-
|
|
1576
|
+
## 0.7.18 (2020-08-12)
|
|
1566
1577
|
|
|
1567
1578
|
- Disable asyncWaterfall for some FIO operations
|
|
1568
1579
|
- Save numTransactions in localWalletData
|
|
1569
1580
|
- Add cleaners to Etherscan get tx api responses
|
|
1570
1581
|
|
|
1571
|
-
|
|
1582
|
+
## 0.7.17 (2020-08-04)
|
|
1572
1583
|
|
|
1573
1584
|
- FIO checkTransactions algorithm update to page transactions
|
|
1574
1585
|
- Fix REPv2 token address
|
|
1575
1586
|
|
|
1576
|
-
|
|
1587
|
+
## 0.7.16 (2020-07-29)
|
|
1577
1588
|
|
|
1578
1589
|
- Add REPV2 ERC20 token
|
|
1579
1590
|
|
|
1580
|
-
|
|
1591
|
+
## 0.7.15 (2020-07-23)
|
|
1581
1592
|
|
|
1582
1593
|
- Add new Tezos API
|
|
1583
1594
|
- FIO - fix multicastServers
|
|
1584
1595
|
|
|
1585
|
-
|
|
1596
|
+
## 0.7.14 (2020-07-12)
|
|
1586
1597
|
|
|
1587
1598
|
- FIO fix domain reg url
|
|
1588
1599
|
|
|
1589
|
-
|
|
1600
|
+
## 0.7.13 (2020-07-10)
|
|
1590
1601
|
|
|
1591
1602
|
- Add get domains method to FIO plugin
|
|
1592
1603
|
- FIO fallback ref mode
|
|
1593
1604
|
- Add fee strings to ethEngine makeSpend() return value
|
|
1594
1605
|
|
|
1595
|
-
|
|
1606
|
+
## 0.7.12 (2020-07-05)
|
|
1596
1607
|
|
|
1597
1608
|
- Add Compound ERC20 token (COMP)
|
|
1598
1609
|
|
|
1599
|
-
|
|
1610
|
+
## 0.7.11 (2020-06-25)
|
|
1600
1611
|
|
|
1601
1612
|
- Update FIO apiUrls
|
|
1602
1613
|
|
|
1603
|
-
|
|
1614
|
+
## 0.7.10 (2020-06-23)
|
|
1604
1615
|
|
|
1605
1616
|
- Categorize servers by rpc and etherscan
|
|
1606
1617
|
|
|
1607
|
-
|
|
1618
|
+
## 0.7.9 (2020-06-05)
|
|
1608
1619
|
|
|
1609
1620
|
- Fix case where a FIO address could appear associated with two FIO wallets
|
|
1610
1621
|
|
|
1611
|
-
|
|
1622
|
+
## 0.7.8 (2020-06-04)
|
|
1612
1623
|
|
|
1613
1624
|
- Add etherclusterApiServers[] to rskInfo.js
|
|
1614
1625
|
- Add custom FIO domain support
|
|
1615
1626
|
- Add FIO address renewal support
|
|
1616
1627
|
|
|
1617
|
-
|
|
1628
|
+
## 0.7.6 (2020-05-21)
|
|
1618
1629
|
|
|
1619
1630
|
- Tezos - Add makeMutex to wrap makeSpend() to avoid entering it more than once
|
|
1620
1631
|
|
|
1621
|
-
|
|
1632
|
+
## 0.7.5 (2020-05-14)
|
|
1622
1633
|
|
|
1623
1634
|
- Refactor EOS plugin to remove owner key to support importing wallets
|
|
1624
1635
|
- Add Ethereum Classic support
|
|
1625
1636
|
- Remove own receive address from Tezos makeSpend
|
|
1626
1637
|
|
|
1627
|
-
|
|
1638
|
+
## 0.7.4 (2020-04-28)
|
|
1628
1639
|
|
|
1629
1640
|
- Refactor ETH and RSK to use common code
|
|
1630
1641
|
- FIO performance improvements
|
|
1631
1642
|
|
|
1632
|
-
|
|
1643
|
+
## 0.7.3 (2020-04-22)
|
|
1633
1644
|
|
|
1634
1645
|
- isAccountAvailable() renamed to doesAccountExist()
|
|
1635
1646
|
|
|
1636
|
-
|
|
1647
|
+
## 0.7.2 (2020-04-17)
|
|
1637
1648
|
|
|
1638
1649
|
- Add cleaners v0.2.0 type checking
|
|
1639
1650
|
- Fix duplicate FIO address after registration
|
|
1640
1651
|
- Reprioritize EOS Hyperion nodes to resolve transaction history view issue
|
|
1641
1652
|
|
|
1642
|
-
|
|
1653
|
+
## 0.7.1 (2020-04-07)
|
|
1643
1654
|
|
|
1644
1655
|
- Add TPID to FIO requests
|
|
1645
1656
|
- Fix Max Sends
|
|
1646
1657
|
- Updated fioInfo.js to mainnet
|
|
1647
1658
|
|
|
1648
|
-
|
|
1659
|
+
## 0.7.0 (2020-04-06)
|
|
1649
1660
|
|
|
1650
1661
|
- Add FIO
|
|
1651
1662
|
|
|
1652
|
-
|
|
1663
|
+
## 0.6.10 (2020-04-06)
|
|
1653
1664
|
|
|
1654
1665
|
- Import EOS private key
|
|
1655
1666
|
- Fix XLM transaction history not showing
|
|
1656
1667
|
|
|
1657
|
-
|
|
1668
|
+
## 0.6.9 (2020-03-23)
|
|
1658
1669
|
|
|
1659
1670
|
- Remove FIO codebase, accidentally included in v0.6.8.
|
|
1660
1671
|
|
|
1661
|
-
|
|
1672
|
+
## 0.6.8 (2020-03-20)
|
|
1662
1673
|
|
|
1663
1674
|
- Add MET token
|
|
1664
1675
|
|
|
1665
|
-
|
|
1676
|
+
## 0.6.7 (2020-03-06)
|
|
1666
1677
|
|
|
1667
1678
|
- Add response error checking to fetch() calls
|
|
1668
1679
|
- Fixed crash when Etherscan API returned text rather than a number by adding decimal and hex regex to response validation
|
|
1669
1680
|
|
|
1670
|
-
|
|
1681
|
+
## 0.6.6 (2020-02-13)
|
|
1671
1682
|
|
|
1672
1683
|
- EOS - Revert fetch update to fix syncing
|
|
1673
1684
|
|
|
1674
|
-
|
|
1685
|
+
## 0.6.5 (2020-02-06)
|
|
1675
1686
|
|
|
1676
1687
|
- EOS - Add Greymass Fuel
|
|
1677
1688
|
|
|
1678
|
-
|
|
1689
|
+
## 0.6.4 (2020-01-22)
|
|
1679
1690
|
|
|
1680
1691
|
- Add ETH internal transaction support
|
|
1681
1692
|
|
|
1682
|
-
|
|
1693
|
+
## 0.6.3 (2020-01-06)
|
|
1683
1694
|
|
|
1684
1695
|
- Add ETHBNT
|
|
1685
1696
|
|
|
1686
|
-
|
|
1697
|
+
## 0.6.2 (2020-01-01)
|
|
1687
1698
|
|
|
1688
1699
|
- Upgrade to edge-core-js v0.16.17
|
|
1689
1700
|
- Upgrade devDependencies
|
|
1690
1701
|
|
|
1691
|
-
|
|
1702
|
+
## 0.6.1 (2019-12-31)
|
|
1692
1703
|
|
|
1693
1704
|
- Fix missing parent currency code from enabledTokens
|
|
1694
1705
|
|
|
1695
|
-
|
|
1706
|
+
## 0.6.0 (2019-12-18)
|
|
1696
1707
|
|
|
1697
1708
|
- Add Amberdata support
|
|
1698
1709
|
- RBTC fixes
|
|
1699
1710
|
- Add 'xrp-ledger:' prefix support
|
|
1700
1711
|
|
|
1701
|
-
|
|
1712
|
+
## 0.5.9 (2019-12-06)
|
|
1702
1713
|
|
|
1703
1714
|
- Fix nonce query to save nonce as string.
|
|
1704
1715
|
- Add try/catch to checkAndUpdate
|
|
1705
1716
|
- Ensure ETH is checked for balance and txs
|
|
1706
1717
|
|
|
1707
|
-
|
|
1718
|
+
## 0.5.8 (2019-12-05)
|
|
1708
1719
|
|
|
1709
1720
|
- Update Tezos explorer and RPC nodes
|
|
1710
1721
|
- Optimize multiple API support for ETH
|
|
1711
1722
|
|
|
1712
|
-
|
|
1723
|
+
## 0.5.7 (2019-12-03)
|
|
1713
1724
|
|
|
1714
1725
|
- Add CDAI
|
|
1715
1726
|
- Add Alethio API
|
|
1716
1727
|
|
|
1717
|
-
|
|
1728
|
+
## 0.5.6 (2019-11-25)
|
|
1718
1729
|
|
|
1719
1730
|
- Add Blockchair API
|
|
1720
1731
|
- Add support for eth_estimateGas
|
|
1721
1732
|
|
|
1722
|
-
|
|
1733
|
+
## 0.5.5 (2019-11-20)
|
|
1723
1734
|
|
|
1724
1735
|
- Refactor ETH for API flexibility (no functional change)
|
|
1725
1736
|
|
|
1726
|
-
|
|
1737
|
+
## 0.5.4 (2019-11-07)
|
|
1727
1738
|
|
|
1728
1739
|
- Accept multiple etherscan API keys.
|
|
1729
1740
|
|
|
1730
|
-
|
|
1741
|
+
## 0.5.3 (2019-11-04)
|
|
1731
1742
|
|
|
1732
1743
|
- Update usage of EOS API endpoints
|
|
1733
1744
|
|
|
1734
|
-
|
|
1745
|
+
## 0.5.2 (2019-10-30)
|
|
1735
1746
|
|
|
1736
1747
|
- Fix Tezos Babylon compatibility.
|
|
1737
1748
|
|
|
1738
|
-
|
|
1749
|
+
## 0.5.1 (2019-10-28)
|
|
1739
1750
|
|
|
1740
1751
|
- Update HERC contract address.
|
|
1741
1752
|
|
|
1742
|
-
|
|
1753
|
+
## 0.5.0 (2019-10-22)
|
|
1743
1754
|
|
|
1744
1755
|
- Include compound tokens info
|
|
1745
1756
|
|
|
1746
|
-
|
|
1757
|
+
## 0.4.9 (2019-10-14)
|
|
1747
1758
|
|
|
1748
1759
|
- Connect to multiple EOS Hyperion nodes (with fallback).
|
|
1749
1760
|
|
|
1750
|
-
|
|
1761
|
+
## 0.4.8 (2019-10-11)
|
|
1751
1762
|
|
|
1752
1763
|
- Replace ripplecharts with bithomp.
|
|
1753
1764
|
- Directly connect to EOS producers (with fallback).
|
|
1754
1765
|
|
|
1755
|
-
|
|
1766
|
+
## 0.4.7 (2019-10-01)
|
|
1756
1767
|
|
|
1757
1768
|
- Remove BlockScout due to delayed / cached results
|
|
1758
1769
|
|
|
1759
|
-
|
|
1770
|
+
## 0.4.5 (2019-09-20)
|
|
1760
1771
|
|
|
1761
1772
|
- Fix XTZ seed issue (`mnemonicToSeedSync` to `mnemonicToSeedSync`)
|
|
1762
1773
|
|
|
1763
|
-
|
|
1774
|
+
## 0.4.4 (2019-09-19)
|
|
1764
1775
|
|
|
1765
1776
|
- Allow XTZ mnemonic import
|
|
1766
1777
|
- Adjustments to dependencies
|
|
1767
1778
|
|
|
1768
|
-
|
|
1779
|
+
## 0.4.3 (2019-09-13)
|
|
1769
1780
|
|
|
1770
1781
|
- Display mnemonic seeds for RSK when available.
|
|
1771
1782
|
|
|
1772
|
-
|
|
1783
|
+
## 0.4.2 (2019-09-13)
|
|
1773
1784
|
|
|
1774
1785
|
- Upgrade Ripple network libraries
|
|
1775
1786
|
- Add Chainlink token
|
|
1776
1787
|
- Fix RSK key management
|
|
1777
1788
|
|
|
1778
|
-
|
|
1789
|
+
## 0.4.1 (2019-09-05)
|
|
1779
1790
|
|
|
1780
1791
|
- Fix BNB balance stuck loading on new accounts
|
|
1781
1792
|
- Remove BNB as possible ERC20 token
|
|
1782
1793
|
- Removed `signedTx` data from BNB transactions
|
|
1783
1794
|
|
|
1784
|
-
|
|
1795
|
+
## 0.4.0 (2019-09-04)
|
|
1785
1796
|
|
|
1786
1797
|
- Implementation of Binance Chain (BNB)
|
|
1787
1798
|
|
|
1788
|
-
|
|
1799
|
+
## 0.3.8 (2019-09-04)
|
|
1789
1800
|
|
|
1790
1801
|
- Remove cached RPC node from being used for XTZ getBalance
|
|
1791
1802
|
|
|
1792
|
-
|
|
1803
|
+
## 0.3.7
|
|
1793
1804
|
|
|
1794
1805
|
- Remove unnecessary code for ETH errors
|
|
1795
1806
|
|
|
1796
|
-
|
|
1807
|
+
## 0.3.6 (2019-08-29)
|
|
1797
1808
|
|
|
1798
1809
|
- Skip one XTZ node for `getHead` loop to fix engine block height
|
|
1799
1810
|
|
|
1800
|
-
|
|
1811
|
+
## 0.3.5
|
|
1801
1812
|
|
|
1802
1813
|
- Add AGLD to list of known tokens
|
|
1803
1814
|
|
|
1804
|
-
|
|
1815
|
+
## 0.3.4 (2019-08-22)
|
|
1805
1816
|
|
|
1806
1817
|
- Validate Ethereum addresses prior to sending.
|
|
1807
1818
|
|
|
1808
|
-
|
|
1819
|
+
## 0.3.3 (2019-08-22)
|
|
1809
1820
|
|
|
1810
1821
|
- Add support for RSK & Tezos mnemonic keys.
|
|
1811
1822
|
- Fix Tezos URI generation.
|
|
1812
1823
|
- Add basic FIO key generation shims.
|
|
1813
1824
|
|
|
1814
|
-
|
|
1825
|
+
## 0.3.2 (2019-08-11)
|
|
1815
1826
|
|
|
1816
1827
|
- Change Tezos signedTx property from string to hex
|
|
1817
1828
|
- Change Tezos currency symbol to 't' due to font issue with official symbol
|
|
1818
1829
|
|
|
1819
|
-
|
|
1830
|
+
## 0.3.1 (2019-08-08)
|
|
1820
1831
|
|
|
1821
1832
|
- Set default `signedTx` property on EdgeTransactions to empty string
|
|
1822
1833
|
|
|
1823
|
-
|
|
1834
|
+
## 0.3.0 (2019-08-06)
|
|
1824
1835
|
|
|
1825
1836
|
- Integration of RSK / RBTC
|
|
1826
1837
|
- Integration of Tezos
|
|
1827
1838
|
|
|
1828
|
-
|
|
1839
|
+
## 0.2.0 (2019-08-01)
|
|
1829
1840
|
|
|
1830
1841
|
- Allow importing of XLM and XRP private keys
|
|
1831
1842
|
|
|
1832
|
-
|
|
1843
|
+
## 0.1.19 (2019-07-31)
|
|
1833
1844
|
|
|
1834
1845
|
- Implement ignoring of zero-amount transactions (ie proxy allowance)
|
|
1835
1846
|
|
|
1836
|
-
|
|
1847
|
+
## 0.1.18 (2019-07-12)
|
|
1837
1848
|
|
|
1838
1849
|
- Fix `edgeTransaction.otherParams.data` issue throwing error when `otherParams` does not exist
|
|
1839
1850
|
|
|
1840
|
-
|
|
1851
|
+
## 0.1.17 (2019-07-12) _Deprecated_
|
|
1841
1852
|
|
|
1842
|
-
|
|
1853
|
+
## 0.1.16 (2019-07-10)
|
|
1843
1854
|
|
|
1844
1855
|
- Implement Totle transactions (extra proxy allowance transaction)
|
|
1845
1856
|
|
|
1846
|
-
|
|
1857
|
+
## 0.1.15 (2019-07-03)
|
|
1847
1858
|
|
|
1848
1859
|
- Fix EOS infinite loop issue
|
|
1849
1860
|
|
|
1850
|
-
|
|
1861
|
+
## 0.1.14 (2019-07-02)
|
|
1851
1862
|
|
|
1852
1863
|
- Fix Outgoing EOS transaction issue
|
|
1853
1864
|
|
|
1854
|
-
|
|
1865
|
+
## 0.1.13 (2019-06-27)
|
|
1855
1866
|
|
|
1856
1867
|
- Fix EOS syncing issue
|
|
1857
1868
|
- Fix node 12 compatibility
|
|
1858
1869
|
|
|
1859
|
-
|
|
1870
|
+
## 0.1.12 (2019-06-10)
|
|
1860
1871
|
|
|
1861
1872
|
- Fix BRZ token multiplier / denomination / decimals
|
|
1862
1873
|
|
|
1863
|
-
|
|
1874
|
+
## 0.1.11 (2019-06-09)
|
|
1864
1875
|
|
|
1865
1876
|
- Add BRZ as a native ERC20 token
|
|
1866
1877
|
|
|
1867
|
-
|
|
1878
|
+
## 0.1.10 (2019-05-16)
|
|
1868
1879
|
|
|
1869
1880
|
- Fix importing Ethereum private keys starting with 0x.
|
|
1870
1881
|
- Allow multiple unconfirmed Ethereum spends at once.
|
|
1871
1882
|
|
|
1872
|
-
|
|
1883
|
+
## 0.1.9
|
|
1873
1884
|
|
|
1874
1885
|
- Fix toke denomination issue for encodeUri and parseUri
|
|
1875
1886
|
- Increase unit test timeout
|
|
1876
1887
|
|
|
1877
|
-
|
|
1888
|
+
## 0.1.8 (2019-03-27)
|
|
1878
1889
|
|
|
1879
1890
|
- Update Ripple block explorer link.
|
|
1880
1891
|
- Add ability to import Ethereum private keys.
|
|
1881
1892
|
- Add ability to detect dropped Ethereum transactions.
|
|
1882
1893
|
|
|
1883
|
-
|
|
1894
|
+
## 0.1.7 (2019-03-07)
|
|
1884
1895
|
|
|
1885
1896
|
- Get Ethereum to catch insufficient _token_ balance transactions
|
|
1886
1897
|
|
|
1887
|
-
|
|
1898
|
+
## 0.1.5 (2019-03-06)
|
|
1888
1899
|
|
|
1889
1900
|
- Convert Infura eth_getBalance to decimal string.
|
|
1890
1901
|
|
|
1891
|
-
|
|
1902
|
+
## 0.1.4 (2019-03-04)
|
|
1892
1903
|
|
|
1893
1904
|
- Fix GUSD denominations.
|
|
1894
1905
|
- Improve Ethereum token syncing using multiple servers.
|
|
1895
1906
|
|
|
1896
|
-
|
|
1907
|
+
## 0.1.3 (2019-02-26)
|
|
1897
1908
|
|
|
1898
1909
|
- Fix GUSD and TUSD contract addresses
|
|
1899
1910
|
|
|
1900
|
-
|
|
1911
|
+
## 0.1.2 (2019-02-25)
|
|
1901
1912
|
|
|
1902
1913
|
- Fix incorrect Ethereum private key parsing.
|
|
1903
1914
|
- Add popular ERC-20 tokens
|
|
1904
1915
|
|
|
1905
|
-
|
|
1916
|
+
## 0.1.1 (2019-02-22)
|
|
1906
1917
|
|
|
1907
1918
|
- Fix CORS issues during EOS activation on react-native.
|
|
1908
1919
|
|
|
1909
|
-
|
|
1920
|
+
## 0.1.0 (2019-02-19)
|
|
1910
1921
|
|
|
1911
1922
|
- Upgrade to the edge-core-js v0.15.0 and adapt to breaking changes.
|
|
1912
1923
|
|