Commit Graph

650 Commits

Author SHA1 Message Date
mDuo13
319b0789d5 Escrow concept started 2017-09-14 18:00:48 -07:00
mDuo13
d87fd2a21a ripple-lib: refer people to master instead of release branch 2017-09-06 15:33:22 -07:00
Rome Reginelli
2586072ea9 Merge pull request #268 from mDuo13/doc165
tx format: Clarify no-op tfImmediateOrCancel/tfFillOrKill OfferCreates
2017-09-01 15:32:57 -07:00
Rome Reginelli
562e731c7f Merge pull request #267 from mDuo13/ripple-lib-rebranding
RippleAPI use docs from XRP Ledger rebranded commit
2017-09-01 15:27:19 -07:00
Rome Reginelli
e0a79f7c14 Merge pull request #269 from mDuo13/fixafuture
tx cost: fix 'in a future.' typo
2017-09-01 15:26:56 -07:00
Rome Reginelli
296c7e9174 Merge pull request #265 from mDuo13/escrow_tutorial
Escrow tutorials
2017-09-01 15:24:42 -07:00
mDuo13
bd7ca6b1a5 tx cost: fix 'in a future.' typo 2017-09-01 15:20:19 -07:00
mDuo13
88566b1db3 Fix RippleAPI broken links 2017-09-01 15:18:50 -07:00
mDuo13
5f311cc65a tx format: Clarify no-op tfImmediateOrCancel/tfFillOrKill OfferCreates 2017-08-31 17:53:21 -07:00
mDuo13
c4798438f2 Escrow tutorial: consistent IDs in example requests/responses 2017-08-31 15:23:35 -07:00
mDuo13
48b2598c32 Escrow tutorial: fix typo with wrong Escrow tx name 2017-08-29 13:28:44 -07:00
mDuo13
e3144e2c58 Edits per @jbheron review 2017-08-28 15:56:15 -07:00
mDuo13
0c573b6ed5 Escrow: fix broken link typo 2017-08-28 11:09:29 -07:00
mDuo13
03b8062536 Escrow: comment out singleton Python sample code 2017-08-28 10:56:26 -07:00
mDuo13
5005350354 Escrow tutorial: complete websocket examples 2017-08-28 10:52:44 -07:00
Elliot Lee
ab9f29c37a Fix minor typos and improve wording 2017-08-24 16:31:39 -07:00
mDuo13
2ebffb53be Escrow tutorial: working conditional examples, lookup by sender 2017-08-23 17:06:25 -07:00
mDuo13
a2e0ff32fd Escrow tutorial: more progress and json samples 2017-08-22 17:48:43 -07:00
mDuo13
b4a6aa512e Escrow tutorial: more progress 2017-08-14 17:12:45 -07:00
mDuo13
cc282815a1 Escrow tutorial progress 2017-08-14 16:15:26 -07:00
mDuo13
efdcebc9c6 Remove dead pages and links 2017-07-31 11:34:48 -07:00
mDuo13
44a344505f Rebranding: Correct more wording in the data-types snippets 2017-07-28 16:26:35 -07:00
mDuo13
669badf9e4 Rebranding: replace more wording in snippets 2017-07-28 16:21:11 -07:00
mDuo13
6fbd1bb169 Rebranding: migrate more uses of 'Ripple' 2017-07-28 16:07:49 -07:00
Jess Heron
1ac7f642d3 A couple more RCL => XRP Ledger changes 2017-07-28 15:37:32 -07:00
mDuo13
e5a2d91dde Rebranding: replaces 2nd or later instances of RCL/Ripple Consensus Ledger in a single line 2017-07-28 15:22:19 -07:00
mDuo13
b45723551a Rebranding: fix 'XRP Ledger (XRP Ledger)' instances 2017-07-28 15:18:52 -07:00
mDuo13
8a2eba2603 Add 'Reaching Consensus' article (somewhat refactored) 2017-07-28 15:16:22 -07:00
mDuo13
e000f4140c Migrate Consensus Process doc to markdown 2017-07-27 17:56:47 -07:00
mDuo13
70400d2a2d Rebranding: update diagrams 2017-07-27 16:30:56 -07:00
mDuo13
16f5603993 Rebrand RCL to XRP Ledger 2017-07-27 15:24:49 -07:00
mDuo13
d7da391d6a Amendments: update status of EnforceInvariants & fix1373 in detailed descriptions 2017-07-19 08:38:37 -07:00
mDuo13
7938e92b05 Fix EnforceInvariants enabled hash 2017-07-13 16:20:08 -07:00
mDuo13
72ddc97560 Known Amendments: updated EnforceInvariants and fix1373 statuses 2017-07-13 15:24:51 -07:00
Rome Reginelli
323e639487 Merge pull request #260 from mDuo13/lodash
RippleAPI QuickStart: add lodash dependency, update example code
2017-06-21 16:23:21 -07:00
mDuo13
d2660ea695 rippled: corrections to ledger/queue dump
This incorporates @ximinez's feedback from after PR#259 was merged
2017-06-16 15:55:20 -07:00
mDuo13
6b1fea3ed6 RippleAPI QuickStart: add lodash dependency, update example code
resolves https://github.com/ripple/ripple-lib/issues/733
2017-06-16 12:59:00 -07:00
Rome Reginelli
c285a7a83c Merge pull request #259 from mDuo13/v0700
rippled v0.70.0 changes: amendments, queue_data
2017-06-15 15:03:42 -07:00
mDuo13
4859014908 tecINVARIANT_FAILED: add missing value column 2017-06-15 14:31:07 -07:00
mDuo13
5a81943cc8 rippled 0.70.0: corrections; add new result codes 2017-06-15 14:04:34 -07:00
mDuo13
1ae928ef54 rippled v0.70.0 changes: amendments, queue_data
Adds 3 new amendments (EnforceInvariants, fix1373, FlowCross) to the
Known Amendments table with descriptions for each. (DOC-963)

Adds the new queue parameter to the ledger command (DOC-801) and
reformats some of the surrounding text.

Updates the path specifications page to clarify some rules that relate
to the FlowCross amendment.

The link to the rippled 0.70.0 release tag is expected to fail until
that version is released.
2017-06-14 20:01:39 -07:00
mDuo13
0cd944b690 Partial Payments: add delivered_amount locations; edit organization per Nik's feedback 2017-06-12 16:33:18 -07:00
Ryan Young
0dd10e7366 add partial payment section and warning 2017-06-12 11:52:52 -07:00
Ryan Young
6bef8d6cc5 changed file names, reverted to hot/warm/cold wallet terminology 2017-06-12 11:52:51 -07:00
Ryan Young
aa0654bb01 revised per jbheron review 2017-06-12 11:52:50 -07:00
Ryan Young
1b8b0b9f27 revised per Yana's review 2017-06-12 11:52:50 -07:00
Ryan Young
6e4a4736dd Fixed broken anchor links 2017-06-12 11:52:50 -07:00
Ryan Young
aa3dcf57a7 completed first draft 2017-06-12 11:52:50 -07:00
Ryan Young
cd362c16b6 wip: reorganized and added content to a few sections 2017-06-12 11:52:49 -07:00
Ryan Young
ddf43ba7b0 wip: revised sections up to flow of funds 2017-06-12 11:52:49 -07:00