Omar Khan
|
acdfbd55e5
|
API name changes with updated definitions.json
|
2022-11-09 10:07:39 -05:00 |
|
Omar Khan
|
a76aeb2233
|
Change amm_info asset parameters to Currency type
|
2022-10-31 13:55:50 -04:00 |
|
Omar Khan
|
f04037859f
|
Merge branch 'main' into amm
|
2022-10-31 13:36:57 -04:00 |
|
zgrguric
|
d0534f6db4
|
Typo fix in getBalanceChanges.ts (#2122)
NormalizedNode interface has miss typed key definition "PreviouTxnLgrSeq"
|
2022-10-31 09:23:02 -07:00 |
|
Connor Chen
|
b40a519a0d
|
feat: shorten ledger close time (#2115)
Shorten ledger close time
|
2022-10-13 16:53:41 -04:00 |
|
Jackson Mills
|
3bc87c00ec
|
2.5.0 release (#2116)
* Update HISTORY.md
* Update versions
xrpl@2.5.0
|
2022-10-13 11:28:05 -07:00 |
|
jonathanlei
|
1ceae703db
|
update reference docs and add readme to homepage (#2112)
|
2022-10-13 09:21:28 -07:00 |
|
Caleb Kniffen
|
9df848fcc6
|
fix(build): Allow m1 macs to build binary-codec (#2109)
Switch from `run-script-os` to `copyfiles`. Using `copyfiles` is a more
ideal way to copy files in an os agnostic way.
Fixes #2092.
|
2022-10-12 12:35:33 -05:00 |
|
Caleb Kniffen
|
0e03b92675
|
fix(ValidationStream): Add cookie and data to interface (#2110)
Add and document more fields on the ValidationStream interface
Fixes #2095
|
2022-10-12 12:28:40 -05:00 |
|
Caleb Kniffen
|
bd1d367b89
|
docs(react): Add guide for create-react-app (#2111)
|
2022-10-12 12:20:18 -05:00 |
|
jonathanlei
|
91f4950bd3
|
add Memos hex value check in Wallet.sign (#2108)
|
2022-10-07 10:23:27 -07:00 |
|
Caleb Kniffen
|
984a58e642
|
fix: Add nft_offer to available account objects (#2100)
Fix #2099
|
2022-10-04 11:40:50 -05:00 |
|
Connor Chen
|
b20c05c368
|
fix: corrected snippet to show regular key works (#2102)
Fix test to show regular key works
|
2022-09-27 11:39:56 -04:00 |
|
Mayukha Vadari
|
5ab4b67c05
|
fix: fix typos (#2104)
* Previou -> Previous
* fix spelling issues in comments
* fix more typos
* fix tests
|
2022-09-26 16:23:49 -04:00 |
|
Omar Khan
|
a2bce8f513
|
update definitions.json with different AuthAccounts number
|
2022-09-15 15:24:42 -04:00 |
|
Omar Khan
|
a80f159e01
|
fix AMMBid ValidationError
|
2022-09-14 21:52:54 -04:00 |
|
Omar Khan
|
220d9fb1b0
|
fix deposit and withdraw tests
|
2022-09-13 13:53:44 -04:00 |
|
Omar Khan
|
8a9a9bcc28
|
add ExpandedSignerList amendment support (#2026)
expand the maximum signer list to 32 entries
|
2022-09-13 13:50:54 -04:00 |
|
Omar Khan
|
25efafa371
|
Merge branch 'develop' into amm
|
2022-09-13 13:49:31 -04:00 |
|
justinr1234
|
76b73e16a9
|
chore: Change package.json engines to match nvmrc (#2089)
|
2022-09-09 15:16:04 -05:00 |
|
Jackson Mills
|
1673f4b964
|
Update HISTORY.md with last version (#2080)
|
2022-09-06 13:43:06 -07:00 |
|
Omar Khan
|
aed4353c6c
|
update VoteEntry interface
|
2022-09-05 14:46:47 -04:00 |
|
Omar Khan
|
56b70aa845
|
add VoteSlots as optional param in AMMInfoResponse
|
2022-09-05 14:35:19 -04:00 |
|
Omar Khan
|
c0e0c15fc1
|
fix EPrice validation checks in AMMDeposit & AMMWithdraw
|
2022-09-02 00:18:45 -04:00 |
|
Omar Khan
|
533c8ab9ac
|
add AMMID as optional param in ammInfo response
|
2022-09-02 00:05:48 -04:00 |
|
Omar Khan
|
a174d09489
|
fix ammInfo response
|
2022-09-01 23:13:13 -04:00 |
|
Jackson Mills
|
d8dbd44f56
|
Make minor version update (#2078)
Run docgen and update version
xrpl@2.4.0
|
2022-09-01 16:22:33 -07:00 |
|
Jackson Mills
|
5fc1c795bc
|
feat: Export verify (#2073)
* Export verify as verifyKeypairSignature
|
2022-09-01 13:57:54 -07:00 |
|
Omar Khan
|
85b8a3930b
|
add negative TradingFee check
|
2022-08-30 19:09:55 -04:00 |
|
Omar Khan
|
6a06412b2d
|
update wording on AMMDeposit & AMMWithdraw validation errors
|
2022-08-30 19:01:08 -04:00 |
|
Omar Khan
|
e9778ebcdb
|
update HISTORY.md to specify XLS-30
|
2022-08-30 18:48:54 -04:00 |
|
Omar Khan
|
8ef2483e15
|
add negative FeeVal check
|
2022-08-30 18:45:34 -04:00 |
|
Omar Khan
|
6150d33a61
|
add missing test case Asset1Out and Asset2Out valid
|
2022-08-30 18:10:40 -04:00 |
|
Omar Khan
|
2796c2aeef
|
add missing test case Asset1In and Asset2In valid
|
2022-08-30 18:07:22 -04:00 |
|
Omar Khan
|
e13b27e43f
|
update definitions to fix AMM in LEDGER_ENTRY_TYPES
|
2022-08-30 17:45:22 -04:00 |
|
Omar Khan
|
0de755bb0b
|
update EPrice validation error message and add missing tests
|
2022-08-30 16:49:48 -04:00 |
|
Omar Khan
|
ed7760c555
|
fix EPrice type to be Amount
|
2022-08-30 16:29:49 -04:00 |
|
Omar Khan
|
b8e4f2405a
|
update amm_info docstrings
|
2022-08-30 10:59:03 -04:00 |
|
Omar Khan
|
c95f8afc21
|
add AMMID to AMMInfoResponse
|
2022-08-28 14:04:13 -04:00 |
|
Omar Khan
|
835dc67767
|
refactor tests
|
2022-08-20 10:54:14 -04:00 |
|
Omar Khan
|
4b18f06dbb
|
add AuthAccount interface to AMMBid
|
2022-08-20 09:43:33 -04:00 |
|
Omar Khan
|
7a035afca1
|
add AMMBid
|
2022-08-20 09:33:53 -04:00 |
|
Omar Khan
|
78e0a866cd
|
refactor MAX_TRADING_FEE to be in one place
|
2022-08-19 21:59:30 -04:00 |
|
Omar Khan
|
db6d32f98b
|
add max trading fee check to AMMVote
|
2022-08-19 21:48:26 -04:00 |
|
Omar Khan
|
e79dcb5d2f
|
fix lint error
|
2022-08-19 17:20:23 -04:00 |
|
Omar Khan
|
b794f909ad
|
add AMMVote
|
2022-08-19 17:18:46 -04:00 |
|
Omar Khan
|
3617487c32
|
add AMMWithdraw
|
2022-08-18 23:51:16 -04:00 |
|
Omar Khan
|
35fef6512f
|
use null check for missing fields
|
2022-08-18 23:11:24 -04:00 |
|
Omar Khan
|
e64a668ef6
|
add AMMDeposit
|
2022-08-18 22:19:50 -04:00 |
|
Omar Khan
|
3461fcc929
|
add amm_info RPC command
|
2022-08-18 16:00:25 -04:00 |
|