Commit Graph

2452 Commits

Author SHA1 Message Date
Jackson Mills
0584000b20 Comment set-global-freeze and remove old import 2021-10-18 10:32:08 -07:00
Jackson Mills
181ce464c3 Make set-individual-freeze more readable + comment 2021-10-18 10:22:54 -07:00
Jackson Mills
8aa4393933 Add clarifying comments to set-no-freeze 2021-10-18 10:07:37 -07:00
Jackson Mills
7f89d3734c Add clarifying comments to individual-freeze 2021-10-18 10:01:12 -07:00
Jackson Mills
95a1de45f7 Update set-no-freeze and add more debugging 2021-10-18 09:50:55 -07:00
Jackson Mills
ea5bc3a31a Remove semi-colons 2021-10-18 09:30:45 -07:00
Jackson Mills
acef5fcccc Migrate check-global-freeze to 2.0 2021-10-18 09:27:45 -07:00
mDuo13
73a3756ede xrpl.js 2.0: more updates 2021-10-15 17:49:35 -07:00
Jackson Mills
ae72b1e024 Fix set-individual-freeze when trustline exists 2021-10-15 16:42:53 -07:00
mDuo13
c0d32f50ca xrpl.js: update more mentions 2021-10-15 16:26:32 -07:00
Jackson Mills
30fbc2e42a Migrate check-individual-freeze.js 2021-10-15 15:40:50 -07:00
Jackson Mills
67c7390055 Use submitReliable in set-individual-freeze 2021-10-15 13:21:11 -07:00
Jackson Mills
884607cb2e Migrate set-global-freeze.js 2021-10-15 10:55:31 -07:00
Jackson Mills
04b075d490 Add clarifying comments 2021-10-15 10:30:20 -07:00
mDuo13
d0c7b39a0e Update more RippleAPI mentions 2021-10-14 19:42:55 -07:00
mDuo13
b08f4334ea Refactor Send XRP: reliable sub, folders by language
- Use reliable transaction submission methods where available
- Update text to describe the functions (esp. xrpl.js 2.0 stuff)
- Move Send XRP code samples to subfolders by language for consistency
  with other tutorials
2021-10-14 19:41:23 -07:00
mDuo13
caac726061 Freezes: update see also sections 2021-10-14 17:49:24 -07:00
Jackson Mills
588bfd0ae3 Migrate set-individual-freeze to 2.0 2021-10-14 16:42:35 -07:00
mDuo13
8a33b84711 xrpl.js 2.0: update some 'RippleAPI' mentions
Starts moving freeze example code into separate tutorial pages.
2021-10-14 16:31:55 -07:00
mDuo13
69641175ce xrpl.js 2.0: small code updates 2021-10-13 17:37:37 -07:00
mDuo13
46b9a90c08 [JA] Remove outdated/broken JS get started 2021-10-13 17:11:21 -07:00
mDuo13
58a9c25c2b code updates for xrpl.js 2.0 beta 5 2021-10-12 19:16:22 -07:00
mDuo13
1c9516aa68 xrpljs 2.0: transaction stuff in migration guide, etc. 2021-10-12 19:16:22 -07:00
mDuo13
64e915eeb2 xrpl.js 2: update many mentions, more code 2021-10-12 19:16:20 -07:00
mDuo13
6fc9afbd7e Get started: consolidate, start updating Node.js 2021-10-12 19:12:35 -07:00
mDuo13
d4b10f4dfe xrpl.js: Update to 2.0.0b2 2021-10-12 19:03:03 -07:00
mDuo13
feaef69da7 xrpl.js: working send xrp sample code, etc. 2021-10-12 19:03:03 -07:00
mDuo13
8ef2c87a21 xrpl.js 2.0: updates for lib fixes, etc. 2021-10-12 19:03:03 -07:00
mDuo13
9fc9d58c82 xrpl.js 2.0: update issue a token sample code, etc. 2021-10-12 19:03:03 -07:00
mDuo13
2e931a013b xrpl.js 2.0: start migrating code (incomplete) 2021-10-12 19:03:03 -07:00
mDuo13
52f649e75e xrpl.js 2.0: start migration guide 2021-10-12 19:03:03 -07:00
Rome Reginelli
be847a69cc Merge pull request #1193 from XRPLF/ci_deploy_fix
Test new GH-pages deploy CI
2021-10-12 15:38:46 -07:00
Dennis Dawson
8a33d622a4 updates based on feedback from Rome 2021-10-12 15:31:12 -07:00
mDuo13
2c9b8326a8 code font io1/io2 to match AWS docs & satisfy spell-checker 2021-10-12 13:32:20 -07:00
mDuo13
19ae7be074 Key derivation: fix base58 import 2021-10-12 12:55:09 -07:00
dependabot[bot]
f8d822175a Bump fastecdsa in /content/_code-samples/key-derivation
Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.4 to 2.1.2.
- [Release notes](https://github.com/AntonKueltz/fastecdsa/releases)
- [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.4...v2.1.2)

---
updated-dependencies:
- dependency-name: fastecdsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 16:41:58 +00:00
Dennis Dawson
f7fe3bfbee Add details for SignerWeight and SignerQuorum 2021-10-11 17:04:40 -07:00
Rome Reginelli
bcc35f9d90 Merge pull request #1181 from fersmi/master
Links 301 permanently moved
2021-10-11 14:47:12 -07:00
fersmi
c8a41db032 Fixed broken link
Fixed a badly edited link
2021-10-05 11:13:28 +02:00
Rome Reginelli
460bb71871 Add "Issue a Fungible Token" link to Issued Currencies overview 2021-10-04 16:06:55 -07:00
Dennis Dawson
532bfb0fcc Add DestinationNode to the code sample
DestinationNode is listed in the parameter descriptions, but missing from sample code. I've added the entry, copying the OwnerNode value for now. I'm assuming that the value is a placeholder with the correct number of digits. If we can put in a more realistic value, that would probably be better.
2021-10-04 13:19:06 -07:00
fersmi
da1be90237 301 permanently moved
Fixed links with http status code 301 permanently moved.
2021-10-04 15:30:37 +02:00
fersmi
f78ebd6c3b Fixed some broken links
Some links returned http status code 404, so I fixed them.
2021-09-29 11:16:45 +02:00
Mo Morsi
fce53e3e0f Add references to XRBP (ruby client library) 2021-09-22 17:40:41 -04:00
mDuo13
1c59a6c7ad Reserves 20/5 XRP → 10/2 2021-09-20 15:39:08 -07:00
mDuo13
59ee532799 Reserves: start updating for 10/2 2021-09-20 14:37:43 -07:00
Rome Reginelli
876c86e61b Merge pull request #1173 from XRPLF/alloynetworks-patch-2
Update values to reflect 10/2
2021-09-20 14:35:13 -07:00
Alloy Networks
cbd88f2571 Update values to reflect 10/2 2021-09-20 19:59:55 +03:00
Alloy Networks
04e40263bf Change reserves to 10/2 in line with current state 2021-09-20 09:28:12 +03:00
Bharath Chari
1e628451a6 Remove reference to increase in value of XRP
It is undesirable to mention that the burning of fees increases value of XRP. No price reference will be made on xrpl.org.
2021-09-19 17:19:40 +03:00