Commit graph

36 commits

Author SHA1 Message Date
luigi1111
d58954f81f Merge !1096
Fix invalid json in relay_tx daemon RPC doc

Closes #965

See merge request monero-project/monero-site!1096
2019-08-06 21:57:18 +02:00
Nathan Dorfman
8edaca0046 Fix invalid json in relay_tx daemon RPC doc 2019-07-21 14:38:16 -06:00
Nathan Dorfman
c947c18cf6 Fix out of date doc for daemon RPC get_fee_estimate 2019-07-21 13:45:29 -06:00
erciccione
e3337e113e
fix typo in daemon-rpc.md for en and other languages 2019-05-30 12:10:36 +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
luigi1111
60ce984600 Merge !944
Remove obsolete get_random_* RPC

See merge request monero-project/monero-site!944
2018-11-30 22:40:37 +01:00
luigi1111
fc11d40f70 Merge !929
Correct wallet rpc guide, method make_integrated_address, optional Payment ID

See merge request monero-project/monero-site!929
2018-11-21 00:12:51 +01:00
luigi1111
5d5b957078 Merge pull request !932
Wallet RPC: Correct proving process typo (from transaction to spend and reserve, and s/as/has/)

See merge request monero-project/monero-site!932
2018-11-21 00:09:44 +01:00
moneromooo-monero
6a9d7cfc43
Remove obsolete get_random_* RPC 2018-10-30 13:35:07 +00:00
luigi1111
fb43bee9e0 Merge !937
Correct typo in wallet_rpc guides

See merge request monero-project/monero-site!937
2018-10-22 20:34:50 +02:00
el00ruobuob
d86ccc52d5
Correct typo: import_outputs is not to export outputs 2018-10-20 09:35:02 +02:00
el00ruobuob
86958fda71
Correct proving process typo (transaction to spend and reserve, and s/as/has/) 2018-10-17 08:47:39 +02:00
el00ruobuob
8ea850b0e0
Correct wallet rpc guide, method make_integrated_address, optional Payment ID 2018-10-16 22:39:06 +02:00
el00ruobuob
1f12be7103
corrrect typo outpouts to outputs on L578-579 2018-10-14 11:04:12 +02:00
luigi1111
7b2a3ac885 Merge !920
Correct a "in in" typo at l2029 in Daemon RPC Guide

See merge request monero-project/monero-site!920
2018-10-11 07:15:56 +02:00
el00ruobuob
272bc91209
Correct a "in in" typo at l2029 2018-10-06 23:02:04 +02:00
el00ruobuob
e41a0eb6af
Add better description of rescan_blockchain behavior. 2018-10-06 00:44:47 +02:00
Riccardo Spagni
da8a3413b7 Merge branch 'wallet-rpc-refresh' into 'master'
Wallet RPC developer guide - Full refresh

See merge request monero-project/monero-site!898
2018-09-25 13:21:51 +02: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
woodser
729a0a5c48 bump versions to 2.2.0 2018-09-17 18:03:24 -04:00
woodser
55e1625dfb update submit_block rpc documentation with example 2018-09-17 15:10:34 -04:00
moneromooo-monero
60a99b448f
wallet-rpc: remove references to unused amount_keys 2018-08-15 12:46:05 +00:00
erciccione
073d848225
add missing curly brackets in all translated pages 2018-07-18 12:28:18 +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
Paul K
5af453c409 fix markup anchoring in daemon-rpc.md 2018-06-10 14:17:41 +02:00
luigi1111
a6de3169f2
Merge pull request #712 from el00ruobuob/Deamon-RPC_Update
Developer Guide - Daemon RPC - Full Update
2018-06-07 12:01:29 -05:00
luigi1111
2e937beab0
Merge pull request #702 from coneiric/subaddress-docs
Update RPC documentation for commands involving subaddresses
2018-06-07 12:00:54 -05:00
oneiric
97ecc559bd
WalletRPC: updates for subaddress documentation 2018-05-31 15:01:51 +00:00
el00ruobuob
746a5ffb41 Updated deamon RPC Developer Guide.
Includes:
- Template
- EN
- ES
- FR
- IT

Reviews & corrections.
2018-05-30 07:33:48 +02:00
el00ruobuob
914bce057b atomic unit links in rpc developer guides 2018-04-27 14:40:05 +02:00
el00ruobuob
2b84aa8d9a Corrected typo line 257(258) => "s/is the save/is the same/"
Corrected typo Lines 662 & 780 => "s/List of ignatures/List of signatures/g"
2018-04-24 17:13:27 +02:00
Michał Sałaban
dafe162aef Describe "do_not_relay" flag and the strange default 2018-03-03 22:13:00 +01:00
Pavan Rikhi
eb21ff49b6
Fix Typos in Daemon RPC Documentation 2018-02-28 21:48:30 -05:00
rehrar
983cc334a8
Finished multi-lingual implementation
- Updated README to accomodate for changes
- Updated footer and roadmap for multi-lingual readiness
- Updated yml files for an 'untranslated' string
- Added an 'untranslated' snippet to all untranslated files
- Added a 'template' language for new languages to be made easily
- Added link to Monerujo site to Downloads page
- CSS updates
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