edge-currency-accountbased 0.22.3 → 0.22.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.
- package/CHANGELOG.md +11 -0
- package/android/src/main/assets/edge-currency-accountbased/618.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/tron.chunk.js +1 -1
- package/android/src/main/assets/piratesaplingtree/mainnet/2240000.json +7 -0
- package/android/src/main/assets/piratesaplingtree/mainnet/2250000.json +7 -0
- package/android/src/main/assets/saplingtree/mainnet/1960000.json +7 -0
- package/lib/tron/tronEngine.js +8 -2
- package/lib/tron/tronTypes.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## Upcoming changes
|
|
4
|
+
|
|
5
|
+
- Add native `builtinTokens` support and deprecate `metaTokens`
|
|
6
|
+
- Use patch-package to fix @tronscan/client errors
|
|
7
|
+
|
|
8
|
+
## 0.22.4 (2023-02-01)
|
|
9
|
+
|
|
10
|
+
- TRX: Fix resource handling
|
|
11
|
+
- TRX: Fix fee calculation for low value transactions
|
|
12
|
+
- Update checkpoint files
|
|
13
|
+
|
|
3
14
|
## 0.22.3 (2023-01-30)
|
|
4
15
|
|
|
5
16
|
- fixed: Adjust build settings to provide better support for iPhone 12.
|