-
The wallet RPC `settxfee` sets the fee rate for a wallet.
Current help text:
```
Set the transaction fee rate in BTC/kvB for this wallet. Overrides the global -paytxfee command line parameter.
…
-
Currently we are dependent on `monero-wallet-rpc` which causes a few issues:
1. We need to spawn a new process for interacting with the wallets. This means we need to manage the process including kil…
-
### What happened?
I installed the chia wallet for the first time in wallet mode. There is no connection to the wallet server. what could be the problem? Operating system window 10 pro version 22H2, …
-
Get a proof-of-concept RPC call working, to obtain a wallet balance of an address.
-
should support general wallet rpc methods
https://eips.ethereum.org/EIPS/eip-3085
https://ethereum-magicians.org/t/eip-3326-wallet-switchethereumchain/5471
methods supproted by metamask that isnt …
-
**Adding a new chain to the Explorer**
To get a new chain added to the Explorer, you will need to submit the following:
1. JSON-RPC spec for Wallets **(only if [one](https://docs.walletconnect.com…
-
# Feature Issue
We have a new badge to indicate that one or more chains are out of sync. Here is the new design:
https://www.figma.com/design/xLs1KYmF4e6WwRTZVJKeUK/Wallet?node-id=17027-555628&node-…
-
# Scope
Setup the Simple Auction Example, and maybe others, to use an `anvil` fork of `arbitrum sepolia testnet` so we can simulate multiple bidders and have the 'students' come in and clone the re…
-
Right now we have ripemd160 and hmac_sha512 RPCs, implemented in #63 .
hmac_sha512 is supposed to be used by the launcher GUI in order to derive the seed of mainchain wallet and all sidechain walle…
-
I was looking at the implementation of the `send` RPC method, specifically what happens when `add_to_wallet` is true and the transaction isn't eligible for the mempool.
As best I can tell, this seq…