v1.8.0
What's Changed
- feat: Add nft devnet, and hooks v2 testnet wallet inferencing by @connorjchen in #455
- feat: Add multisign snippet, multisign functionality to autofill, and multisign helper by @connorjchen in #459
- Add get_nftoken_id for after minting an NFT with NFTokenMint by @JST5000 in #534
- feat: remove nft-devnet faucet by @ckniffen in #535
- feat: save algorithm as a part of the wallet by @mvadari in #540
- fix: fix
NestedModel
typing by @mvadari in #474 - fix: Used RIPEMD160 algorithm from PyCrypto rather than hashlib by @connorjchen in #490
- fix: small typing errors in tests by @mvadari in #491
- Add nft_offer type in AccountObjects by @wojake in #495
- add check for txnNotFound by @jonathanlei in #500
- unset hash128 using AccountSet by @pdp2121 in #508
- Add disallow_incoming flags by @JST5000 in #522
- fix: handle relsub errors better by @mvadari in #539
- add
type
field toLedger
andLedgerData
request by @rikublock in #538 - simplify and clean up a few things WRT clients by @ledhed2222 in #519
- Remove capped attempts from reliable_submission by @JST5000 in #547
- refactor: Deprecate xrpl-py sugar that is just a wrapper on a request by @connorjchen in #473
- refactor: Make request_impl into a private function by @connorjchen in #478
- refactor: Alias function for safe_sign_transaction called sign by @connorjchen in #470
- refactor: Alias function for safe_sign_and_submit_transaction called sign_and_submit by @connorjchen in #472
- refactor: simplify
TypedDict
types by @mvadari in #475 - refactor: Alias function for submit_transaction called submit by @connorjchen in #468
- refactor: Alias function for safe_sign_and_autofill_transaction called autofill_and_sign by @connorjchen in #471
- rename DisallowIncoming flag for NFTs by @ckniffen in #533
New Contributors
- @wojake made their first contribution in #495
- @jonathanlei made their first contribution in #500
- @justinr1234 made their first contribution in #529
- @ckniffen made their first contribution in #535
- @rikublock made their first contribution in #538
Full Changelog: v1.7.0...v1.8.0