Commit Graph

1644 Commits

Author SHA1 Message Date
mayurbhandary
7548839ba6 Domain Verification and IP addresses
The verified domain name should not resolve to the ip address of the validator.
2019-11-01 17:58:27 -04: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
Alloy Networks
457b411f3c Tip to change permissions on rippled.cfg
Make the rippled.cfg file readable only by the rippled user and root, with 0600
2019-10-28 17:49:35 +02: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
mDuo13
0683b92c18 Remove forum links
The old Ripple forum is down indefinitely for security reasons.
Until the contents can be properly archived in a secure (and read-only)
way, forum links won't work.

There was a Wayback Machine archive for the ledgers thing, so I changed
it to use that. I could not find an equivalent for the drop naming thread,
so I removed that hyperlink.
2019-10-22 13:31:49 -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
mDuo13
6836c15b21 See Also links for other xrp business tutorials 2019-10-16 14:39:10 -07:00
mDuo13
004466e151 Minor gateway guide refactoring 2019-10-16 14:39:10 -07:00
mDuo13
d972643b6e IA: add links for tutorials
IA: more tutorial links

IA: Tutorials stuff

- Move 'Cancel or Skip a Transaction' to 'About Canceling a Transaction'
  (Fixes #582)
- Add more 'See Also' links to Escrow & Payment Channel tutorials
2019-10-16 14:39:08 -07:00
Rome Reginelli
faff49afbd Merge pull request #704 from mDuo13/doc2359
Key Derivation Info
2019-10-16 13:57:37 -07:00
mDuo13
836246de05 base58.py typo fixes 2019-10-16 13:58:11 -07:00
mDuo13
5012fcb81b Key derivation: code cleanup per @seelabs review 2019-10-14 17:02:36 -07:00
mDuo13
32cc7522bd wallet_propose: mark RFC-1751 format deprecated, per @nbougalis 2019-10-11 12:50:42 -07:00
mDuo13
4ed720a903 Key derivation: consistent terminology 2019-10-11 12:44:49 -07:00
mDuo13
4f6579f1ce Key Derivation polish
- Fix address encoding diagram
- Add key derivation diagrams
- Clean up text for key formatting
2019-10-10 17:19:24 -07:00
mDuo13
db451108ab Key derivation: correct bytes for secp256k1 pubkey 2019-10-10 16:21:01 -07:00
mDuo13
7cef1abda7 Key derivation: fix RFC-1751, output base58 pubkeys 2019-10-10 16:20:42 -07:00
mDuo13
6e550aff88 Key derivation code: license/disclaimers 2019-10-10 12:32:34 -07:00
mDuo13
e36b90d1d3 Key derivation: byte order fix for RFC1751 2019-10-10 12:18:58 -07:00
mDuo13
28f12b4f25 Key derivation - code cleanup 2019-10-09 19:58:21 -07:00
mDuo13
1815326542 Key derivation code (working draft)
- read hex, base58, RFC1751, or passphrase
- derive Ed25519 keys from seed
- derive secp256k1 master key from seed
- encode keys to hex or base58

Note: at this time, the RFC1751 implementation is consistent with the
original spec but not consistent with rippled's RFC1751 implementation.
I don't know why rippled's RFC1751 implementation doesn't match the
spec. Maybe something to do with endianness.
2019-10-09 19:54:43 -07:00
Rome Reginelli
ef06b82a68 Add amendmentBlocked to universal errors 2019-10-09 16:53:18 -07:00
Rome Reginelli
d11597472f Merge pull request #702 from ripple/mDuo13-patch-get-started-ports
Consistent ports in example URLs
2019-10-09 00:09:40 -07:00
Ryan Young
f4e449f1c1 remove xref link 2019-10-08 17:05:25 -07:00
Rome Reginelli
7e339a47a0 Consistent ports in example URLs 2019-10-08 16:42:38 -07:00
Ryan Young
e9af8354a1 revert ips port to 5235 2019-10-08 16:36:55 -07:00
Ryan Young
0ef03fb5eb separate dev/testnet commamnds 2019-10-08 13:00:46 -07:00
mDuo13
80be728267 Start key derivation sample code 2019-10-07 22:23:18 -07:00
Ryan Young
d0c5a3f84a update tutorial to add devnet 2019-10-07 10:24:52 -07:00
Rome Reginelli
422b711ae8 Merge pull request #695 from ryangyoung/add-x-address-link
Add link to x-address site/proposal etc
2019-10-02 01:19:37 -07:00
mDuo13
21365d2670 fixMasterKeyAsRegularKey enabled 2019-10-02 00:49:42 -07:00
Ryan Young
95c13a48bf add link to x-address site/proposal etc 2019-10-01 21:13:51 -07:00
mDuo13
86ca65aedb Add Devnet URLs, rename faucet 2019-10-01 12:40:29 -07:00
Ryan Young
6261eb1672 Updated Testnet and Parallel Networks information
- Rename "XRP Test Net" to "XRP Ledger Testnet"
- Add XRP Ledger Devnet to tooling
- Update "Parallel Networks" page to describe Testnet & Devnet,
  and fix typos.
- Add "Mainnet" as a name for the production XRP Ledger network (in
  context of testnets)
2019-09-30 13:58:08 -07:00
mDuo13
4e86e9e16e fixMasterKeyAsRegularKey got a majority 2019-09-18 20:08:08 -07:00
mDuo13
dd2294e7a5 Key derivation clarifications 2019-09-09 18:37:06 -07:00
Ryan Young
3c74eee725 modify disclaimer language and position 2019-09-06 20:35:37 -07:00
Rome Reginelli
fbdda38563 Merge pull request #676 from mDuo13/fix_hashes
'Send a Check' tutorial: minor cleanup
2019-08-30 13:53:20 -07:00
Rome Reginelli
ef949ac065 Merge pull request #682 from mellery451/fix-pkg
Update info about building packages from source tree
2019-08-30 13:52:58 -07:00
Rome Reginelli
c08a6e37b6 Cleanup deb package build instructions
- Stop code fence from splitting the bulleted list
- Rephrase slightly for clarity
2019-08-29 14:07:30 -07:00
RareData
cf698dae67 Fix invalid message key 2019-08-28 15:09:06 +02:00
mDuo13
73f3e757d5 'Send a Check' tutorial: minor cleanup
- Put tabs in the same order consistently (Send a Check)
- Use a consistent blob & hash for commandline examples
- Fix the redundant phrase "sign method command"
2019-08-26 18:18:44 -07:00
Rome Reginelli
2d00870063 Merge pull request #673 from mDuo13/ecosystem
Software Ecosystem article
2019-08-26 13:09:39 -07:00
Ryan Young
edd47a9ff6 move legal disclaimer 2019-08-22 13:58:41 -07:00
Mike Ellery
e57f4daf73 Update info about building packages from source tree 2019-08-22 11:50:59 -07:00
Rome Reginelli
c393431f43 Merge pull request #664 from mDuo13/IA-interlinking
Improve interlinking of concepts section
2019-08-15 17:59:26 -07:00
mDuo13
4af8b8daaa Interlinking: add missing link def includes 2019-08-15 14:35:55 -07:00
mDuo13
d02b3d81fd Clarify reference server license 2019-08-13 14:32:26 -07:00
mDuo13
9386193f6b Ecosystem: fix typos 2019-08-13 14:29:17 -07:00