Commit Graph

2013 Commits

Author SHA1 Message Date
mDuo13
70005889b6 Progress on commandline usage 2018-06-22 17:16:57 -07:00
mDuo13
4055f6c074 rippled CLI - clarify --validateShards 2018-06-15 14:39:08 -07:00
mDuo13
188a7a640d Expand CLI usage ref draft 2018-06-13 15:19:24 -07:00
mDuo13
90f73b3eef Start CLI reference 2018-06-06 18:13:35 -07:00
Rome Reginelli
8c468d02d8 Merge pull request #417 from mDuo13/branding-updates
Rephrase XRP tagline for consistency
2018-06-04 23:34:42 -07:00
mDuo13
ae3c09cff4 Rephrase XRP tagline for consistency 2018-06-04 16:53:35 -07:00
Rome Reginelli
786d29f7f1 Merge pull request #412 from mikemilano/patch-7
Fixed invalid JSON response in noripple_check
2018-06-01 11:16:10 -07:00
Rome Reginelli
8d3c37ddf0 Merge pull request #413 from ripple/mDuo13-patch-1
Fix "deck" (check) typo in Consensus Principles and Rules
2018-06-01 11:15:42 -07:00
Rome Reginelli
d8d2c3c93e Fix "deck" (check) typo in Consensus Principles and Rules 2018-05-31 13:26:38 -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
02126cd68f Merge pull request #405 from mDuo13/data_api_updates
Update Data API reference
2018-05-30 13:35:33 -07:00
Rome Reginelli
2cae79bc7d Merge pull request #411 from mikemilano/patch-6
Removed deprecated legacy param from account_offers
2018-05-30 13:33:00 -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
Rome Reginelli
d225f63d4b Merge pull request #409 from mikemilano/patch-4
Removed ledger parameter from request in account_lines
2018-05-30 13:31:56 -07:00
Mike Milano
aa85d5b534 Removed deprecated legacy param from account_offers
Sorry for all the PRs, I'm editing directly in github's UI. I checked ahead and this is the last one of this type in the Account API section. I'm writing a wrapper for the API so the changes are trickling in as I get through each method document.

This PR includes the same changes reported in #410, except for account_offers this time.
- Removed deprecated `ledger` parameter is used in the websocket request
- Removed `ledger_index` parameter from the json request since it includes the default value (for consistency)
- Removed the word `Optional` from the Type column since the convention seems to be to indicate that in the Description area.
2018-05-30 03:18:47 -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
532ffb7c61 Data API style consistencies.
- End description cells with a period
- Use 'The default is' instead of 'Defaults to'
- Auto table column widths
- Put 'rippled' in code font
- Put 'true' and 'false' in code font
- Remove colons from URL templates per RFC6570
- Fix missing column in fee method description
2018-05-30 00:07:15 -07:00
Rome Reginelli
dcfcb2dc0f Merge pull request #406 from mikemilano/patch-3
Missing Optional flag for hotwallet param
2018-05-29 14:24:41 -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
mDuo13
351e176f77 Update Data API reference 2018-05-23 17:14:46 -07:00
mDuo13
ea94f731c7 Update recently updated 2018-05-23 16:13:20 -07:00
Rome Reginelli
adbee4d75e Merge pull request #403 from mDuo13/doc1570
fix1571 update to EscrowCreate
2018-05-23 16:09:55 -07:00
Rome Reginelli
f7d1d56d57 Merge pull request #404 from mDuo13/flag-ranges
Clarify flag ranges
2018-05-23 16:09:41 -07:00
mDuo13
616ee9c2e6 Clarify tx flags per review 2018-05-23 15:56:30 -07:00
mDuo13
3606ecd63b Flag ranges table spacing 2018-05-23 15:52:29 -07:00
mDuo13
a9746f5795 Clarify flag ranges 2018-05-23 15:52:29 -07:00
mDuo13
8d85577b04 Rephrase escrowcreate fix1571 changes per @jhaaaa review 2018-05-23 15:52:06 -07:00
mDuo13
7ec57d02e8 fix1571 update to EscrowCreate 2018-05-23 15:52:06 -07:00
Rome Reginelli
89d340bd44 Merge pull request #401 from mDuo13/rippled-1.0.0-amendments
New known amendments from rippled 1.0.0
2018-05-23 15:51:30 -07:00
mDuo13
f58e51c8d0 Known Amendments - fix extra 'added' typo 2018-05-23 13:57:35 -07:00
mDuo13
ccb66d80ad Add new Amendments for v1.0.0 2018-05-23 13:57:35 -07:00
mDuo13
e3c9d3a026 Add detailed fix1623 description 2018-05-23 13:57:35 -07:00
mDuo13
3fc2c33a74 Start updating known amendments for rippled 1.0 2018-05-23 13:57:35 -07:00
Jennifer Hasegawa
6dc8a22981 Merge pull request #402 from jhaaaa/adm-api-land
Fix admin api methods landing page
2018-05-23 09:05:09 -07:00
Rome Reginelli
baf229031a Merge pull request #399 from mDuo13/improve-table-styles
Improve table styling slightly
2018-05-22 16:14:27 -07:00
Jennifer Hasegawa
814615b2f7 Merge pull request #400 from jhaaaa/home-title
Updated home page title
2018-05-22 15:10:30 -07:00
Jennifer Hasegawa
807fc8d83f fix admin meth landing 2018-05-22 15:05:19 -07:00
Jennifer Hasegawa
f2f468525a fix home title 2018-05-22 11:14:29 -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
ed5c439e4f Merge pull request #395 from jhaaaa/pub-method-land
Fixes to Public Methods landing page
2018-05-22 09:38:19 -07:00
Jennifer Hasegawa
90e6c0900a Merge pull request #398 from jhaaaa/rippled-api-land
Fix rippled API References landing page
2018-05-22 09:37:51 -07:00
Jennifer Hasegawa
faef6e393b remove commented out text 2018-05-22 09:11:47 -07:00
mDuo13
e541b40081 Turn off hard word breaking in table cell code font, slightly reduce table font size 2018-05-21 18:07:48 -07:00
Jennifer Hasegawa
7ecf644034 fix rippled api landing 2018-05-21 12:17:23 -07:00
Rome Reginelli
aca97001ac Merge pull request #394 from mDuo13/spacing-fixes
Style and Template Improvements
2018-05-20 15:41:44 -07:00
Rome Reginelli
99e9394ee9 Merge branch 'master' into spacing-fixes 2018-05-20 15:41:33 -07:00
Rome Reginelli
3dc3ffb1cd Merge pull request #397 from Prunar/patch-1
Fix typo in Interledger block
2018-05-20 15:40:27 -07:00
Rome Reginelli
6cc437f239 Merge pull request #396 from mikemilano/patch-2
Typo in escrow.md
2018-05-20 15:40:07 -07:00
Prunar
5034288d55 Update template-home.html
Typo in Interledger block.
2018-05-19 15:08:57 +02:00