Rome Reginelli
5116247da7
Merge pull request #1933 from XRPLF/xrpl-py-2.0
...
feat: Update xrpl-dev-portal to use xrpl-py 2.0
2023-07-05 15:00:32 -07:00
JST5000
968df9d379
Update param order for autofill_and_sign and sign_and_submit
2023-06-15 15:42:03 -07:00
JST5000
9e179c83c0
Use shorter names for sign/submit
2023-06-15 13:29:54 -07:00
JST5000
cda4b6e18c
Make build-a-wallet work with 2.0.0
2023-06-08 15:32:48 -07:00
JST5000
3a6c7dac74
Change classic_address to address xrpl-py
2023-06-08 14:33:14 -07:00
JST5000
45d9e894ed
Use autofill_and_sign as new name
2023-06-08 14:22:29 -07:00
JST5000
a5f3d15778
Remove wallets being initialized with sequence
2023-06-06 16:46:59 -07:00
JST5000
35bcc2d636
Update airgapped-wallet to work with 2.0
2023-06-05 17:10:09 -07:00
JST5000
286e71eede
Update requirements to point to xrpl-py 2.0
2023-06-05 16:22:28 -07:00
dependabot[bot]
6657bdabf8
Bump requests in /content/_code-samples/build-a-wallet/py
...
Bumps [requests](https://github.com/psf/requests ) from 2.25.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-23 01:37:08 +00:00
ddawson
9c8b152d59
Remove NFT-Devnet refs
2023-01-25 11:46:14 -08:00
mDuo13
60cfb42749
Build a Wallet: another bonus step with code for regular key & commandline network switch
2022-02-04 15:03:03 -08:00
mDuo13
361ca0dcfc
Wallet tutorial: allow creation of new accounts by default
2022-02-04 14:08:48 -08:00
mDuo13
435e1e35a4
Wallet tutorial: refactor bonus owned objects code
2022-02-02 17:42:16 -08:00
mDuo13
3e824759fd
Wallet tutorial: more polish
2022-02-01 15:16:33 -08:00
mDuo13
222a7760d1
Improve async setup code
2022-01-31 13:40:18 -08:00
mDuo13
effc4d470e
Build a Wallet: finished draft of tutorial
2022-01-21 19:09:50 -08:00
mDuo13
0dd06fac41
Wallet tutorial: docs thru step 5
2022-01-20 17:21:24 -08:00
mDuo13
4dba0cf70f
Build a Wallet: progress thru step 3:
...
- Tutorial docs through step 3 (inputting an account)
- New screenshots
- Minor code cleanup
- Fix the include_code filter to better handle indentation in Python
code
2022-01-19 17:33:23 -08:00
mDuo13
14a1fc84d7
Build a Wallet tutorial: text for first few steps
2022-01-18 19:04:34 -08:00
mDuo13
773cabbe5c
Build wallet: Backport refactor from step 6
2022-01-13 18:36:52 -08:00
mDuo13
e8a5847cc5
Build Wallet code: better separation of concerns
2022-01-11 17:07:19 -08:00
mDuo13
b2668b7de9
Build Wallet: cleaned up, feature-complete code
2022-01-06 18:39:36 -08:00
mDuo13
2756c663f9
Working hybrid async/thread code w/ domain verif
2022-01-05 18:09:07 -08:00
mDuo13
08e0b5d442
Build a wallet: non-working verify funcs
2021-12-21 14:57:29 -08:00
mDuo13
232b5284a5
Build wallet: start migrating to async
2021-12-20 20:57:47 -08:00
mDuo13
06218c1b97
Build a Wallet: some polish in the UI
2021-11-16 19:53:58 -08:00
mDuo13
372edca00d
Build a Wallet: refactor + notif on send
2021-11-15 17:43:18 -08:00
mDuo13
e073d1f3e8
Build a wallet: tx history
2021-11-12 16:33:45 -08:00
mDuo13
f8e2d52421
Send XRP: full send dialog
2021-11-09 17:56:32 -08:00
mDuo13
355e5884d8
Build wallet: fix send xrp proof of concept
2021-11-08 18:02:33 -08:00
mDuo13
3041826f89
Build wallet tutorial: send XRP button (incomplete)
2021-11-08 10:42:57 -08:00
mDuo13
7eeeb4c659
Build a wallet tutorial: show account objects
2021-10-29 18:10:50 -07:00
mDuo13
b70b4d3f64
Build a wallet tutorial: draft steps 1-3
...
1. wxPython app that shows XRPL data (once)
2. threaded app monitoring XRPL in background
3. Decode address & watch for balance
2021-10-29 12:14:05 -07:00