Results 6 issues of 10gic

fix issue #243 The root cause: function generateIdentity don't generates a fixed key pair **Before submitting a pull request**, please make sure the following is done: ### Checklist - [x]...

**Describe the bug** I found a memory leak in AnyAddress within the Kotlin package of Wallet Core. ``` dependencies { implementation "com.trustwallet:wallet-core-kotlin-android:4.1.7" } ``` **To Reproduce** The following code can...

bug

**Describe the bug** There is a memory leak in file kotlin/wallet-core-kotlin/src/iosMain/generated/com/trustwallet/core/Base58.kt (the iOS generated code for Base58.decode): ``` package com.trustwallet.core actual object Base58 { // ...... actual fun decode(string: String):...

bug

Currently, we can get transaction receipts from the HTTP API eth_getTransactionReceipt. In this PR, I add support for getting transaction receipts from the WebSocket API: Add a new subscription_name: transactionReceipts,...

S-blocked
A-rpc

Add transactionReceipts for receipts notification. For more information, see: https://github.com/ethereum/go-ethereum/pull/32697

blocked

Currently, we can get transaction receipts from the HTTP API `eth_getTransactionReceipt`. It would be beneficial to also support retrieving transaction receipts through WebSocket subscriptions. For more information, please refer to...