Commit graph

52 commits

Author SHA1 Message Date
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
alreadyburnt
058ebfff00
developer guides: fix card alignment 2021-04-05 15:57:31 +02: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
luigi1111
031d4466b1
Merge pull request #1499
wallet-rpc: Remove nonexistent parameter
2021-03-15 17:46:09 -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
erciccione
efdec41923
daemon-rpc: target_height is 0 if synced 2021-01-16 17:38:29 +00:00
luigi1111
1fafd2a975
Merge pull request #1403
Dev guides: add csharp-monero to 'libraries and helpers'
2021-01-11 13:49:25 -05:00
erciccione
865a1177d4
Dev guides: add csharp-monero to 'libraries and helpers' 2021-01-10 09:41:04 +00:00
luigi1111
174565c4bf
Merge pull request #1381
daemon-rpc: Add 'busy_syncing' call to get_info
2021-01-06 13:56:34 -05:00
erciccione
d3f2a1db2f
daemon-rpc: Add 'busy_syncing' call to get_info 2020-12-16 11:10:51 +00:00
erciccione
8481dc64ba
Add 'synchronized' to 'get_info' call in daemon rpc guide 2020-12-05 15:37:46 +00:00
erciccione
6b1441c338
daemon-rpc guide: Fix target_height value for sync_info 2020-11-25 14:02:36 +00:00
erciccione
8ab327742f
Dev guides: Add monero-rs to 'Liraries and helpers' 2020-10-26 14:09:26 +00: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
luigi1111
a66e14d55d
Merge pull request #1157
Add entry for "generate_from_keys".
2020-08-26 15:47:32 -05: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
d6770188c0
Dev guides: Add new section 'Libraries and helpers'
This section was originally in the merchants page. Most of the libraries listed were obsoleted and not maintained anymore, so i added new and maintained repositories.
2020-08-15 13:55:40 +02:00
erciccione
1a9b50562e
Fix Moneropedia tooltips not showing in dev guides 2020-08-06 18:13:57 +02:00
knaccc
6828c623e5
Update daemon-rpc.md
Added documentation for `get_outs` input parameter `get_txid`. See monero-project/monero#6721
2020-07-26 08:30:32 +01:00
Matt Smith
b9cece0891
developer guides: wallet: Remove curl method parameter 2020-05-24 22:17:27 +01:00
Matt Smith
0caf8ed6fb
developer guides: daemon: Remove curl method parameter 2020-05-24 22:17:18 +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
259e3f18bc
Improve 'Developer Guides' page
- Split page vertically and add new section: 'External resources'
- Add description for each resource
- Add pics to suggest where the content is located (web page, github, internal doc)
2020-04-10 14:17:46 +02:00
erciccione
1d534a4a04
Remove 'untranslated' snippet logic from all pages (except where it's called using 'include')
It's not compatible with Weblate and will be not needed after the migration
2020-01-27 12:26:31 +01:00
erciccione
97f54163d1
remove 'more coming soon' from dev guides 2019-10-14 15:42:57 +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
luigi1111
bae0e58eb6 Merge branch 'wallet_rpc_parse_uri' into 'master'
Wallet RPC: Wrong amount type in parse_uri method

See merge request monero-project/monero-site!938
2019-03-10 22:26:45 +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
c1761e7bca Large scale website redesign update thing
- Updated lots and lots and lots of CSS
- Changed all link colors from orange to black and underlined
- Made site more accessible across the board
- Seriously, look at all the pages and tell me it's not awesomer
- Updated relevant HTML in pages to accomodate
- Changed en.yml Developer Guides translated string to yes (why was it not already?)
- Added images to the Using Monero page for wicked sick purposes
2019-01-18 20:18:55 -07:00
el00ruobuob
1c38c33780
Update a bunch of things to new hosting on gitlab (repo.getmonero.org / gitlab kovri-project) 2018-10-22 23:49:31 +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
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
a22d7eda73 OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER
- Deleted flippin' template directories (unnecessary now)
- Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
- Replaced all freakin' strings with liquid translation tags
- Added all Kevin' strings for each language already merged to their respective .yml files
- 40 seconds of testing before sending PR

Signed-off-by: rehrar <rehrar@tuta.io>
2018-05-26 16:32:58 -06: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
cryptoshrimpi
f7b4bd5850 Add doc for sendrawtransaction in daemon-rpc guide
Describe return fields of RPC call 'sendrawtransaction'
closes #224
2017-11-23 17:35:53 +00:00
binaryfate
8842eac674 Fix remaining broken links in RPC documentation 2017-10-09 10:09:59 +02: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
1f038352ce Fix links to rpc methods in daemon-rpc guide 2017-09-18 17:14:13 +01: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