monero-ts
monero-ts copied to clipboard
TypeScript library for using Monero
This issue requests investigating and documenting the best way to detect and handle re-orgs using monero-javascript.
If a wallet is created without a restore height or daemon connection, the wallet estimates a restore height which may be greater than the current daemon height. In this case,...
This issue requests support for an implementation of the MoneroWallet.js interface which allows the wallet's view key to be shared with a 3rd party in order to offload processing of...
After running the following CURL command on my local PC: curl \ > -X POST http://127.0.0.1:18082/json_rpc \ > -d '{"jsonrpc":"2.0","id":"0","method":"'make_integrated_address'","params":'"{\"payment_id\":\"1234567890123456789012345678900012345678901234567890123456789000\"}"'}' \ > -H 'Content-Type: application/json' I am getting the Connection...
If a wallet is opened by `monero-wallet-rpc`, attempting to re-open it via `daemon.openWallet()` throws exception error with appropriate message on RPC console: ``` E !is_keys_file_locked(). THROW EXCEPTION: error::wallet_internal_error ``` That...
I'm using the latest monero version ('Oxygen Orion' v0.17.2.0-release). The following code throws the error message in `monero-wallet-rpc`: ```js let wallet = await monerojs.connectToWalletRpc("http://127.0.0.1:8885", "admin", "admin"); await wallet.addListener(new class extends...
Allow to export/import outputs and image keys in raw (not encrypted) format.
The JavaScript client to daemon RPC already supports a number of binary calls. For example, `getBlocksByHeight()` uses the binary RPC call `get_blocks_by_height.bin`. This issue requests support for the remaining unimplemented...
I am looking to create a transaction and store it later for broadcasting. The js docs indicate that this should be possible but it seems as if the wallet will...
Supersedes #93