Commit ed9152a
[Dev]: Dev<->Master (#4219)
* Kotlin multiplatform leaking memory (#4037)
* Add deinit for KMP iOS and JVM targets
* Add deinit for JS target
* Add deinit for JS target
* Fix JVM native name
* Reuse one thread on JVM
---------
Co-authored-by: satoshiotomakan <[email protected]>
* [KMP] Fix issue: memory leak found in Base58.decode in iOS (#4031)
* Fix kmp issue: memory leak found in Base58.decode in iOS
* Remove unused functions
* Fix failed test cases
* Revert "Fix failed test cases"
This reverts commit 57eee39.
* Revert val -> value argument name refactoring
* Output better indentation
* Revert changes in TWEthereumAbiFunction.h
* Fix inconsistent naming
---------
Co-authored-by: satoshiotomakan <[email protected]>
* [TON]: Add support for TON 24-words mnemonic (#3998)
* feat(ton): Add support for TON 24-words mnemonic in Rust
* feat(ton): Add tw_ton_wallet FFIs
* feat(ton): Add TWTONWallet FFI in C++
* feat(ton): Add tonMnemonic StoredKey type
* feat(ton): Add StoredKey TON tests
* feat(ton): Add TWStoredKey TON tests
* feat(ton): Add TONWallet support in Swift
* TODO add iOS tests
* feat(ton): Add `KeyStore` iOS tests
* feat(ton): Add TONWallet support in JavaScript
* Add `KeyStore` TypeScript tests
* feat(ton): Remove `TonMnemonic` structure, replace with a `validate_mnemonic_words` function
* [CI] Trigger CI
* feat(ton): Fix rustfmt
* feat(ton): Fix C++ build
* feat(ton): Fix C++ build
* feat(ton): Fix C++ build
* feat(ton): Fix C++ address analyzer
* feat(ton): Fix C++ tests
* feat(ton): Add Android tests
* feat(ton): Bump `actions/upload-artifact` to v4
* Bump `dawidd6/action-download-artifact` to v6
* feat(eth): Fix PR comments
* Fix Java JVM leak (#4092)
* [Chore]: Fix Android bindings (#4095)
* [Chore]: Add GenericPhantomReference.java
* [Chore]: Fix unnecessary null assertion in WalletCoreLibLoader.kt
* Fix memory lead found in public key in kmp binding (#4097)
* Update Callisto explorer (#4131)
* Revert "[TON]: Add support for TON 24-words mnemonic (#3998)" (#4148)
This reverts commit 0b16771.
* Fix JVM synchronization issue (#4218)
* Fix Java JVM leak
* clean
* apply to jni
* [Misc]: Upgrade Rust toolchain to `nightly-2025-01-16`
* [Misc]: Fix Clippy warnings
---------
Co-authored-by: Satoshi Otomakan <[email protected]>
* [Misc]: Fix Clippy warnings
---------
Co-authored-by: Viacheslav Kulish <[email protected]>
Co-authored-by: 10gic <[email protected]>1 parent af7c6a5 commit ed9152a
File tree
12 files changed
+15
-15
lines changed- jni/java/wallet/core/java
- kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/kotlin/com/trustwallet/core
- rust
- chains
- tw_bitcoin/src/babylon/proto_builder
- tw_solana/src/transaction
- frameworks/tw_ton_sdk/src/boc
- tw_any_coin/src
- tw_encoding/src
- tw_evm/src/message/eip712
- tw_misc/src/test_utils
- tools
12 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments