Commit Graph

361 Commits

Author SHA1 Message Date
Anurag
1bd1d90458 Fixed broken links to rippled-1.7.0 blog post (/blog/2021/rippled-1.7.0.html) 2021-02-25 20:10:27 +05:30
mDuo13
429d8e3386 Merge branch 'rippled_170' 2021-02-23 22:50:44 -08:00
Rome Reginelli
8852dfe1f4 Merge pull request #973 from mDuo13/link_fixes_170
Some link fixes for v1.7.0 branch
2021-02-23 22:47:25 -08:00
mDuo13
f7f5e40604 fixSTAmountCanonicalize description tweak 2021-02-23 15:06:16 -08:00
mDuo13
604c6fe469 Fix some broken links 2021-02-23 15:03:50 -08:00
mDuo13
2535ac557b Known Amendments: 1.7.0 updates 2021-02-18 18:12:41 -08:00
mDuo13
6b2d42e7d9 server modes: edits per review 2021-02-17 00:31:46 -08:00
mDuo13
cd673acb6e Server modes: rewrite to add reporting mode 2021-02-09 17:14:07 -08:00
Rome Reginelli
45ac16a68b Clarify additional requirements for receiving payments 2021-02-08 14:23:05 -08:00
Ramkumar SG
e2971923e5 Typo on payment failure
Typo: When a receiving address is funded, and the payment meets any limitation, the payment fails.
2021-01-28 17:23:53 -08:00
mDuo13
2f962cd727 TicketBatch: edits per reviews 2020-12-02 13:31:36 -08:00
mDuo13
175ed822e9 TicketBatch: diagrams, more references 2020-11-24 17:50:08 -08:00
mDuo13
9e3c369a8d TicketBatch: more reference docs 2020-11-24 16:30:07 -08:00
Elliot Lee
9828925199 feat(amendments): link to livenet explorer
Link to Livenet Explorer instead of XRP Charts. The new Explorer shows additional useful information, such as the amendment name and the rippled version that introduced the amendment.
2020-11-19 23:21:44 -08:00
mDuo13
6a4b5a2287 TicketBatch: concept doc draft 2020-11-19 17:50:52 -08:00
mDuo13
fd98e6e6a6 Start TicketBatch docs 2020-11-18 17:55:00 -08:00
mDuo13
f480a43999 Tx malleability: copy edits 2020-11-18 11:12:34 -08:00
mDuo13
928af0b4b7 Update transaction malleability docs for RFCS
- Update mentions of RequireFullyCanonicalSig to reflect that it's
  enabled now
- De-emphasizes tfFullyCanonicalSig now that it has no effect
- Rework the Transaction Malleability Exploit to reflect the
  multi-signing scenario, which is the only possible one now.
2020-11-17 14:09:25 -08:00
mDuo13
31aa99d95a Negative UNL: clarify validation vs the rest of consensus 2020-10-26 15:16:11 -07:00
mDuo13
08edb17421 Negative UNL: related links, fixes 2020-10-26 15:16:11 -07:00
mDuo13
bd15a7429d Devnet instructions for enabling NegativeUNL 2020-10-26 15:16:10 -07:00
mDuo13
8b5c5385c0 Negative UNL diagrams, markers. 2020-10-26 15:16:10 -07:00
mDuo13
2d690cdc1b Negative UNL - edits & diagram drafts 2020-10-26 15:16:10 -07:00
mDuo13
15b15b7ac0 Negative UNL: expand on references, correct concept 2020-10-26 15:16:10 -07:00
mDuo13
1719dde391 Negative UNL concept: 1st draft 2020-10-26 15:16:10 -07:00
mDuo13
8f9da1f335 Xpring → RippleX 2020-10-05 00:26:21 -07:00
mDuo13
b1339f84c6 Clean up unused / removed pages & images
- Delete folders for new pages that are handled by templates w/ no
  markdown source
- Fully remove "Use Cases", leaving redirects for deleted pages.
    - Move certain pages to new areas & remove Use Case markup
- Add "Contribute Code to the XRP Ledger" draft page
- Fix image paths in some Japanese-translated pages
2020-09-18 16:39:52 -07:00
mDuo13
84fec223e9 Style fixes:
- Fix Cryptographic Keys "Key Components" diagram colors
- Fix TX Sender colors & spacing
- Fix DepositAuth table colors
2020-09-11 12:54:02 -07:00
mDuo13
dfbdd15df5 Add explicit code language markers 2020-09-08 14:16:47 -07:00
Calvin Jhunjhnuwala
41dd67638e Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-09-02 11:07:21 -07:00
Rome Reginelli
3b07e8295d Merge pull request #888 from alexprut/remove/duplicate/that
refactor: remove duplicated `that` word
2020-09-01 00:02:55 -07:00
Alex Prut
7b3d109a7e refactor: simplify duplicated that word 2020-08-25 12:19:26 +02:00
Elliot Lee
6ee87c11f5 Known Amendments: Open for Voting (rippled v1.6.0)
Amendments now open for voting on Mainnet:
- fixAmendmentMajorityCalc
- fix1781
- HardenedValidations
2020-08-24 22:10:28 -07:00
Calvin Jhunjhnuwala
16abcd32a8 fixed merge conflict 2020-08-24 11:59:55 -07:00
Rome Reginelli
31597d9e59 Merge branch 'master' into invariant-check-concept 2020-08-21 16:13:26 -07:00
Rome Reginelli
535a2273ce Invariant Checking: Simplify trust lines link 2020-08-21 15:20:01 -07:00
mDuo13
5f92542544 Merge branch 'v1.6.0' into master 2020-08-19 09:06:56 -07:00
mDuo13
72002fd773 Support theme-aware diagrams:
- SVG diagrams can adapt to the visual theme of the site through CSS.
- Use the include_svg filter to include a diagram that adapts to the
  theme.
- The styles/_diagrams.scss file controls the color mappings for
  theme-aware digrams.
- Theme-aware diagrams are limited to specific colors and diagram
  styles. Use UMLet or Google Draw and confirm that the diagram is still
  legible when you build it.
- This commit updates existing diagrams in most places to be
  theme-aware.
2020-08-17 13:12:01 -07:00
rmurphy23
cf047c74c8 Adds second level feedback to invariant-checking.md 2020-08-12 14:12:55 -07:00
rmurphy23
077ae32768 Adds MR feedback, suggestions, and more to invariant-checking.md 2020-08-06 17:19:45 -07:00
Rome Reginelli
6688472ae1 Merge pull request #876 from ripple/spelling
Spell Checking / Updated Style Checking
2020-08-05 11:40:17 -07:00
mDuo13
3f68eed017 FlowCross enabled 2020-08-04 18:39:16 -07:00
mDuo13
d22c0432df Style edits to FAQ and overview 2020-07-31 16:53:14 -07:00
mDuo13
d26223141b Rewrite cryptographic keys page significantly for clarity 2020-07-31 16:52:35 -07:00
rmurphy23
a4c11161b5 Adds invariant checking concept to dactyl-config.yml; Adds invariant-checking.md 2020-07-31 15:20:26 -07:00
mDuo13
4aa13ff82d Spelling: fix broken links 2020-07-30 18:16:35 -07:00
mDuo13
f8a1cb51da Clarify [ledger_history] 2020-07-27 11:13:44 -07:00
mDuo13
5c20fabc1e Spell checker pass 2020-07-24 03:36:47 -07:00
mDuo13
c63d10d116 Most spelling, more style cleanup 2020-07-24 03:28:02 -07:00
mDuo13
2652c8832a Spelling - more fixes, additions 2020-07-24 03:25:59 -07:00