Wo Jake
5af3e46265
Capitalize word
...
Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com >
2022-09-08 16:00:00 +00:00
Wo Jake
7c99cc6375
Remove __name__ == "__main__"
2022-09-08 15:50:04 +00:00
Wo Jake
f0fe95510f
Use bitwise (&)
2022-09-08 15:21:18 +00:00
Wo Jake
5d6ef2acb6
Use AccountSetFlag.ASF_REQUIRE_DEST to match JS implementation
2022-09-08 14:13:38 +00:00
Wo Jake
40baf3e021
Improvements on writing style, implementation & output
2022-09-08 14:04:51 +00:00
Wo Jake
8d21ab02c0
Fixup
2022-09-08 03:39:28 +00:00
Wo Jake
aa2c23ae03
Use generate_fauce_wallet
2022-09-07 02:45:14 +00:00
Wo Jake
1228047b05
Remove unnecessary code
...
Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com >
2022-09-04 16:08:15 +00:00
Wo Jake
c5eec31630
Remove fee parameter
...
Co-authored-by: LimpidCrypto <97235361+LimpidCrypto@users.noreply.github.com >
2022-09-04 16:01:29 +00:00
Wo Jake
f3f7c46256
Better result's output
2022-09-03 16:30:56 +00:00
Wo Jake
39bec75e10
Add Python code sample for asfRequireDest
2022-09-03 09:26:41 +00:00
mDuo13
d604d861eb
Known Amendments: updates for NFTs getting majority
2022-09-01 17:20:27 -07:00
Dennis Dawson
5765b15d91
Merge pull request #1483 from XRPLF/add-auth-minter
...
Add auth minter
2022-08-31 11:50:37 -07:00
Dennis Dawson
f69e79a5dd
Changes to auth minter per mduo review
2022-08-31 10:51:39 -07:00
ddawson
4adca5e4d2
changes based on mduo review
2022-08-31 10:49:40 -07:00
Rome Reginelli
32fcc48065
Update "above the limit" link
2022-08-30 15:50:57 -07:00
ddawson
800554e58a
Add Auth Minter to archive
2022-08-30 11:34:23 -07:00
ddawson
85a602ecf2
Use flag name vs number
2022-08-30 11:05:36 -07:00
ddawson
524872ee60
Add auth minter
2022-08-30 10:21:44 -07:00
ddawson
ac3fe2e056
Add Authorized Minter to Quickstart
2022-08-30 09:53:28 -07:00
Michael Pinter
04f4ce9fa8
Going above/below? the limit
...
I may be misunderstanding but the third bullet point under **Trust Lines and Issuing** states "Each account's balance (from its perspective on the trust line) can't go *above* that account's limit", but the section title in question is currently named **Going Below the Limit**. Should it be called **Going Above the Limit**?
2022-08-29 16:09:34 -05:00
Rome Reginelli
09e367b1ba
Remove tx_history "Try it!" ( #1473 )
...
The "tx_history" command is deprecated and intentionally not listed in the Websocket tool. This removes the broken "Try it!" link to use the WS tool for this method.
2022-08-22 17:10:47 -07:00
Amarantha Kulkarni
c672b6eb96
Clio server_info: Update some response field descriptions ( #1468 )
...
* Update some response field descriptions
* add response when client does not connect over localhost
* Add clarification on nested rpc and subscription objects as well
* Fix typo and incorporate feedback
2022-08-22 16:43:38 -07:00
Rome Reginelli
68b9bef96d
Merge branch 'master' into japanese
2022-08-22 14:32:52 -07:00
mDuo13
49e67ee7ef
[JA] fix links & remove some unneeded redirects
2022-08-20 14:34:55 -07:00
develoQ
2fb1f9aca3
fix filename
2022-08-21 00:15:05 +09:00
Rome Reginelli
9fa41b859e
Merge pull request #1466 from XRPLF/update-serialization
...
Update with new ripple-binary-codec links
2022-08-19 12:57:24 -07:00
develoQ
76362fcd08
Corrected points raised.
2022-08-18 20:24:59 +09:00
Rome Reginelli
e28d4ba912
Merge pull request #1457 from JakeatRipple/feat-community-visual—guide-download
...
Add download section for logos
2022-08-17 16:35:21 -07:00
Elliot Lee
646c474380
Document the "date" field from the tx method
2022-08-12 16:28:22 -07:00
Elliot Lee
89d5c197d5
Update with new ripple-binary-codec links
2022-08-12 16:14:40 -07:00
Amarantha Kulkarni
b70b3ae7e9
Clio v110 ( #1464 )
...
* Update response fields
* Fix typo
* initial draft for nft_info command
* update request and response formats
* Incorporate review feedback
* Updated source URL and desc for is_burned
* Incorporate review feedback
* Incorporate additional review comments
* Incorporate peer edit comments
* Moving nft_info to new section
* Rename section to Clio methods
* Update dactyl-config.yml
Co-authored-by: Rome Reginelli <rome@ripple.com >
* Update content/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
Co-authored-by: Rome Reginelli <rome@ripple.com >
* Update warning message location in the response as per code changes (#1462 )
* Update warning level change in API response
* Move Clio APIs under one heading in the nav
* Update dactyl config file to group all Clio methods under one heading
* Fix file paths
* remove Clio from the nav title
* Add badge to note the version when this API was added
Co-authored-by: Rome Reginelli <rome@ripple.com >
2022-08-12 07:14:29 -07:00
Jake
e010f5c2a8
Merge branch 'master' of https://github.com/JakeatRipple/xrpl-dev-portal into feat-community-visual—guide-download
...
# Conflicts:
# assets/css/devportal2022-v6.css
2022-08-11 15:39:01 -07:00
develoQ
f58c219a6c
translate to japanese
...
- client-libraries.html
- xrp-api.html
- xrpljs2-migration-guide.html
- node_to_chard.html
Co-authored-by: mtmttksh <109614042+mtmttksh@users.noreply.github.com >
2022-08-11 13:30:26 +09:00
Jake
cce82956eb
Add download section for logos
2022-08-05 15:19:04 -07:00
Rome Reginelli
b38a70ea48
Merge pull request #1447 from mDuo13/gg_fixes
...
Fix broken links and old terminology
2022-08-05 10:24:30 -07:00
Rome Reginelli
a9b8409f90
Merge pull request #1455 from XRPLF/ka_192
...
Known Amendments updates for 1.9.2
2022-08-05 10:24:17 -07:00
Dennis Dawson
99d49ceb14
New version for Education Platform release
...
This version has a CSS to make the forms look a little better.
2022-08-04 17:38:41 -07:00
Rome Reginelli
8b93b626ca
Merge pull request #1451 from mDuo13/fix1434
...
Fix contrast in DepositAuth table in light mode
2022-08-04 16:42:25 -07:00
Rome Reginelli
ed721c134a
Stablecoin issuer tutorial: fixes per review
...
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2022-08-04 16:41:59 -07:00
mDuo13
a95ddf3cc4
Known Amendments updates for 1.9.2
2022-08-04 16:40:11 -07:00
Elliot Lee
5a7b3e7f75
Update pages explaining how to run rippled ( #1442 )
...
* Update and rename run-rippled-as-a-wallet-server.md to run-rippled-as-a-stock-server.md
* Redirect from 'wallet server' to 'stock server'
https://github.com/XRPLF/xrpl-dev-portal/pull/1442/files#r933780313
Co-authored-by: Rome Reginelli <rome@ripple.com >
Co-authored-by: mDuo13 <mduo13@gmail.com >
2022-08-03 10:38:09 -07:00
mDuo13
8559202675
Fix #1434 : contrast in DepositAuth table in light mode
2022-08-01 17:31:22 -07:00
Rome Reginelli
47ab235afb
Merge pull request #1441 from XRPLF/update-reserves
...
Update reserves.md
2022-07-30 02:46:28 -07:00
Rome Reginelli
631d4fffc1
Merge pull request #1435 from toykam/patch-1
...
Update currency-formats.md
2022-07-30 02:41:24 -07:00
mDuo13
b3298e58b6
Fix lots of broken links
2022-07-30 02:31:09 -07:00
mDuo13
636ae7d3a5
Update terminology of old gateway guide
2022-07-30 02:31:00 -07:00
Elliot Lee
29342ff58a
Update reserves.md
2022-07-28 09:09:08 -07:00
Elliot Lee
44530e453d
Update content/concepts/payment-system-basics/accounts/reserves.md
...
Co-authored-by: Rome Reginelli <rome@ripple.com >
2022-07-26 23:06:13 -07:00
Elliot Lee
e6a97fa14d
Explain how to calculate reserve requirements
...
reserves.md - add explanation of how to query for an account's reserve requirement
2022-07-26 11:05:20 -07:00