-
Currently, the RPC task is allowed (by convention) to acquire write locks on the wallet state. This generates the subtle issue: what if writing fails?
Currently:
```
// ensure we writ…
-
I can see from Wallet.ts:
`constructor(rpc: RPCInterface, seed: string, index: number = 0, work_function?: WorkFunction) {`
and
```js
static gen_random_wallet(rpc: RPCInterface): Wallet {
…
-
The current set of lightwallet gRPC services hold redundant functionality and, as we are currently re-implementing this service in rust, we would like to collect the set of gRPC services that zcash li…
-
We need to kill the `monero-wallet-rpc` process if the GUI exits. Otherwise it can become orhphaned which will prevent us from opening the wallet again later.
See this PR for more information: ht…
-
### Discussed in https://github.com/orgs/WalletConnect/discussions/5436
Originally posted by **Umair72Raza** October 11, 2024
Hi, I am new to blockchain and wallet connect
Background:
I am t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behaviour
Encountered the following failure in PR #30793 (https://github.com/bitcoin/bitcoin/pul…
-
### Component
Anvil
### Describe the feature you would like
I'd like to request the creation of an RPC method similar to the ERC20 `deal` cheatcode for the following use case:
I need to gather e…
-
After updating from `cli_0.5.0` to `cli_0.8.0` I now hit this error when restarting the LWK server. Am I missing an upgrade step somewhere in the docs?
```
Error: Error re-applying start request
…
-
### What happened?
When you log in with a random fingerprint `chia rpc wallet log_in '{"fingerprint": 1111111}'` you get:
```
{
"fingerprint": 1111111,
"success": true
}
```
### Version
2…
-
This issue requests setting the wallet's subaddress lookahead with monero-wallet-rpc.
Preferably a new RPC call is added, e.g. `set_subaddress_lookahead`, but it needs to be confirmed if that works…