Commit Graph

5545 Commits

Author SHA1 Message Date
Wo Jake
0fc587e777 Add Python code sample for Tickets 2022-09-03 16:59:27 +00:00
Wo Jake
f3f7c46256 Better result's output 2022-09-03 16:30:56 +00:00
Obiajulu
dbd73bf8b8 Update account_checks.py 2022-09-03 09:20:18 -07:00
Jarred
5d77a0e959 added python code samples to monitor payments 2022-09-03 10:37:44 -05:00
Wo Jake
88350f0550 Optimize result's output 2022-09-03 13:21:57 +00:00
Obiajulu
28a2705175 Update create_checks.py 2022-09-03 04:58:20 -07:00
Obiajulu
44f4a967ba Create cancel_check.py 2022-09-03 04:55:52 -07:00
Obiajulu
9e53576fba Update cash_check.py 2022-09-03 04:45:34 -07:00
Obiajulu
b1fcf9becf Create cash_check.py 2022-09-03 04:20:48 -07:00
Obiajulu
47844c01d2 Update and rename create_token_check.py to create_checks.py 2022-09-03 04:11:48 -07:00
Obiajulu
bcf26dbb9b Delete create_xrp_check.py 2022-09-03 04:10:37 -07:00
Obiajulu
26a5b640d7 Update create_token_check.py 2022-09-03 04:09:28 -07:00
Obiajulu
364cf56b46 Update and rename create_check.py to create_token_check.py 2022-09-03 04:08:17 -07:00
Obiajulu
b33c8e9154 Update and rename cash_check.py to create_xrp_check.py 2022-09-03 04:05:27 -07:00
Obiajulu
75a8b146a7 Rename account_xrp_checks.py to account_checks.py 2022-09-03 03:38:06 -07:00
Obiajulu
3a45b537da Rename cash_xrp_check.py to cash_check.py 2022-09-03 03:37:46 -07:00
Obiajulu
c77f3e09ab Rename create_xrp_check.py to create_check.py 2022-09-03 03:37:17 -07:00
Obiajulu
7209285bdc Create cash_xrp_check.py 2022-09-03 03:36:38 -07:00
Obiajulu
a8fe19f432 Create account_xrp_checks.py 2022-09-03 03:34:55 -07:00
Obiajulu
5ebd7d9bc1 Rename create_escrow to create_escrow.py 2022-09-03 03:08:10 -07:00
Wo Jake
e82efa394c Add python code sample for Submit and Verify
Submit a transaction and verify its validity on the ledger using xrpl-py
2022-09-03 09:59:43 +00:00
Wo Jake
39bec75e10 Add Python code sample for asfRequireDest 2022-09-03 09:26:41 +00:00
Obiajulu
a38a77d802 Rename create_check.py to create_xrp_check.py 2022-09-03 01:52:08 -07:00
Obiajulu
b206decf1b Create create_check.py 2022-09-03 01:41:34 -07:00
Obiajulu
2eb325d81f Create return_escrow_sequence.py 2022-09-03 01:19:22 -07:00
Obiajulu
af452afc11 Update finish_escrow.py 2022-09-03 01:13:03 -07:00
Obiajulu
6ee8aea790 Update cancel_escrow.py 2022-09-03 01:07:53 -07:00
Obiajulu
882ab81b0d Rename cancel.py to cancel_escrow.py 2022-09-03 01:02:23 -07:00
Obiajulu
a2867e2518 Update cancel.py 2022-09-03 01:01:18 -07:00
Obiajulu
9b6e8fa1dc Update account_escrows.py 2022-09-03 00:56:05 -07:00
Obiajulu
16d58c9bdd Update account_escrows.py 2022-09-03 00:50:21 -07:00
Obiajulu
bf3eb93904 Create generate_condition.py 2022-09-03 00:47:23 -07:00
Obiajulu
6f0d538925 Update create_escrow 2022-09-03 00:43:03 -07:00
Wo Jake
7893ceded9 Fix wording
Amendments need more than 80% of consensus on a UNL, not equal to.
2022-09-03 07:40:51 +00:00
Wo Jake
415dee2832 Create encode_address.py
Bounty DGE-93
2022-09-03 06:02:08 +00:00
Obiajulu
4b945261ce Create finish_escrow.py 2022-09-02 14:06:35 -07:00
Obiajulu
571fb2a6cb Create requirements.txt 2022-09-02 14:04:37 -07:00
Obiajulu
7506017081 Create account_escrows.py 2022-09-02 14:03:13 -07:00
Obiajulu
3ae2c24616 Create cancel.py 2022-09-02 14:02:36 -07:00
Obiajulu
035eb7a2b2 Create create_escrow 2022-09-02 13:59:22 -07:00
mDuo13
984ca82bf4 Enable funding page 2022-09-02 12:28:31 -07:00
Rome Reginelli
9851b9b4ed Merge pull request #1488 from XRPLF/ka_20220901
Known Amendments: updates for NFTs getting majority
2022-09-02 09:49:00 -07:00
Rome Reginelli
fb58b32b87 Merge pull request #1486 from XRPLF/fix_links_disable_funding
Some repo cleanup
2022-09-01 17:24:16 -07:00
Rome Reginelli
5f70f9cced Merge pull request #1484 from mDuo13/dev-tools-with-screenshots
Add screenshots to dev tools
2022-09-01 17:23:59 -07:00
mDuo13
d604d861eb Known Amendments: updates for NFTs getting majority 2022-09-01 17:20:27 -07:00
mDuo13
eb1cf15002 Add screenshots to dev tools
Card screenshots: round corners

Dev tools screenshots: update with no apex banner
2022-08-31 16:30:37 -07:00
mDuo13
c7b678c0d8 Fix reports of broken links, disable funding page
Images whose content is defined in CSS have "data:," as their src
attribute because it's technically required and some tools may complain
about it missing, but the link checker complains about the data URI, so
this change makes the link checker skip these.

Also, the funding page is intended to go along with a Bounties program
that has not yet launched, so this disables it for now.
2022-08-31 12:13:18 -07:00
mDuo13
d2639ce3d2 Remove unused deploy job
This job was added in an attempt to set up automatic deploys, but never
worked because of firewall settings on the machine that hosts the site.
Removing since the plan is to move to completely different
infrastructure by the end of the year.
2022-08-31 12:11:54 -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