Zhiyuan Wang
d3b03a536d
Add nfts_by_issuer data type ( #2694 )
...
* add nfts_by_issuer data type
* update HISTORY.md
* update HISTORY.md
* added to index and change field name
* change to added in history
* reformat change in history
* reformat history on bfts_by_issuer
---------
Authored-by: Kassaking <kassaking7@gmail.com >
2024-06-11 14:43:47 -04:00
Omar Khan
23adb4924b
feat: add Price Oracles support ( #2688 )
2024-05-23 12:10:00 -04:00
justinr1234
3b70a3b919
fix: make docs not output confusing information in xrpl client ( #2337 )
...
* fix: make docs not output confusing information in xrpl client
---------
Co-authored-by: Jackson Mills <jmills@ripple.com >
Co-authored-by: Caleb Kniffen <ckniffen@ripple.com >
2024-02-01 13:43:55 -06:00
Mayukha Vadari
14f40f1f62
feat: add support for server_definitions RPC ( #2535 )
...
Add support for new command added in XRPLF/rippled#4703
2023-10-31 18:57:30 -05:00
Omar Khan
5581474627
feat: add AMM support ( #2071 )
...
* update definitions.json
* add AMMInstanceCreate
* renamed LPTokens to LPToken in definitions.json
* update HISTORY.md
* add amm_info RPC command
* add AMMDeposit
* use null check for missing fields
* add AMMWithdraw
* add AMMVote
* fix lint error
* add max trading fee check to AMMVote
* refactor MAX_TRADING_FEE to be in one place
* add AMMBid
* add AuthAccount interface to AMMBid
* refactor tests
* add AMMID to AMMInfoResponse
* update amm_info docstrings
* fix EPrice type to be Amount
* update EPrice validation error message and add missing tests
* update definitions to fix AMM in LEDGER_ENTRY_TYPES
* add missing test case Asset1In and Asset2In valid
* add missing test case Asset1Out and Asset2Out valid
* add negative FeeVal check
* update HISTORY.md to specify XLS-30
* update wording on AMMDeposit & AMMWithdraw validation errors
* add negative TradingFee check
* fix ammInfo response
* add AMMID as optional param in ammInfo response
* fix EPrice validation checks in AMMDeposit & AMMWithdraw
* add VoteSlots as optional param in AMMInfoResponse
* update VoteEntry interface
* fix deposit and withdraw tests
* fix AMMBid ValidationError
* update definitions.json with different AuthAccounts number
* Change amm_info asset parameters to Currency type
* API name changes with updated definitions.json
* rename amm_info param asset1 -> asset
* fix typo
* change AMM_MAX_TRADING_FEE to 1%
* Use Asset/Asset2 instead of AMMID for Deposit/Withdraw/Bid/Vote
* add Deposit/Withdraw flags
* rename FeeVal -> TradingFee in VoteEntry
* rename MinBidPrice -> BidMin and MaxBidPrice -> BidMax
* update definitions to change Asset & Asset2 nth values to 3 & 4
* update definitions
* add Issue type and tests for Asset/Asset2
* remove AMMID from amm_info and use Issue type
* update amm_info fields
* fix lint errors
* update unit tests
* add AMM codec-fixtures
* update Issue type
* add one asset and withdraw all tests
* refactor amm_info response fields to match AMMDevnet
* update definitions.json with refactored error codes
* update ammInfo.ts response model
* remove invalid fields from ammInfo.ts response model
* update time_interval description
* rename test model names and fix lint errors
* add Owner Reserve Fee for AMMCreate transaction
* add missing asset_frozen field
* replace Issue with IssuedCurrency
* refactor: convert flags to number
* update asset pair to use Currency type
* refactor isIssue to isCurrency
* add AMM ledger entry object, lsfAMM flag, amm fields to LedgerEntryRequest
* update definitions.json
* WIP defintions
* update codec-fixtures
* fix definitions test
* update DiscountedFee definition
* update definitions
* update codec-fixtures
* update definitions
* update unit tests
* update amm_info response
* sort imports/exports
* update jsdoc
* update amm_info jsdoc
* update jsdoc
* convert caution to all caps
* add validation for AuthAccounts
* refactor and export interfaces
* use Currency type
* update definitions
* add AMMDelete
* rename Issue to Currency in error message
* mark asset frozen as optional fields
* refactor isAuthAccounts
* add AMMDelete jsdoc
* rename to validateAuthAccounts
* fix typo
* fix typo in unit test
---------
Co-authored-by: Caleb Kniffen <ckniffen@ripple.com >
2023-08-17 22:42:32 -04:00
Caleb Kniffen
dbd5852ba6
feat(types): Export most of the types ( #2360 )
...
Expose most of the types in the `xrpl` package. Some renames will only
affect you if you were deep importing these types previously.
Renames of deep importable types:
- `methods/bookOffers`: `TakerAmount` -> `BookOfferCurrency`
- `methods/accountLines`: `Trustline` -> `AccountLinesTrustline`
2023-07-03 17:03:51 -05:00
Caleb Kniffen
97552cc1a5
feat(types): define new account_flags field ( #2352 )
...
The `account_flags` field was added to the `account_info` response for `rippled@1.11 .0`
2023-06-27 15:14:48 -05:00
Shawn Xie
ee6c8350a4
Add nft_info and nft_history clio model ( #2310 )
2023-05-18 18:03:15 -05:00
Mayukha Vadari
d2224e9cfb
remove: remove old sidechain design features ( #2060 )
...
* remove federator_info RPC
* remove util
* update history
* fix merge issues
2023-04-11 15:03:13 -04:00
Caleb Kniffen
a3fb213d3d
fix(account-offers): export interface AccountOffer
...
Fixes #2005
2022-05-23 14:42:51 -05:00
Mayukha Vadari
d25905987a
feat: add sidechain-specific RPCs/sugar ( #1940 )
...
* federator_info responses/requests
* edit docstring
* make strings narrower
* export federator_info
* implement createXchainPayment
* add tests
* fix dependency cycle
* fix linter errors
* rename xchain -> crosschain
* rename more
* edit HISTORY
* fix docstrings
* add another test
2022-04-04 17:11:08 -04:00
ledhed2222
46a8adcac9
feat: NFT support ( #1829 )
...
* add NFTokenBurn and NFTokenMint
* add NFTokenCreateOffer
* add NFTokenCancelOffer
* add NFTokenAcceptOffer
* add requests and responses
* make a beta 2.1.0
* rename TokenIDs to TokenOffers
* add validations and fixup docs
* add tests
* add missing error codes to binary codec
* adds history changes
2021-12-17 18:26:47 -05:00
Greg Weisbrod
2b42427634
convert existing xrpl library into a lerna monorepo
2021-11-04 23:18:23 -04:00