justinr1234
5fe480ece4
feat: Jest Test Runner ( #2170 )
2023-02-03 17:03:07 -06:00
Jackson Mills
17f04b3083
Fix broken test in connection.ts for node 18 and add node 18 testing ( #2183 )
...
* Change localhost to 127.0.0.1
* Add Node 18 testing
2023-01-09 09:26:14 -08: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
Mayukha Vadari
8eab8b3c04
ci: cache npm dependencies ( #2038 )
...
* attempt to cache
* dummy commit
* change action strategy
* simplify
2022-07-12 10:04:25 -04:00
Elliot Lee
3e55066b70
rename: branch develop -> main; master -> old-master ( #1826 )
...
* rename: branch develop -> main; master -> old-master
* Update all references to `master` and `develop`
* Update the GitHub pages docs
Co-authored-by: Jackson Mills <jmills@ripple.com >, Elliot Lee <intelliot@ripple.com >
2021-11-30 10:54:56 -08:00
Greg Weisbrod
0d6e723a7e
fix inter-repo dependencies and remove now-redundant package-locks within packages
...
fix linter again
2021-11-08 18:19:45 -05:00
Mayukha Vadari
017db295e3
chore: remove jsonschemas from dependabot ( #1728 )
...
* remove dependabot from jsonschemas
* fix typo
2021-10-15 16:33:42 -04:00
Mayukha Vadari
98c9b9bc14
ci: run lint tests ( #1603 )
...
* turn on lint tests
* remove tsc
* fix errors in src/utils/hashes
* fix linter errors in src/utils
* fix lint issues in test/
* resolve lint issues in src/client
* resolve dependency cycle
* resolve other linting issues in src/models
* resolve rest of linting issues
* fix tests
* fix linting errors in test/integration
* fix rest of linting issues
* fix test name
2021-10-04 14:10:13 -04:00
Mayukha Vadari
62538a75b1
Switches from yarn to npm ( #1591 )
...
* remove yarn.lock
* reinstall with npm
* fix package.json
* update xrplf eslint
* fix all other instances of yarn
2021-10-04 14:10:11 -04:00
Nathan Nichols
8b95ee5fab
build: Initial linting setup ( #1560 )
...
* sets up linting config and runs `yarn lint --fix` once, so that all changes will show up correctly in future PRs.
* Note that there are still a lot of linter errors.
2021-10-04 14:10:10 -04:00
Mayukha Vadari
f49b9d4b0e
Rewrite XrplClient.request and general cleanup ( #1519 )
...
* first attempt at overloading
* fix TS issues
* improve connection typing
* more cleanup
* edit all ledger files
* more renames
* fix all other request calls
* clean up serverinfo
* fixes more request calls
* remove old legacy browser stuff
* remove unused types
* remove exports from objects
* add type to method signatures
* add ledger requests
* fix most tests
* comment out formatBidsAndAsks
* fix proxy test
* comment out failing tests
* move client-related files into client
* add payment channel requests
* fix imports
* remove finished TODOs
* fix tests
* fix integ tests
* remove exported types
* better ci
2021-10-04 14:10:09 -04:00
Mukul Jangid
6d08b9e12c
refactor: define typescript types for CheckCash Transaction Model ( #1522 )
...
* Define Typescript types for CheckCash Transaction Model
2021-10-04 14:10:08 -04:00
Nathan Nichols
76780c8a8e
Run Integration Tests in Browser ( #1468 )
...
* ci: Adds github actions testing for webpacked integration test
2021-08-02 16:29:35 -05:00
Nathan Nichols
9adfd404e5
GitHub Actions Integration Tests ( #1466 )
...
* ci: Add Github Actions integration testing against standalone rippled
2021-07-27 12:47:55 -05:00
Nathan Nichols
e3752c9057
Adds Github Actions Testing ( #1464 )
...
* ci: Adds github actions testing
2021-07-26 16:49:39 -05:00
Mayukha Vadari
22a77653af
Add PR template ( #1469 )
2021-07-22 15:45:13 -04:00
dependabot-preview[bot]
7b77177962
Create Dependabot config file ( #1368 )
...
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-25 20:04:24 -08:00
Elliot Lee
e2cecd07e4
Create codeql-analysis.yml
2021-02-22 22:36:12 -08:00