Commit Graph

4659 Commits

Author SHA1 Message Date
Denis Angell
2ec9b1a016 Merge branch 'beta3' into patch-beta3-definitions 2023-06-06 22:15:22 +00:00
Omar Khan
85eb279541 Merge branch 'amm' into beta3 2023-06-06 18:06:20 -04:00
Omar Khan
7664b6273c update DiscountedFee definition 2023-06-06 18:04:22 -04:00
Denis Angell
787908b352 Merge branch 'beta3' into patch-beta3-definitions 2023-06-06 21:49:02 +00:00
Omar Khan
41e1350089 Merge branch 'amm' into beta3 2023-06-06 17:10:38 -04:00
Denis Angell
deaf405d46 update xls34 definitions 2023-06-06 19:36:34 +00:00
Omar Khan
426aefb345 Merge branch 'main' into amm 2023-06-04 13:48:27 -04:00
Caleb Kniffen
6fbfab4fa4 chore(dev-deps): remove puppeteer (#2331)
`puppeteer` was removed in #2170 and dependabot won't stop being
annoying about it.

Closes #2234
2023-06-02 20:39:46 -05:00
Omar Khan
b289350aeb Merge branch 'main' into amm 2023-06-02 14:55:12 -04:00
Jackson Mills
b3e520b0e6 docs: Improve instructions for updating integration test docker container config (#2330)
Update instructions
2023-06-01 17:34:04 -05:00
dependabot[bot]
29c26ea227 build(deps-dev): bump @types/lodash from 4.14.194 to 4.14.195 (#2326)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.194 to 4.14.195.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 16:24:11 -05:00
dependabot[bot]
d3ac518d8e build(deps-dev): bump webpack-cli from 5.0.1 to 5.1.1 (#2329)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.1.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 15:30:46 -05:00
dependabot[bot]
127cba571d build(deps-dev): bump typedoc from 0.24.6 to 0.24.7 (#2328)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.6 to 0.24.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.24.6...v0.24.7)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 14:07:35 -05:00
dependabot[bot]
24f1fd7295 build(deps-dev): bump eslint from 8.39.0 to 8.41.0 (#2325)
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.41.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 12:40:45 -05:00
Omar Khan
5a3865134b Merge branch 'main' into amm 2023-05-31 15:27:38 -04:00
Mayukha Vadari
b29921d217 Merge branch 'sidechain-2.5' into beta3 2023-05-31 13:07:25 -04:00
Mayukha Vadari
c647be701e test: fix Escrow integration tests (#2305)
* improve runtime of TrustSet integ test

* fix EscrowFinish test

* finish EscrowCancel test

* add comment

* fix linter issues

* fix browser tests

---------

Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
Co-authored-by: justinr1234 <justinr1234@gmail.com>
2023-05-31 11:46:00 -05:00
Mayukha Vadari
8295704d0a Merge branch 'main' into sidechain-2.5 2023-05-31 12:28:38 -04:00
Omar Khan
70a9ab0510 refactor jest setup to improve unit/integration test executions (#2322)
* fix test:integration command to run tests directly under ./test/integration

* refactor jest setup to have separate config files for integration and unit tests
2023-05-26 15:16:44 -04:00
Mayukha Vadari
82c5b3598a feat: support npm v9 (#2318)
* add support for npm v9

* Update package-lock.json

* Update nodejs.yml

* update changelogs

* update PR template
2023-05-25 16:01:42 -04:00
Omar Khan
85bc5b7172 Merge branch 'main' into amm 2023-05-25 12:36:42 -04:00
dependabot[bot]
317e2054de build(deps): bump socket.io-parser from 4.2.2 to 4.2.3 in /packages/xrpl (#2321)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 12:49:46 -05:00
dependabot[bot]
0853662a82 build(deps): bump socket.io-parser from 4.2.2 to 4.2.3 (#2320)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 12:26:52 -05:00
Omar Khan
53248291cc Merge branch 'main' into amm 2023-05-24 12:38:08 -04:00
Omar Khan
70609e070b fix definitions test 2023-05-24 12:37:37 -04:00
Omar Khan
9035dd3f11 fix README for integ tests (#2317) 2023-05-23 19:32:17 -04:00
Omar Khan
8c34754a1c update codec-fixtures 2023-05-23 16:36:20 -04:00
Omar Khan
b80a196b11 Merge branch 'main' into amm 2023-05-23 16:30:18 -04:00
Omar Khan
a2f5b57b5d WIP defintions 2023-05-23 16:29:51 -04:00
justinr1234
5ee974cfa1 fix: move to hooks v3 testnet (#2319) 2023-05-23 14:45:21 -05:00
Omar Khan
30b4406fbc Merge branch 'main' into amm 2023-05-23 11:25:48 -04:00
Shawn Xie
ee6c8350a4 Add nft_info and nft_history clio model (#2310) 2023-05-18 18:03:15 -05:00
Omar Khan
97b2e668ab update isSigned null check to handle multi-signed transactions (#2308)
* update isSigned null check to use &&

* update isSigned to handle multi-signed transactions

* add unit test for multi-signed transaction

---------

Co-authored-by: Elliot Lee <github.public@intelliot.com>
2023-05-18 18:51:00 -04:00
dependabot[bot]
add72a175d build(deps): bump parse-url and lerna (#2114) 2023-05-17 21:43:15 +00:00
dependabot[bot]
e9184b8435 build(deps): bump engine.io from 6.4.0 to 6.4.2 (#2314)
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.4.0...6.4.2)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 16:17:41 -05:00
dependabot[bot]
a363c80da9 build(deps): bump bip39 from 3.0.4 to 3.1.0 (#2297)
Bumps [bip39](https://github.com/bitcoinjs/bip39) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/bitcoinjs/bip39/releases)
- [Changelog](https://github.com/bitcoinjs/bip39/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitcoinjs/bip39/compare/v3.0.4...v3.1.0)

---
updated-dependencies:
- dependency-name: bip39
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
2023-05-17 15:26:51 -05:00
Caleb Kniffen
9dd5f6def6 build(deps-dev): bump webpack from 5.76.0 to 5.81.0 (#2312)
Replaces #2299
2023-05-17 14:59:44 -05:00
Omar Khan
68b2248448 Merge branch 'main' into beta3 2023-05-16 17:58:41 -04:00
Omar Khan
aa37dfe925 update definitions.json 2023-05-16 17:56:03 -04:00
Omar Khan
94bb54adee Merge branch 'main' into amm 2023-05-16 17:43:06 -04:00
Omar Khan
7b672aaa80 Merge branch 'amm' into beta3 2023-05-16 17:33:01 -04:00
Omar Khan
bad598f29f add AMM ledger entry object, lsfAMM flag, amm fields to LedgerEntryRequest 2023-05-16 17:27:35 -04:00
Wo Jake
6b1ac0bd4f Add guard check for signing algorithm (#2278)
Previously unsupported algorithm would not throw exceptions.

Co-authored-by: Caleb Kniffen <ckniffen@ripple.com>
2023-05-16 15:28:23 -05:00
Mayukha Vadari
5896343195 Merge branch 'main' into sidechain-2.5 2023-05-16 15:03:10 -04:00
Mayukha Vadari
4cca7c9088 feat: add support for node v20 (#2303)
* run tests on node v20

* update linter to node v16

* update docs

* update browser node version

* update checkout
2023-05-16 15:02:33 -04:00
Mayukha Vadari
567eb20a13 Merge branch 'sidechain-2.5' into beta3 2023-05-16 11:46:36 -04:00
Mayukha Vadari
7b970782ff Merge branch 'main' into sidechain-2.5 2023-05-16 11:37:00 -04:00
dependabot[bot]
ac8c1b3f64 build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 (#2298) 2023-05-10 14:28:33 +00:00
dependabot[bot]
5a95261805 build(deps-dev): bump ejs from 3.1.8 to 3.1.9 (#2300) 2023-05-10 14:09:26 +00:00
Mayukha Vadari
2c35c189f6 Merge branch 'main' into sidechain-2.5 2023-05-10 10:05:35 -04:00