Commit Graph

74 Commits

Author SHA1 Message Date
mDuo13
7b188351c0 CRLF to LF; fix some broken links 2019-11-05 23:09:32 -08:00
mDuo13
f36b715a27 Translation framework: link fixing, banner 2019-11-05 23:09:31 -08:00
mDuo13
430e4f4515 Japanese translation: add remaining files 2019-11-05 23:08:41 -08:00
mDuo13
10abd4b1cd Language support updates
- Unicode header IDs filter
- Change some links to use the new ID formula
  (It matches the GitHub-Flavored Markdown standard closely.)
- Build script changes
2019-11-05 23:08:41 -08:00
mDuo13
588c41bf34 rippled API versions - JA support, simplify syntax 2019-11-05 23:08:41 -08:00
mDuo13
f3db1cd141 account_tx: better error code docs 2019-10-29 15:12:21 -07:00
mDuo13
b9029aa838 Fix some lingering TODOs 2019-10-29 14:25:59 -07:00
Rome Reginelli
6f4bf31f98 Clean up terminology & links for sign method
Avoid confusing use of "secret key" and add some relevant links.

Also, it's no longer true (and hasn't been for a long time) that transaction signatures are different every time. That was from before rippled started using deterministic nonces ([RFC6979](https://tools.ietf.org/html/rfc6979)).

sign - Fix formatting

Fix a typo, and update a "default" value to current style guidelines.

sign - missing "a"
2019-10-22 14:06:01 -07:00
rabbit
4a22ddbacd Validation stream messages are from all validators
Edited the description of the validation stream. This resolves: https://github.com/ripple/ripple-dev-portal/issues/670
2019-08-11 12:35:04 -04:00
mDuo13
acd096e607 Fix residual ripple.com/build/ links 2019-07-26 11:04:02 -07:00
Rome Reginelli
6675b61941 Remove "Try it" from sign method
"sign" is disabled on public servers to discourage people from insecurely submitting their secret, so this method is no longer tryable.
2019-07-03 18:13:37 -07:00
Rome Reginelli
762adebacb Merge pull request #567 from ripple/mDuo13-patch-3
account_lines: Fix copy-pasto
2019-06-05 14:20:51 -07:00
Rome Reginelli
80feb2ec35 fix JSON syntax error 2019-06-04 16:56:07 -07:00
Rome Reginelli
3be55cea63 account_lines: Fix copy-pasto 2019-06-04 16:37:47 -07:00
mDuo13
21b74ce25d Use :enabled: and :not_enabled: for amendments 2019-02-26 19:19:08 -08:00
Rome Reginelli
7adc4cadf4 Merge pull request #515 from ripple/rippled_1.2.0
rippled 1.2.0 docs
2019-02-13 13:41:18 -08:00
Jennifer Hasegawa
2e60193ae3 XRPL base58 2019-02-08 12:42:28 -08:00
mDuo13
17d37b5980 Fix server_state_duration_us example values 2019-01-30 02:04:44 -08:00
mDuo13
411652c501 server_state/info: add server_state_duration_us 2019-01-30 02:04:44 -08:00
Rome Reginelli
92fe76426e Merge pull request #499 from mDuo13/ledger_entry_v1.2
Update ledger_entry binary default for v1.2.0
2019-01-28 19:06:01 -08:00
mDuo13
db01bd32de Online deletion: edits per reviews, new diagram of how it works 2019-01-09 17:12:45 -08:00
mDuo13
81e9d54867 Add 'empty' case to server_info/state ref 2019-01-09 17:12:45 -08:00
mDuo13
2d6d18dcd6 base58 Encodings page
Migrates this old wiki page: https://web.archive.org/web/20150422095115/https://wiki.ripple.com/Encodings

I did not copy over the encodings for validation_private_key,
account_private_key, or family_public_generator since as far as I know
those are unused.
2018-12-18 15:44:26 -08:00
mDuo13
4d08809294 Update ledger_entry binary default for v1.2.0 2018-11-08 16:47:42 -08:00
Rome Reginelli
c32afaae95 Merge pull request #459 from mDuo13/clustering_ex
Clustering: improve tutorial, revise related API methods
2018-10-05 16:14:08 -07:00
Cory Perkins
0b8ed983b1 Changed the type of quality in the table describing addtional Offer fields from Number to String 2018-09-25 13:43:13 -05:00
Cory Perkins
f6520b7784 book_offers function in rippled returns an array of offers with the fields of an offer ledger entry, not a create offer transaction. The 'O' is capitalized in 'Offer' and not in 'object' to match the usage in https://developers.ripple.com/account_objects.html and https://developers.ripple.com/account_objects.html 2018-09-25 12:27:54 -05:00
mDuo13
582717de76 Clustering: improve tutorial, revise related API methods 2018-09-13 15:32:32 -07:00
mDuo13
f7905ab4b1 Update signing command documentation
Per https://github.com/ripple/rippled/pull/2657, the signing commands
should not be used as public methods and this usage is disabled in
rippled v1.1.0 and later.
2018-08-30 16:21:18 -07:00
mDuo13
2ecc554a3f Update deposit_authorized method error messages
Addresses changes implemented in https://github.com/ripple/rippled/pull/2642

- Missing fields result in `invalidParams`
- Accounts not found in the ledger result in `{src/dst}ActNotFound`
2018-08-20 17:23:43 -07:00
mDuo13
a45ccb46eb Update rippled source links to use master branch 2018-08-20 17:15:20 -07:00
mDuo13
35d39114ac Edits to preauth reference 2018-08-03 14:01:56 -07:00
mDuo13
c9977ec30d Add examples to DepositPreauth reference docs & clarify some details 2018-07-30 13:29:35 -07:00
mDuo13
87820b61f6 Preauth-related API method docs (draft) 2018-07-27 13:16:59 -07:00
Scott Schurr
6b8abd83a7 Update public-rippled-methods.md
Fix minor typo in `account_tx` link description.
2018-07-03 16:22:36 -07:00
Rome Reginelli
3cca172e0e Merge pull request #414 from mDuo13/doc1568
Update ledger_entry method
2018-06-07 13:32:09 -07:00
mDuo13
5e0c470059 Fix 'only [one] of' typo 2018-06-07 12:51:31 -07:00
mDuo13
c091229307 ledger_entry - Clean up DirectoryNode language per @jbheron 2018-06-06 13:04:33 -07:00
Mike Milano
e9a8af0345 Fixed invalid JSON response in noripple_check
A trailing comma was left in the last item of the `result.problems` array in the JSON-RPC example response of noripple_check.

I'm actually creating json files with the examples to mock responses in unit tests for the library I'm writing, so my tests found it. I wouldn't have noticed otherwise. I'm grateful we have example responses to review and copy!
2018-05-31 04:12:43 -07:00
Rome Reginelli
7aa54d00f7 Merge pull request #410 from mikemilano/patch-5
Removed ledger param from account_objects
2018-05-30 13:32:33 -07:00
Mike Milano
6c148f9aaf Removed ledger param from account_objects
Similar to PR #409 except the deprecated `ledger` param was used in the websocket request example, while `ledger_index` was used in the JSON example.

This PR removes those parameters on both examples. I also removed the word `Optional` from the `Type` column since the convention seems to be to indicate that in the description field.

Note: The Commandline request example has `[ledger_index]`, however the syntax suggests it's an optional argument and not an flagged option (i.e. `--ledger_index=current`), so it seems proper to leave that as is.
2018-05-30 02:54:06 -07:00
Mike Milano
9a0ffd280d Removed ledger parameter from request
The `ledger` parameter is now `ledger_index`, which is optional and defaults to current. This PR removes the `ledger` param from the example requests.

I had opened a PR to simply change `ledger` to `ledger_index`, however the conventions of the API docs seem to only use required parameters, so I closed that PR and created this one instead.
2018-05-30 02:40:34 -07:00
mDuo13
aadce6e09d ledger_entry: new types from rippled 1.0.0 (draft)
Also adds some missing error types and uses more consistent terminology
for object IDs.

(Resolves DOC-1568)
2018-05-29 15:22:13 -07:00
Mike Milano
e5ce519c58 Missing Optional flag for hotwallet param
The `hotwallet` parameter of `gateway-balances()` didn't seem like the type of parameter that needs to be required. I tested the API w/o it and it returned successfully.
2018-05-24 03:39:32 -07:00
Jennifer Hasegawa
c448ded402 Merge pull request #393 from jhaaaa/ledger-format-land
Fix ledger data format and obj type landings
2018-05-22 09:38:41 -07:00
Jennifer Hasegawa
57606ae12a inc'd feedback 2018-05-18 13:46:38 -07:00
Jennifer Hasegawa
47f615bfd5 public methods landing 2018-05-17 14:13:53 -07:00
Jennifer Hasegawa
40f1d112cc bold links 2018-05-17 10:20:07 -07:00
Jennifer Hasegawa
6f846deaf0 initial changes 2018-05-17 09:41:40 -07:00
mDuo13
3da2b092c3 Last link cleanup(??) and removing now-unused files 2018-05-12 15:58:30 -07:00