Commit Graph

4537 Commits

Author SHA1 Message Date
Omar Khan
feafc0c91b update Issue type 2022-11-17 13:37:45 -05:00
Omar Khan
0970753790 add AMM codec-fixtures 2022-11-17 13:14:25 -05:00
Omar Khan
434ad71672 update unit tests 2022-11-17 09:34:40 -05:00
Omar Khan
7f2b40740a Merge branch 'main' into amm 2022-11-16 21:27:52 -05:00
Omar Khan
ff65441d33 fix lint errors 2022-11-16 21:24:40 -05:00
Omar Khan
e32db9dd39 update amm_info fields 2022-11-16 21:21:21 -05:00
Omar Khan
64e4242085 remove AMMID from amm_info and use Issue type 2022-11-16 21:03:08 -05:00
Omar Khan
0574fabf47 add Issue type and tests for Asset/Asset2 2022-11-16 20:58:57 -05:00
mpint
a4c2bb998f Ignore https-proxy-agent dependency in browser environments (#2133)
* Ignore https-proxy-agent in browsers

* ignore eslint-comments/no-unused-disable linting rule
2022-11-16 18:01:06 -05:00
Mayukha Vadari
c4c8e58fd9 ci: cache dependencies (#2131)
* cache dependencies

* add browser tests

* fix cache path

* fix cache to include node version

* dummy commit

* respond to comments
2022-11-16 16:55:18 -05:00
Mayukha Vadari
b0cc81f40b ci: add timeouts (#2136)
add timeouts
2022-11-16 16:21:35 -05:00
Omar Khan
40388cc1e5 update definitions 2022-11-16 14:02:24 -05:00
Omar Khan
007717a9d4 Merge branch 'main' into amm 2022-11-16 13:55:34 -05:00
Mayukha Vadari
49d40216d5 feat: allow verifyTransaction to verify transaction objects, not just strings (#2119)
* support Transaction objects in verifyTransaction method

* add test

* edit history
2022-11-16 12:48:59 -05:00
jonathanlei
08180cb935 add amount field to faucet (#2129)
* add optional amount field to `fundWallet`
2022-11-15 14:31:46 -08:00
Omar Khan
1c26e8b6d5 update definitions to change Asset & Asset2 nth values to 3 & 4 2022-11-09 15:20:37 -05:00
Omar Khan
eba8bd2ec1 rename MinBidPrice -> BidMin and MaxBidPrice -> BidMax 2022-11-09 15:09:33 -05:00
Omar Khan
bcdd8fe2cf rename FeeVal -> TradingFee in VoteEntry 2022-11-09 14:59:12 -05:00
Omar Khan
64d8a904f0 add Deposit/Withdraw flags 2022-11-09 13:37:20 -05:00
Omar Khan
6a67715a01 Merge branch 'main' into amm 2022-11-09 11:58:15 -05:00
Omar Khan
25752d77a4 Use Asset/Asset2 instead of AMMID for Deposit/Withdraw/Bid/Vote 2022-11-09 11:51:08 -05:00
Omar Khan
3120abc627 change AMM_MAX_TRADING_FEE to 1% 2022-11-09 10:27:57 -05:00
Omar Khan
c99aa048da fix typo 2022-11-09 10:21:14 -05:00
Omar Khan
54b86bc1d7 rename amm_info param asset1 -> asset 2022-11-09 10:16:25 -05:00
Omar Khan
acdfbd55e5 API name changes with updated definitions.json 2022-11-09 10:07:39 -05:00
pdp2121
f33e748a26 docs: code snippets for multisigning (#2120)
Add quality of life code snippets for multisigning.

Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-08 15:25:43 -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