Commit graph

42 commits

Author SHA1 Message Date
fac54d707c dev-guides: deprecated_url for daemon/wallet rpc 2024-10-15 22:41:07 +01:00
HardenedSteel
8dae532bf6 rpc: migrate rpc docs to docs.getmonero.org 2024-10-14 04:09:22 +00:00
plowsof
0d9d331468
devguides: fix typo 2024-02-03 00:28:10 +00:00
luigi1111
978e966b5f
Merge pull request #2186
devguides: fixes to the get_address descriptions
2023-10-25 21:25:43 -04:00
SNeedlewoods
764195f3d5 update outdated payment_id from 64 chars to 16 chars 2023-08-05 12:36:51 +02:00
Dmitry Holodov
9df2e02b36 fixes to the get_address descriptions 2023-07-26 11:03:11 -05:00
0f8af3f2d1 devguides: update wallet rpc doc
devguides: add count to create_address wallet rpc

devguides: add spend_key to query wallet rpc

devguides: fix generate_from_keys example wallet rpc
2023-02-14 13:39:55 +00:00
Ryan Williams
ecc517e7d6 devguides: 'openalias_address' is string / edit desc. wallet rpc 2022-11-19 23:07:50 +00:00
dimalinux
b0894162be devguides: update stop_wallet/ring_size/start_height descriptions 2022-11-19 23:07:43 +00:00
selsta
37ae53d7d0 developer-guides: add missing offset parameter to wallet rpc 2022-11-19 22:58:13 +00:00
moneromooo-monero
d2ed963087 devguides: correct suggested_confirmation_threshold def. 2022-11-19 22:58:13 +00:00
0ca6df4279 devguides: Update docs 2022-11-19 22:58:07 +00:00
luigi1111
51b4c83137
Merge pull request #2004
edit get_transfer_by_txid description
2022-08-22 23:47:23 -05:00
a69cdb66cc edit get_transfer_by_txid description 2022-07-21 03:35:31 +01:00
nahuhh
02dc3c5440
Rewording get_reserve_proof & check_reserve_proof 2022-07-18 18:54:52 -04:00
selsta
eadd208a4d
developer-guides: fix incorrect input in wallet rpc
Reported by FenderQ
2021-12-19 06:28:21 +01:00
reemuru
a4980848c9
developer-guides: wallet-rpc: fix validate_address example
The example for the validate_address wallet-rpc call is incorrect.
Parameter values for any_net_type and allow_openalias are shown as
string values instead of boolean. Also, the param object is
incorrectly being set with an equals sign but it should be a colon.
2021-09-25 17:16:46 -05:00
luigi1111
8cbb9ccdc6
Merge pull request #1505
Document `all` param for export_outputs and export_key_images rpc calls
2021-03-15 17:49:00 -04:00
woodser
4c7162ebf2 Document all param of export_outputs and export_key_images rpc calls 2021-03-07 20:54:28 -05:00
Nathan Dorfman
3a75e0eba3 wallet-rpc: Remove nonexistent parameter
The verbose flag on the incoming_transfers request doesn't actually exist, and
the key image is always returned. See src/wallet/wallet_rpc_server.cpp
2021-03-03 10:54:50 -07:00
bonedaddy
f638c847f3
developer-guides: add missing output fields to check_reserve_proof 2020-09-24 18:01:54 -07:00
selsta
14729082e9
repo: update web.getmonero.org to baseurl 2020-08-27 15:53:19 +02:00
timetherewere
48af1a6a6f Add entry for "generate_from_keys".
Co-authored-by: woodser <woodser@protonmail.com>
2020-08-25 07:30:39 -04:00
erciccione
1a9b50562e
Fix Moneropedia tooltips not showing in dev guides 2020-08-06 18:13:57 +02:00
Matt Smith
b9cece0891
developer guides: wallet: Remove curl method parameter 2020-05-24 22:17:27 +01:00
erciccione
f7e7b5f607
Remove translations of developer guides
and remove the possibility to translate them. The 2 dev guides ('wallet RPC' and 'Daemon RPC') are now available only in English
2020-05-10 10:19:06 +02:00
erciccione
2f355c2bcb
adapt user and dev guides to new system removing/editing headers 2019-09-04 16:00:53 +02:00
el00ruobuob
4f84ff684f
Correct empty subaddr_indices not defaulting to 0
+ Update version numbered and apply corrections on all languages
+ Correct typo in transfer_split example
2019-03-18 16:04:33 +01:00
el00ruobuob
1497c6da95
correct the amount parsed in parse_uri (integer atomic units, instead of decimal 'coin' unit)
+ rebased & updated version number to 2.1.1 from 2.1.0
2019-02-05 19:09:24 +01:00
el00ruobuob
b10cea3807
Wallet RPC guide refresh + Finalized for all languages (except PL):
- get_balance;
- get_address;
- get_address_index;
- create_address;
- label_address;
- get_accounts;
- create_account;
- label_account;
- get_account_tags;
- tag_accounts;
- untag_accounts;
- set_account_tag_description;
- get_height;
- transfer;
- transfer_split;
- sign_transfer;
- submit_transfer;
- sweep_dust;
- sweep_all;
- sweep_single;
- relay_tx;
- store;
- get_payments;
- get_bulk_payments;
- incoming_transfers;
- query_key;
- make_integrated_address;
- split_integrated_address;
- stop_wallet;
- rescan_blockchain;
- set_tx_notes;
- get_tx_notes;
- set_attribute;
- get_attribute;
- get_tx_key;
- check_tx_key;
- get_tx_proof;
- check_tx_proof;
- get_spend_proof;
- check_spend_proof;
- get_reserve_proof;
- check_reserve_proof;
- get_transfers; (including clarification proposed in #703)
- get_transfer_by_txid;
- sign;
- verify;
- export_outputs;
- import_outputs;
- export_key_images;
- import_key_images;
- make_uri;
- parse_uri;
- get_address_book;
- add_address_book;
- delete_address_book;
- refresh;
- rescan_spent;
- start_mining;
- stop_mining;
- get_languages;
- create_wallet;
- open_wallet;
- close_wallet;
- change_wallet_password;
- is_multisig;
- prepare_multisig;
- make_multisig;
- export_multisig_info;
- import_multisig_info;
- finalize_multisig;
- sign_multisig;
- submit_multisig;
- get_version;
2018-09-21 07:23:34 +02:00
el00ruobuob
4c1e8dd858
Moneropedia relocalized
+ correction on Italian Account
+ Removed leftover miners.md (replaced by mining.md)
+ Removed Dust and update Copyright
+ Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
+ Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
+ Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
+ Polish corrections
+ extend ruby \word-boundary in regex to match `-based` `-like` `-form`
+ Updated readme according to the new way to add or translate a moneropedia entry
+ fix mining with CryptoNight variant
+ rebased to include AR
+ chery picked #820 to avoid conflicts
2018-08-03 06:34:28 +02:00
el00ruobuob
9843b58674
Guides versioning
+ All guides are version
+ Major diff on Polish daemon RPC guide
+ Minor diff on Polish daemon RPC guide
+ yml completed for en, fr, pl, it, es
+ Instructions updated on readme.md:
  - For Guide création: adding the mainversion to the /ressources/user-guides, the guide version and the translation snippet to the localized files
  - For Guides update: how, where and why handling the version number.
2018-07-08 15:05:49 +02:00
rehrar
80237c0a6c
Various deletions and translation readyness
- Removed unnecessary legal pages (all have been combined into 'Legal' page)
- Removed unnecessary resources pages that are not in the navigation
- Adjusted press kit for translation
2018-01-30 13:18:02 -07:00
rehrar
a8d36567b5
Enabled all site except user guides to be multilingual ready
- Moved technical specs out of 'Resources' and into root
2018-01-30 13:18:02 -07:00
Riccardo Spagni
9965eb5253 Merge pull request #402 from mattcode55/wallet-rpc-links
Fix links to RPC methods in RPC guides
2017-09-21 09:54:23 -07:00
Matt Smith
bd9530e39f Fix links to rpc methods in wallet-rpc guide 2017-09-14 17:45:27 +01:00
Mike C
debbd61b09 Improve Developer Guides layout
This PR includes the following:
- Fix issue with daemon-rpc example styling.
- Remove references to deprecated class “cli-code” and replace with
code blocks where necessary.
- Add new line between all RPC calls and outputs.
- Use 3-apostrophe code blocks instead of indent for all curl examples
for markdown neatness and to enable future syntax highlighting.
2017-09-13 14:11:55 -06:00
cryptobadger
66e16984ae
Missing transfer params added. Code reformatted.
- Indented the Example code snippets
- Added missing parameters and return values to transfer
  and transfer_split
2017-09-04 15:51:11 +02:00
cryptobadger
255e776840
Added missing result and outputs for sweep_all 2017-08-30 01:30:27 +02:00
cryptobadger
1f5d2c4fb1
Further reformatting 2017-08-30 01:21:28 +02:00
cryptobadger
eb581dda52
Added missing wallet-rpc calls, minor reformatting 2017-08-30 01:12:42 +02:00
rehrar
4e41a6a0cf Added new site 2017-07-04 00:00:32 -06:00