Commit Graph

185 Commits

Author SHA1 Message Date
rmurphy23
59493996b8 Adds commandline response for tx_history.md 2020-07-15 16:39:47 -07:00
rmurphy23
e820dd4e59 Adds commandline output for ledger_current.md 2020-07-15 14:58:09 -07:00
rmurphy23
3a051f5caf Adds commandline output for ledger_closed.md 2020-07-15 14:55:18 -07:00
rmurphy23
e5d41d9740 Adds commandline repsonse to account_tx.md 2020-07-15 14:52:35 -07:00
rmurphy23
aece660c44 Adds commandline response for account_offers.md 2020-07-15 14:44:51 -07:00
rmurphy23
cf6a6ff5eb Adds commandline response for account_objects.md 2020-07-15 14:41:49 -07:00
rmurphy23
bc1433e65d Adds commandline response for account_info.md 2020-07-15 14:36:43 -07:00
rmurphy23
7b3e5010ea Fixes commandline request and response for account_currencies.md 2020-07-15 14:32:42 -07:00
rmurphy23
764ed24f13 Adds commandline response to account_currencies.md 2020-07-15 14:25:37 -07:00
mDuo13
389e563b27 [JA] Finish link fixing
- Removes the redundant "English" locale since English is the default
  language when no locale is specified
- Adds translation tags to domain verification checker tool (so that one
  broken link from there can be fixed)
- Fixes several typos in Japanese docs
- Adds redirects & other config changes to make links work
2020-06-22 16:44:46 -07:00
mDuo13
75dedba480 [JA] fix some links 2020-06-22 16:44:46 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00
mDuo13
7dfe2cefb4 Re-add some unintentionally-removed not-enabled markers 2020-06-17 18:52:22 -07:00
mDuo13
7d5a2d2a88 Checks enabled 2020-06-17 18:48:04 -07:00
Rome Reginelli
c4b61347e2 submit: signing notSupported edits
add relevant links
2020-05-26 16:11:42 -07:00
Elliot Lee
5988182145 Submit - document the notSupported error
Per https://github.com/ripple/rippled/pull/2657 some rippled servers no
longer support signing, so Sign-and-Submit mode has a possible error of
`notSupported`.

The change was introduced in rippled version 1.1.0 and merged via:

38c3a46a33

The error looks like:

            "name": "notSupported",
            "message": "Signing is not supported by this server.",
            "code": 75,
            ...
2020-05-21 17:44:18 -07:00
mDuo13
abd4a5e36b Add deletion_blockers_only 2020-05-08 12:02:16 -07:00
Rome Reginelli
dcc000b6ba Merge pull request #824 from intelliot/ledger-stream-response
Fully document ledger stream response
2020-04-28 17:14:41 -07:00
Wietse Wind
a3a9f298fb Remove marker
Markers are not part of the response, see: https://github.com/ripple/rippled/issues/3089
2020-04-23 02:40:32 +02:00
Elliot Lee
c5dc05b48b Update content/references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md
Co-Authored-By: Rome Reginelli <mduo13@gmail.com>
2020-04-14 09:43:12 -07:00
Elliot Lee
39c23a90d3 Fully document ledger stream response 2020-04-13 00:35:39 -07:00
mDuo13
c5182de0f0 CLI syntax cleanup
Documents rippled PR#3196

- consistent use of 'strict' field in account_currencies, account_info,
  account_offers methods
- cleans up CLI request format a bit for these methods
2020-04-01 17:35:19 -07:00
Fraser Waters
d4f5b1108d submit response validated_ledger_cost is an Integer not a String 2020-04-01 19:52:41 +01:00
Rome Reginelli
c81e540010 Merge pull request #812 from ripple/rippled_1.5.0
rippled 1.5.0 Documentation
2020-03-31 16:16:16 -07:00
Edward Hennis
e2236f9b4f tx: clarify txnNotFound error description:
* The word "older" can cause confusion, and is not necessary. The
  missing ledger could be just a few seconds old, or if the node is
  behind, even in the future.
2020-03-31 16:03:50 -04:00
Rome Reginelli
d9a1b681ea Merge pull request #809 from mDuo13/tx_not_found_ext
tx method: new min_ledger & max_ledger fields
2020-03-30 20:12:05 -07:00
Rome Reginelli
dd02e757e6 Merge pull request #801 from mDuo13/server_info_time
Update time fields for server_info, add missing jq_trans_overflow field
2020-03-30 18:09:45 -07:00
mDuo13
a8080e9764 copy-edit some API error tenses 2020-03-30 18:07:29 -07:00
mDuo13
8f2335cb9b tx: clarify min_ledger, max_ledger 2020-03-27 17:47:07 -07:00
mDuo13
f7be3b2f70 server_info/server_state: copy edits 2020-03-27 14:29:43 -07:00
mDuo13
f7cfcabdf7 tx: min_ledger,max_ledger fields 2020-03-26 18:48:56 -07:00
Rome Reginelli
3bac6ecc2c Merge pull request #796 from mDuo13/augmented_submit
Augmented submit
2020-03-26 15:00:34 -07:00
mDuo13
e981f4d47b Update ledger method human_close_time & examples 2020-03-23 18:47:03 -07:00
mDuo13
c1b2a763cb server_info/state: utc time, add jq_trans_overflow 2020-03-23 18:31:56 -07:00
mDuo13
c289cd00cb augmented submit: add validated_ledger_index field, examples 2020-03-23 17:50:23 -07:00
mDuo13
165100c78a Augmented submit: rephrase some sign/submit fields 2020-03-13 15:16:28 -07:00
mDuo13
07874d62db account_channels: fix caps typo 2020-03-11 02:20:29 -07:00
mDuo13
decf9697f9 account_tx: add comma 2020-03-11 02:18:36 -07:00
mDuo13
db25e0124c Augmented submit: edits for v1.5.0-rc2 2020-03-11 02:17:06 -07:00
mDuo13
971710a262 account_tx: fix CLI syntax. 2020-03-09 17:50:24 -07:00
mDuo13
0b557ca4e3 account_channels: updates for 1.5.0 2020-03-06 15:25:33 -08:00
mDuo13
fe0454e8f3 submit: clarify augmented response details 2020-03-05 17:19:22 -08:00
mDuo13
bf1343922d submit method: new response fields (draft) 2020-03-04 17:22:41 -08:00
mDuo13
a222f56c17 [JA] fix broken links to updated anchor 2020-02-20 18:18:51 -08:00
Rome Reginelli
48ef17fcc5 Merge pull request #775 from mDuo13/currency-formatting-reorg
Currency Formatting synthesis / reorganization
2020-02-04 16:01:37 -08:00
Rome Reginelli
8cc726b62d Merge pull request #776 from intelliot/hostid-fix
server_info: hostid is an RFC1751 word
2020-01-31 12:05:04 -08:00
Elliot Lee
9903f0b35b server_info: hostid is an RFC1751 word
The word is not always four letters, but can range from 1 to 4 letters.

90d9ca901d/src/ripple/app/misc/NetworkOPs.cpp
2020-01-31 00:00:21 -08:00
mDuo13
31f0481e21 Currency Formatting edits 2020-01-28 16:48:19 -08:00
Rome Reginelli
ef6a5e658b Merge pull request #772 from ripple/mDuo13-patch-account_currencies-ja
account_currencies (JA): ledger seq→ledger index
2020-01-22 12:57:48 -08:00
Rome Reginelli
6e109ba93d account_currencies (JA): ledger seq→ledger index 2020-01-17 18:07:36 -08:00