Commit Graph

2819 Commits

Author SHA1 Message Date
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
mDuo13
80be728267 Start key derivation sample code 2019-10-07 22:23:18 -07:00
mDuo13
dd2294e7a5 Key derivation clarifications 2019-09-09 18:37:06 -07:00
Ryan Young
83710c082a Merge pull request #687 from ryangyoung/new-disclaimer-language
Modify disclaimer language and position
2019-09-06 20:40:30 -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
29ac78c27f Merge pull request #681 from mDuo13/ripplelib131
Update ripple-lib ref to v1.3.1
2019-08-30 13:52:48 -07:00
Rome Reginelli
a86e139435 Merge pull request #679 from mDuo13/init_tx_sender
Tx Sender updates
2019-08-30 13:52:39 -07:00
mDuo13
2ade517b60 Remove TypeForm doc usefulness survey
The survey was ruining page usability by automatically scrolling the
page so that the top of the survey was visible (basically, the bottom of
the content). Also, TypeForm has more tracking than we'd prefer.
2019-08-30 13:50:45 -07:00
mDuo13
143643709f 'Test Net'→'Testnet' more consistently 2019-08-29 15:52:20 -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
mDuo13
bd59842409 Update ripple-lib ref to v1.3.1 2019-08-28 16:48:11 -07:00
Rome Reginelli
f0a29f3210 Merge pull request #678 from RareData/patch-2
Fix invalid message key
2019-08-28 15:38:07 -07:00
mDuo13
6b47c7229f Tx Sender updates
- Add 'initialize' button to reduce wasted testnet accounts
- Change default destination to be the correct faucet account
2019-08-28 15:22:19 -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
70fe00c429 Merge pull request #640 from iroskam/master
Closes #639
2019-08-26 13:12:08 -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
5b0d993db1 Merge pull request #675 from ryangyoung/move-disclaimer
Move legal disclaimer
2019-08-22 14:39:34 -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
mDuo13
40f8bdc4a1 Interlinking: add missed concepts pages, etc. 2019-08-13 14:24:28 -07:00
Rome Reginelli
f83714bf14 Merge pull request #671 from crypticrabbit/patch-1
Validation stream messages are from all validators
2019-08-12 14:31:03 -07:00
mDuo13
b265337852 Ecosystem: add diagram, apps & services 2019-08-12 14:21:28 -07:00
rabbit
4a22ddbacd Validation stream messages are from all validators
Edited the description of the validation stream. This resolves: https://github.com/ripple/ripple-dev-portal/issues/670
2019-08-11 12:35:04 -04:00
mDuo13
7d27dadfa0 Ecosystem: more drafting 2019-08-09 18:42:59 -07:00
mDuo13
1947cc6870 Start ecosystem draft 2019-08-08 09:28:59 -07:00
Rome Reginelli
44f5e898d6 Merge pull request #666 from mDuo13/shard_filenotfound_error
Update "Understanding Log Messages"
2019-08-07 13:35:51 -07:00
Rome Reginelli
bf4089fe87 Merge pull request #668 from mDuo13/404_the_absolute
Make 404 page path-independent
2019-08-05 22:48:54 -07:00
mDuo13
0f3d95fd47 IA: fix new See Also links 2019-08-05 17:46:23 -07:00
mDuo13
a2b04beea4 Make 404 page path-independent
When the 404 page is served from a path that includes slashes for
subfolders (for example, /transactions/ or /some/404/page), any relative
links and content references it has won't work. This change converts all
relative references to absolute references instead.
2019-08-05 15:12:53 -07:00
Rome Reginelli
609f1f72be Merge pull request #667 from mDuo13/fix665
Fix payment types table
2019-08-01 15:46:30 -07:00
mDuo13
a695e6b77a Fix payment types table 2019-08-01 14:27:33 -07:00
mDuo13
66f8b7f7b8 Understanding Log Messages: alphabetize messages
Crashes are a special case (not a specific log message) so I left that
entry at the top.
2019-08-01 14:14:04 -07:00
mDuo13
176d1f7218 Add two new log messages 2019-08-01 14:04:56 -07:00
mDuo13
87b9312468 Add link defs to autobridging 2019-07-31 17:22:58 -07:00
mDuo13
1b16b460b6 IA: add more interlinking / 'See Also' to concepts 2019-07-31 17:14:21 -07:00
Rome Reginelli
e4c762ea9f Merge pull request #647 from crypto-deus/patch-2
Update tx-response-escrowfinish-condition.json
2019-07-31 13:21:34 -07:00
Rome Reginelli
aae8968f69 Merge pull request #646 from crypto-deus/patch-1
Update tx-request-escrowfinish-condition.json
2019-07-31 13:20:33 -07:00
crypto-deus
5990490a83 Update tx-response-escrowfinish-condition.json
The hash value has been updated to reflect the hash value from step 6.
2019-07-31 19:45:07 +02:00