Commit Graph

686 Commits

Author SHA1 Message Date
Mayukha Vadari
ad4c952fbf update binary-codec 2023-01-09 12:13:55 -05:00
Mayukha Vadari
df80702c6c update history 2023-01-09 12:13:55 -05:00
Mayukha Vadari
58657f373c fix more things 2023-01-09 12:13:55 -05:00
Mayukha Vadari
c4dd6fba84 fix bugs 2023-01-09 12:13:55 -05:00
Mayukha Vadari
dab0667b2f fix models 2023-01-09 12:13:54 -05:00
Mayukha Vadari
2c658fe145 add/update models 2023-01-09 12:13:54 -05:00
Mayukha Vadari
c29319aad8 update definitions.json for new rippled code, add new tests/update old tests 2023-01-09 12:13:54 -05:00
Mayukha Vadari
00796001a3 fix linting issues 2023-01-09 12:13:54 -05:00
Mayukha Vadari
c371a38e87 undo debugging change 2023-01-09 12:13:54 -05:00
Mayukha Vadari
492de32388 add XChainAddAttestation model 2023-01-09 12:13:54 -05:00
Mayukha Vadari
ac88bf3079 add codec support for XChainAddAttestation 2023-01-09 12:13:54 -05:00
Mayukha Vadari
48214a90ca rename Bridge -> XChainBridge in models 2023-01-09 12:13:54 -05:00
Mayukha Vadari
6508d048bf rename Bridge -> XChainBridge in binary codec, fix tests 2023-01-09 12:13:54 -05:00
Mayukha Vadari
901a0e62e2 update definitions.json 2023-01-09 12:13:54 -05:00
Mayukha Vadari
277725858d add XChainCreateClaimID tx 2023-01-09 12:13:54 -05:00
Mayukha Vadari
caddad737c add XChainCreateBridge tx 2023-01-09 12:13:54 -05:00
Mayukha Vadari
29282298d6 add XChainCommit tx 2023-01-09 12:13:54 -05:00
Mayukha Vadari
9d58400373 add XChainClaim tx 2023-01-09 12:13:54 -05:00
Mayukha Vadari
0286b81745 add tests 2023-01-09 12:13:54 -05:00
Mayukha Vadari
3a93f60aab add new st types 2023-01-09 12:13:54 -05:00
Mayukha Vadari
77199025f1 Update definitions.json 2023-01-09 12:13:54 -05:00
justinr1234
8abcfe4640 chore: rename test files (#2181) 2023-01-06 14:04:36 -06:00
jonathanlei
46515627ab Deprecate mnemonic (#2155) 2022-12-15 11:11:28 -08:00
jonathanlei
e52ca91d77 update HISTORY.md in 2.6.0 (#2148)
change HISTORY.md
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
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
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
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
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
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
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
8a9a9bcc28 add ExpandedSignerList amendment support (#2026)
expand the maximum signer list to 32 entries
2022-09-13 13:50:54 -04:00
Jackson Mills
1673f4b964 Update HISTORY.md with last version (#2080) 2022-09-06 13:43:06 -07:00
Jackson Mills
d8dbd44f56 Make minor version update (#2078)
Run docgen and update version
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
Jackson Mills
6187571334 Make the unknown submitAndWait error more verbose (#2056)
* Make the unknown submitAndWait error more verbose
2022-07-26 13:07:02 -07:00
Jackson Mills
ae6390ffcb feat: allow customized connection headers (#2036)
Co-authored-by: Elliot Lee <github.public@intelliot.com>
2022-07-24 17:59:53 -07:00
Mayukha Vadari
d7c3583a8f refactor: use xrpl-codec-gen for definitions.json (#2037)
* Update definitions.json

* update CONTRIBUTING

* fix tests

* fix UNL
2022-07-19 21:01:19 +01:00
Jackson Mills
fdfef0e188 Fix Wallet.fromMnemonic (#2046)
* Add validation checks for bip39 and rfc1751 + tests

* Use swap method that works with react-native
2022-07-18 14:10:22 -07:00
Omar Khan
aff6988f09 Release xrpl packages (#2028)
* update package and package-lock json

* update HISTORY files
2022-06-27 21:11:07 -04:00