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
4ed720a903
Key derivation: consistent terminology
2019-10-11 12:44:49 -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
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
e4c762ea9f
Merge pull request #647 from crypto-deus/patch-2
...
Update tx-response-escrowfinish-condition.json
2019-07-31 13:21:34 -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
crypto-deus
0a8e5bb295
Update tx-request-escrowfinish-condition.json
...
The transaction "EscrowFinish" identifying hash value from step 6 was different than the hash value used in tx method in step 8.
2019-07-31 19:41:52 +02:00
mDuo13
e97658e0a4
xrpl.org links, colors
2019-06-13 15:41:07 -07:00
mDuo13
9690b06dfb
Monitor payments: Correct XRP scale (1e6, not 10e6)
2019-05-28 16:51:49 -07:00
mDuo13
c7ffb23570
Monitoring transactions tutorial: feedback from @intelliot
2019-05-17 18:02:57 -07:00
mDuo13
92da61cada
Tx monitoring: Split off tx chaining technique
2019-05-16 18:43:49 -07:00
mDuo13
d19c8ffdf8
Tx history chaining: done with 1st draft of code
2019-05-15 19:39:59 -07:00
mDuo13
513d8fe8ec
Monitoring for transactions: start chaining code
2019-05-15 13:12:43 -07:00
mDuo13
e2d838604f
Interactive 'Read Payments' step
2019-05-08 13:47:36 -07:00
mDuo13
5d6ea00931
Inc payments: sample code for reading amount received.
2019-05-07 18:35:46 -07:00
mDuo13
9f6f037cac
Metadata: add example
2019-04-24 16:34:35 -07:00
Rome Reginelli
b348e42b31
Merge pull request #506 from mDuo13/set_up_sec_sign
...
"Set Up Secure Signing" Tutorial
2019-03-13 16:53:30 -07:00
mDuo13
bf3dfe13d5
Peer Crawler: v1.2.1 example, copy edits
2019-03-01 17:51:08 -08:00
mDuo13
34e20c8499
Split peer crawler to its own page, add new fields
2019-02-27 18:37:29 -08:00
mDuo13
984533a702
Set Up Secure Signing: edits per reviews
...
- Moved the LAN config tutorial to its own (draft) file to be finished later
- Mentioned dedicated signing devices such as the Ledger Nano S
- Improved the JS example's handling of secrets
2019-02-27 15:11:41 -08:00
mDuo13
52562febb9
Set Up Secure Signing (1st draft)
2019-02-27 15:11:41 -08:00
Jennifer Hasegawa
e3ff438cd9
ripplelib qs: update recs
2019-02-15 15:20:17 -08:00
mDuo13
e80a5a6609
Serialization: code tweaks per @seelabs review
2018-12-10 15:54:21 -08:00
mDuo13
7bd10aaaa1
Serialization: updates per reviews
2018-12-06 17:12:19 -08:00
mDuo13
4e31639385
Serialization code: implement for_signing option
2018-12-06 17:12:19 -08:00
mDuo13
8342ddc16a
Serialization: clean up sample code, add CLI usage
2018-12-06 17:12:19 -08:00
mDuo13
3894149859
Serialization: implement issued currency amounts, pathsets
2018-12-06 17:12:19 -08:00
mDuo13
e500134da6
Serialization sample code: remove unused field_ordering.py file
2018-12-06 17:12:19 -08:00
mDuo13
8240872c56
Serialization: objects, arrays, hashes
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
Elliot Lee
2edf59fae8
Ignore initial result of tx submission (RLJS-607)
2018-08-02 12:21:23 -07:00
Rome Reginelli
998c8e0161
Merge pull request #428 from mDuo13/rippled-cli-ref
...
Add rippled commandline reference
2018-07-02 14:46:28 -07:00
mDuo13
e0a0a86151
Add rippled commandline reference
2018-06-26 15:33:50 -07:00
mDuo13
03d9366633
Fix check js prepareCreate problems
2018-05-30 17:50:59 -07:00
mDuo13
2e02611855
Start moving files into their final places
2018-05-03 18:31:13 -07:00