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
b9029aa838
Fix some lingering TODOs
2019-10-29 14:25:59 -07:00
mDuo13
8ab0611462
Link fixes and other cleanup
...
- Clarifies that SetFee transaction hashes weren't always unique
(Fixes #696 )
- Fixes some broken links and adds a couple more useful links.
- Mention different types of transactions in tx basics page
- Fix inconsistent naming of 'list xrp...' use case
2019-10-16 14:39:10 -07:00
RareData
cf698dae67
Fix invalid message key
2019-08-28 15:09:06 +02:00
mDuo13
a695e6b77a
Fix payment types table
2019-08-01 14:27:33 -07:00
Rome Reginelli
65c77db920
Merge pull request #621 from ripple/rippled_v1.3.0
...
rippled v1.3.1 Docs
2019-07-25 16:25:12 -07:00
Rome Reginelli
c30ab6671e
Merge pull request #626 from mDuo13/payments_article
...
Direct XRP Payments article
2019-07-18 12:49:28 -07:00
mDuo13
97606bb85a
Payments: fix broken links
2019-07-17 17:03:02 -07:00
Rome Reginelli
6edeb9a971
Merge pull request #623 from ollyw/patch-1
...
Clarify that terQUEUED can change ledger state
2019-07-16 00:50:43 -07:00
Rome Reginelli
37a5f83c79
Modify ter description again for automatic retries
...
Not only ter codes are retried. Other result failures could also be automatically retried and succeed later.
2019-07-16 00:48:35 -07:00
Oliver Wickham
904f06bfaf
Clarify that all ter codes will automatically be retried
2019-07-15 10:30:13 +01:00
mDuo13
dffcebb442
Payments article, payment types in ref
2019-07-12 16:20:49 -07:00
mDuo13
6edd0ed882
Replace mentions of ripple.txt with xrp-ledger.toml
2019-07-10 15:19:10 -07:00
mDuo13
18952d2b66
Add fixMasterKeyAsRegularKey amendment details
2019-07-09 18:29:28 -07:00
mDuo13
b89fa7472e
Remove MultiSignReserve status icons
2019-06-13 17:36:26 -07:00
mDuo13
a2861de1d2
Tx Metadata: Edits per peer reviews
2019-04-24 16:34:35 -07:00
mDuo13
9f6f037cac
Metadata: add example
2019-04-24 16:34:35 -07:00
mDuo13
44aaff78ee
Metadata: Describe AffectedNodes format
2019-04-24 16:34:35 -07:00
mDuo13
39562f80b9
Clarify some RippleState, AccountTxnID stuff
2019-04-15 17:49:21 -07:00
Rome Reginelli
a3e79d685d
Add missing tecDUPLICATE code
...
Somehow missed this when documenting DepositPreauth.
2019-04-12 16:02:54 -07:00
mDuo13
fe67efe92e
Fix stray amendment status icons
2019-03-06 14:16:41 -08:00
Rome Reginelli
4bf29811b5
Merge pull request #501 from mDuo13/comingsoon
...
Add (DEV) sidebar label for features not enabled
2019-02-27 16:32:36 -08:00
mDuo13
21b74ce25d
Use :enabled: and :not_enabled: for amendments
2019-02-26 19:19:08 -08:00
Rome Reginelli
de31f83030
Correct TransactionIndex description
...
It's zero-indexed, not 1-indexed.
Thanks to Sukrim for pointing this out. ( https://www.xrpchat.com/topic/30437-another-question-out-of-order-transactions-in-a-ledger/?do=findComment&comment=671895 )
2019-02-21 18:01:06 -08:00
mDuo13
f55c9de626
Use amendment status icons in body text
2019-02-14 19:14:35 -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
Rome Reginelli
07f785169d
Remove check types from TransactionType listing
...
Will re-add if/when the Checks amendment becomes enabled
2019-02-04 15:08:24 -08:00
Rome Reginelli
de6043b5e9
Merge pull request #504 from mDuo13/fix1578
...
fix1578 & Related Docs
2019-01-30 16:50:57 -08:00
mDuo13
0a83401aaa
fix1578 OfferCreate flag changes
2019-01-29 16:35:18 -08:00
mDuo13
0abd455a1a
fix1578 and rippling clarifications
2019-01-29 16:24:00 -08:00
Jennifer Hasegawa
082d36121d
fix link
2019-01-29 10:01:51 -08:00
Jennifer Hasegawa
e9c0937eef
inc'd feedback
2019-01-29 09:56:40 -08:00
Jennifer Hasegawa
f491d09605
doc multisignreserve changes
2019-01-24 09:27:45 -08:00
professorhantzen
5422368f91
Add Check & Preauth txn types to common fields
2019-01-22 18:55:56 +02:00
mDuo13
af35d5a4d9
Serialization: fix typos, make tx internal types consistent w/ serialization docs
2018-12-06 17:12:19 -08:00
mDuo13
74190e435e
Tx serialization: docs on many types w/ diagrams
2018-12-06 17:12:19 -08:00
mDuo13
04f40e66f4
Serialization: field IDs, VL encoding
2018-12-06 17:12:19 -08:00
mDuo13
ce931fa89b
Serialization - sample code in progress, clarifications
2018-12-06 17:12:19 -08:00
mDuo13
be3c1c23a2
Start tx serialization docs
2018-12-06 17:12:19 -08:00
Rome Reginelli
16caecf89d
Clarify disabling asfDisableMaster
...
Re-enabling the master key doesn't require using the master key (naturally, since it's disabled)
Shoutouts to tulo on XRPChat for this clarification: https://www.xrpchat.com/topic/28995-is-it-possible-to-re-enable-the-master-key/?tab=comments#comment-625672
2018-11-21 15:22:09 -08:00
mDuo13
2cc80db995
Stand-alone mode: Wording nitpick fixes
2018-10-12 13:10:09 -07:00
mDuo13
05e6c45fa3
Remove links to old Ripple Wiki.
...
- amended to reword the TLS cert message in accountset
2018-10-11 13:36:58 -07:00
Rome Reginelli
98cd7417bd
Merge pull request #458 from mDuo13/consensus_diagrams
...
Consensus diagrams
2018-10-04 11:32:43 -07:00
mDuo13
1177df2e9e
Update tel codes tx queue link
2018-09-27 18:24:27 -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
668fe027dc
DepositPreauth reference changes (draft, missing examples)
2018-07-26 16:50:49 -07:00
Elliot Lee
6fa0760a7a
PaymentChannelFund - fix minor typo
2018-07-17 21:26:08 -07:00