Omar Khan
|
e634db3dd2
|
update ammInfo.ts response model
|
2023-01-09 17:43:48 -05:00 |
|
Omar Khan
|
218ca005e1
|
update definitions.json with refactored error codes
|
2023-01-09 17:30:05 -05:00 |
|
Omar Khan
|
ec1d8b67a5
|
refactor amm_info response fields to match AMMDevnet
|
2022-12-15 13:06:39 -05:00 |
|
Omar Khan
|
2bb4d7712c
|
Merge branch 'main' into amm
|
2022-12-15 12:46:56 -05:00 |
|
Jackson Mills
|
51affe19b7
|
Add vite setup steps to README (#2143)
* Add to README with vite steps
* Add ws to config
|
2022-12-09 17:16:32 -07:00 |
|
jonathanlei
|
4cf6a47879
|
add editing HISTORY.md step to release insturctions (#2154)
* add HISTORY.md steps
|
2022-12-05 11:26:38 -08:00 |
|
jonathanlei
|
e52ca91d77
|
update HISTORY.md in 2.6.0 (#2148)
change HISTORY.md
xrpl@2.6.0
|
2022-11-21 14:35:34 -08:00 |
|
jonathanlei
|
93c8562e55
|
release 2.6.0 (#2145)
|
2022-11-21 14:18:39 -08:00 |
|
Connor Chen
|
8921b6ac93
|
feat: hooksv2 wallet inferencing (#2142)
Allow hooksv2 wallet inferencing
|
2022-11-21 16:51:41 -05:00 |
|
Connor Chen
|
5f5f06f1ab
|
feat: amm devnet to fundWallet and custom faucetPaths (#2083)
* Add amm devnet support
* Add option for faucet paths
Co-authored-by: Jackson Mills <aim4math@gmail.com>
|
2022-11-18 14:54:23 -05:00 |
|
Omar Khan
|
98f8223b23
|
add one asset and withdraw all tests
|
2022-11-17 14:20:57 -05:00 |
|
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 |
|