Commit Graph

  • 6742e2048a build: Initial linting setup (#1560) Nathan Nichols 2021-08-26 21:22:40 -05:00
  • cfa014c44b refactor: clean up Client and associated files (#1556) Mayukha Vadari 2021-08-26 14:42:26 -04:00
  • cab359cfbd refactor: move fixtures closer to tests (part 2) (#1561) Mayukha Vadari 2021-08-26 14:02:48 -04:00
  • 77979dda40 refactor: rename all test files to camelCase (#1562) Mayukha Vadari 2021-08-25 16:11:04 -04:00
  • 334a8adbf0 Remove deprecated functions from api.ts (aka client.ts) (#1534) Jackson Mills 2021-08-25 10:39:00 -07:00
  • 5be40d1090 fix: websocket wouldn't close properly on erroring test (#1554) Mayukha Vadari 2021-08-24 13:07:18 -04:00
  • 0b457b3769 refactor: moves fixtures closer to tests (#1551) Mayukha Vadari 2021-08-24 10:49:16 -04:00
  • 221ebee87a Remove ledger methods from Connection (#1543) Mayukha Vadari 2021-08-23 15:18:21 -04:00
  • 7696fb957e Removes methods that were just rippled wrappers (#1550) Mayukha Vadari 2021-08-23 12:27:37 -04:00
  • e90257be2f Edit Client constructor to take a server URI (#1544) Mayukha Vadari 2021-08-20 13:16:15 -04:00
  • d1cfbf42e6 Rewrite XrplClient.request and general cleanup (#1519) Mayukha Vadari 2021-08-20 13:03:15 -04:00
  • 1baccd6c57 refactor: define typescript type for SetRegularKey transaction (#1548) Mukul Jangid 2021-08-19 15:40:21 -04:00
  • 4842a06f8a refactor: Define PaymentChannelFund transaction model (#1535) Nathan Nichols 2021-08-19 11:21:06 -05:00
  • 2509a2906a refactor: Define EscrowCreate transaction model (#1530) Nathan Nichols 2021-08-19 11:20:44 -05:00
  • 7499ae7460 refactor: Define PaymentChannelClaim transaction model (#1536) Nathan Nichols 2021-08-19 11:08:45 -05:00
  • 3997227b3c refactor: Define PaymentChannelCreate transaction (#1533) Nathan Nichols 2021-08-19 11:03:14 -05:00
  • 250ebc5a99 refactor: define TicketCreate transaction model (#1547) Omar Khan 2021-08-19 11:58:57 -04:00
  • 18cce5a50a refactor: Define EscrowFinish transaction model (#1531) Nathan Nichols 2021-08-19 10:58:15 -05:00
  • becf3a4f00 refactor: define models for EscrowCancel (#1511) Nathan Nichols 2021-08-19 10:52:24 -05:00
  • 9e16327676 refactor: define TrustSet transaction model (#1549) Omar Khan 2021-08-19 11:47:01 -04:00
  • f7b93c54ff refactor: define DepositPreauth transaction model (#1545) Omar Khan 2021-08-18 17:34:36 -04:00
  • 1010183d2e refactor: Define PaymentTransaction model (#1542) Omar Khan 2021-08-18 17:24:34 -04:00
  • f1c35a81b4 refactor: define typescript type for AccountDelete transaction (#1537) Mukul Jangid 2021-08-18 14:54:29 -04:00
  • cfab859a20 fix: resolve OfferCancel merge issues (#1546) Mukul Jangid 2021-08-18 14:23:21 -04:00
  • e9d0d40db5 refactor: define typescript type for AccountSet transaction (#1515) Mukul Jangid 2021-08-18 11:06:48 -04:00
  • b2d03363a6 refactor: define typescript types for OfferCancel Transaction Model (#1512) Mukul Jangid 2021-08-18 10:11:27 -04:00
  • 1cc23c6ba9 refactor: define SignerListSet model and tests (#1538) Mukul Jangid 2021-08-17 14:18:38 -04:00
  • e27e1ec368 Rename RippleAPI client to Client (#1520) Mayukha Vadari 2021-08-17 11:16:42 -07:00
  • 94066da224 refactor: define typescript types for CheckCash Transaction Model (#1522) Mukul Jangid 2021-08-16 18:41:07 -04:00
  • 61a8923e2a refactor: define typescript types for CheckCancel Transaction Model (#1526) Mukul Jangid 2021-08-16 17:31:17 -04:00
  • c328bb9620 refactor: define typescript types for CheckCreate Transaction Model (#1524) Mukul Jangid 2021-08-12 15:42:32 -04:00
  • 6cf8738598 refactor: Define typescript definition for OfferCreate (#1508) Nathan Nichols 2021-08-12 09:57:04 -05:00
  • a4207a552b refactor: Add common transaction fields Typescript definition (#1507) Nathan Nichols 2021-08-11 17:37:10 -05:00
  • 2347efc7d3 define Wallet class (#1509) Omar Khan 2021-08-11 17:24:33 -04:00
  • b2b4b86f4d define TypeScript types for Payment Channel methods (#1518) Omar Khan 2021-08-11 15:07:55 -04:00
  • 18810208b6 Added Ledger Method Interfaces (#1502) Jackson Mills 2021-08-11 09:17:37 -07:00
  • a7687cf36f Implements TypeScript types for transaction method requests/responses (#1517) Mayukha Vadari 2021-08-10 15:48:17 -07:00
  • b2934ecf1c Implements TypeScript types for server info method requests/responses (#1514) Mayukha Vadari 2021-08-10 15:47:11 -07:00
  • bca846de97 Implements TypeScript types for utility method requests/responses (#1516) Mayukha Vadari 2021-08-10 09:31:07 -07:00
  • 07fcc8e66f Implements TypeScript types for subscribe requests/responses/streams (#1510) Mayukha Vadari 2021-08-09 16:47:38 -07:00
  • 0d7c30bc02 Removed legacy exit code conversion (#1504) Jackson Mills 2021-08-09 15:43:51 -07:00
  • dbde3ff189 Implements TypeScript types for path and order book methods (#1503) Mayukha Vadari 2021-08-09 14:41:05 -07:00
  • aed5aa9ad5 Defines TypeScript types for rippled account method requests & responses (#1498) Mayukha Vadari 2021-08-09 14:36:48 -07:00
  • 78c69b445a Defines TypeScript types for all ledger objects (#1499) Mayukha Vadari 2021-08-09 09:54:56 -07:00
  • f58a938bb8 build(deps-dev): bump typescript from 4.4.2 to 4.4.3 (#348) dependabot[bot] 2021-09-14 12:46:39 -04:00
  • 83d04bea77 build(deps-dev): bump prettier from 2.3.2 to 2.4.0 (#347) dependabot[bot] 2021-09-14 12:46:14 -04:00
  • 43dbaf6b61 build(deps-dev): bump @types/node from 16.7.10 to 16.9.1 (#346) dependabot[bot] 2021-09-14 12:37:37 -04:00
  • 845d70fefc build(deps-dev): bump source-map-support from 0.5.19 to 0.5.20 (#345) dependabot[bot] 2021-09-14 12:37:21 -04:00
  • 0b1064fead build(deps-dev): bump eslint from 6.8.0 to 7.32.0 dependabot[bot] 2021-09-06 15:01:09 +00:00
  • 9d77ea0161 build(deps-dev): bump mocha from 8.3.2 to 9.1.1 dependabot[bot] 2021-09-02 19:01:32 +00:00
  • 283c2edb10 build(deps-dev): bump ts-node from 9.1.1 to 10.2.1 dependabot[bot] 2021-09-02 15:55:10 +00:00
  • c41f4520b3 build(deps-dev): bump @types/mocha from 8.2.2 to 9.0.0 dependabot[bot] 2021-09-02 15:54:56 +00:00
  • 569c75103c refactor: switch to npm (#343) ledhed2222 2021-09-02 11:54:05 -04:00
  • 79a2c8f8f3 build(deps): bump path-parse from 1.0.6 to 1.0.7 (#331) dependabot[bot] 2021-08-24 22:37:30 -07:00
  • bf84b66b72 build(deps-dev): bump @types/node from 16.4.3 to 16.7.1 (#334) dependabot[bot] 2021-08-24 22:37:19 -07:00
  • af95916e79 build(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 3.4.1 (#336) dependabot[bot] 2021-08-24 22:37:04 -07:00
  • 6acbf3ef43 build(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.1 (#337) dependabot[bot] 2021-08-24 22:36:54 -07:00
  • c93617defd build(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#314) dependabot[bot] 2021-07-28 22:50:14 -07:00
  • 5436b55db0 build(deps-dev): bump typescript from 4.3.2 to 4.3.5 (#316) dependabot[bot] 2021-07-28 22:50:06 -07:00
  • af176c54e6 build(deps-dev): bump codecov from 3.8.2 to 3.8.3 (#324) dependabot[bot] 2021-07-28 22:49:50 -07:00
  • 2ffb774eb2 build(deps-dev): bump @types/node from 15.12.2 to 16.4.3 (#326) dependabot[bot] 2021-07-28 22:49:38 -07:00
  • 3700004d1f build(deps-dev): bump codecov from 3.8.1 to 3.8.2 (#291) dependabot[bot] 2021-06-15 23:45:03 -07:00
  • aa9dc9e992 build(deps): bump lodash from 4.17.20 to 4.17.21 (#295) dependabot[bot] 2021-06-15 23:44:54 -07:00
  • c1af170a18 build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#296) dependabot[bot] 2021-06-15 23:44:47 -07:00
  • 41256eedeb build(deps): bump ripple-address-codec from 4.1.2 to 4.1.3 (#299) dependabot[bot] 2021-06-15 23:44:40 -07:00
  • ce332e14a0 build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.4 (#303) dependabot[bot] 2021-06-15 23:44:32 -07:00
  • 00991caf43 build(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#304) dependabot[bot] 2021-06-15 23:44:24 -07:00
  • 534772b9b0 build(deps-dev): bump prettier from 2.2.1 to 2.3.1 (#307) dependabot[bot] 2021-06-15 23:44:14 -07:00
  • fc0b39022e build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#308) dependabot[bot] 2021-06-15 23:44:06 -07:00
  • b3bcfeee20 build(deps-dev): bump @types/node from 14.14.41 to 15.12.2 (#310) dependabot[bot] 2021-06-15 23:43:57 -07:00
  • 8797ee2f65 Upgrade to GitHub-native Dependabot (#288) dependabot-preview[bot] 2021-04-28 16:36:44 -07:00
  • 23dd7b16f4 build(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#287) dependabot-preview[bot] 2021-04-28 16:36:35 -07:00
  • 6e9e2e390f build(deps-dev): bump @types/node from 14.14.37 to 14.14.41 (#286) dependabot-preview[bot] 2021-04-28 16:36:27 -07:00
  • 7c6791e55f build(deps-dev): bump typescript from 4.2.3 to 4.2.4 (#284) dependabot-preview[bot] 2021-04-28 16:36:19 -07:00
  • 5a2225751a build(deps): bump bn.js from 5.1.3 to 5.2.0 (#274) dependabot-preview[bot] 2021-04-01 12:14:43 -07:00
  • ed6ca70053 build(deps-dev): bump typescript from 4.1.5 to 4.2.3 (#277) dependabot-preview[bot] 2021-04-01 12:14:33 -07:00
  • a47e5794ae build(deps-dev): bump mocha from 8.3.0 to 8.3.2 (#279) dependabot-preview[bot] 2021-04-01 12:14:24 -07:00
  • bd2e4629ca build(deps-dev): bump @types/mocha from 8.2.1 to 8.2.2 (#280) dependabot-preview[bot] 2021-04-01 12:14:16 -07:00
  • b57104adc1 build(deps-dev): bump @types/node from 14.14.31 to 14.14.37 (#282) dependabot-preview[bot] 2021-04-01 12:14:05 -07:00
  • bc19366328 build(deps): [security] bump y18n from 4.0.0 to 4.0.1 (#283) dependabot-preview[bot] 2021-04-01 12:13:56 -07:00
  • c81ed7af2f Bump mocha from 8.2.1 to 8.3.0 (#268) dependabot-preview[bot] 2021-02-25 10:16:18 -08:00
  • 3c09e442f2 Bump typescript from 4.1.3 to 4.1.5 (#269) dependabot-preview[bot] 2021-02-25 10:16:08 -08:00
  • 937dfa9664 chore: require elliptic ^6.5.4 Elliot Lee 2021-02-22 22:26:37 -08:00
  • 8983782562 Create codeql-analysis.yml Elliot Lee 2021-02-22 20:59:00 -08:00
  • 37e95b8394 Create SECURITY.md Elliot Lee 2021-02-22 20:58:26 -08:00
  • 3d3f50ad05 release: update history for 1.0.3 Elliot Lee 2021-02-22 14:50:36 -08:00
  • 70e6976d7a release: ripple-keypairs 1.0.3 Elliot Lee 2021-02-22 14:08:08 -08:00
  • 4b228842df style: run eslint formatter Elliot Lee 2021-02-22 14:09:14 -08:00
  • 9fafdf1449 Bump @types/mocha from 8.2.0 to 8.2.1 (#271) dependabot-preview[bot] 2021-02-22 11:14:15 -08:00
  • c32afaf587 Bump @types/node from 14.14.19 to 14.14.31 (#272) dependabot-preview[bot] 2021-02-22 11:12:50 -08:00
  • ef50cb8933 Bump ripple-address-codec from 4.1.1 to 4.1.2 (#263) dependabot-preview[bot] 2021-02-22 11:12:03 -08:00
  • 440c12acc7 Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 (#260) dependabot-preview[bot] 2021-02-22 11:10:31 -08:00
  • 430b799de5 Bump elliptic from 6.5.3 to 6.5.4 (#267) dependabot-preview[bot] 2021-02-22 11:10:14 -08:00
  • 2aa6551693 Bump mocha from 8.1.3 to 8.2.1 (#239) dependabot-preview[bot] 2021-01-10 21:13:58 -08:00
  • a6d1151290 Bump prettier from 2.2.0 to 2.2.1 (#249) dependabot-preview[bot] 2021-01-10 21:13:49 -08:00
  • d115aa357b Bump ts-node from 9.0.0 to 9.1.1 (#251) dependabot-preview[bot] 2021-01-10 21:13:34 -08:00
  • 6e3321cfef Bump eslint-plugin-prettier from 3.1.4 to 3.3.0 (#254) dependabot-preview[bot] 2021-01-10 21:13:25 -08:00
  • 0cbca4b876 Bump @types/mocha from 8.0.4 to 8.2.0 (#255) dependabot-preview[bot] 2021-01-10 21:13:17 -08:00
  • ef31c1882c Bump typescript from 4.1.2 to 4.1.3 (#256) dependabot-preview[bot] 2021-01-10 21:13:08 -08:00
  • 1db47d3da3 Bump @types/node from 14.14.9 to 14.14.19 (#259) dependabot-preview[bot] 2021-01-10 21:12:58 -08:00