ledhed2222
7041a0bbd3
address codec linting ( #1881 )
2022-01-04 09:25:04 -05:00
Mayukha Vadari
5a521d19d6
chore: fix lerna publishing steps ( #1885 )
...
* fix lerna publishing steps
* fix tag pushing instruction
* Update tag explanation
2022-01-03 18:45:33 -05:00
Mukul Jangid
07f36e127f
fix: txnNotFound error ( #1883 )
...
* add validation for `txnNotFound` error
* update version to `2.1.1`
xrpl@2.1.1
2021-12-23 20:34:35 -05:00
Elliot Lee
5d556c6afe
HISTORY.md - add package release history links ( #1861 )
2021-12-21 12:03:39 -08:00
Matthew Rosendin
d021c1412f
Update APPLICATIONS.md ( #1842 )
...
Co-authored-by: Elliot Lee <github.public@intelliot.com >
Co-authored-by: ledhed2222 <ledhed2222@users.noreply.github.com >
2021-12-18 02:02:07 -05:00
Jackson Mills
388c4a6124
Update versions ( #1879 )
xrpl@2.1.0
ripple-address-codec@4.2.3
ripple-binary-codec@1.3.0
ripple-keypairs@1.1.3
2021-12-17 16:48:04 -08:00
Jackson Mills
ff126bd39f
Updating CONTRIBUTING with the correct steps ( #1854 )
...
* Updating CONTRIBUTING with the correct steps
* Add flow for when no tags are created
* Fix awkward wording
2021-12-17 16:22:56 -08:00
ledhed2222
7d6d119e4c
correctly document stuff ( #1878 )
2021-12-17 19:03:54 -05:00
ledhed2222
46a8adcac9
feat: NFT support ( #1829 )
...
* add NFTokenBurn and NFTokenMint
* add NFTokenCreateOffer
* add NFTokenCancelOffer
* add NFTokenAcceptOffer
* add requests and responses
* make a beta 2.1.0
* rename TokenIDs to TokenOffers
* add validations and fixup docs
* add tests
* add missing error codes to binary codec
* adds history changes
2021-12-17 18:26:47 -05:00
Jackson Mills
c0a19a8417
Move UNLModify fix to proper package history ( #1862 )
2021-12-07 14:32:46 -08:00
dependabot[bot]
3756afb8ca
build(deps-dev): bump eslint-plugin-import from 2.25.2 to 2.25.3 ( #1835 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.2 to 2.25.3.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
2021-12-06 11:24:55 -08:00
Mayukha Vadari
78d9b11794
release: release new versions ( #1859 )
ripple-binary-codec@1.2.2
ripple-address-codec@4.2.2
ripple-keypairs@1.1.2
xrpl@2.0.4
2021-12-02 14:59:58 -05:00
Mayukha Vadari
4e0a093677
chore: update HISTORY for rbc release ( #1858 )
2021-12-02 14:52:08 -05:00
Mayukha Vadari
fe845de884
fix: encoding issue with encoding non-traditional currency codes ( #1857 )
...
* add test
* fix decoding issue
2021-12-02 14:43:26 -05:00
dependabot[bot]
8461ef6804
build(deps-dev): bump typedoc from 0.22.8 to 0.22.10 ( #1837 )
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.22.8 to 0.22.10.
- [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.22.8...v0.22.10 )
---
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>
2021-12-02 09:45:51 -08:00
Jackson Mills
7c6230b18e
Lerna patch ( #1852 )
2021-12-01 15:48:07 -08:00
Jackson Mills
0eb64b1447
Update history for all codecs and xrpl.js ( #1849 )
...
* Update xrpl.js history.md
* Update ripple-address-codec history
* Add comment about npm < 7 for all codecs
2021-12-01 15:20:59 -08:00
dependabot[bot]
bd7b6282e3
build(deps-dev): bump typescript from 4.4.4 to 4.5.2 ( #1834 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2 )
---
updated-dependencies:
- dependency-name: typescript
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>
2021-12-01 15:04:26 -08:00
Omar Khan
8bb248ca9e
remove engines requirement for npm from individual packages ( #1848 )
...
* remove engines package.json entry from individual packages
* only remove npm from engines entry
2021-12-01 16:33:05 -05:00
dependabot[bot]
f027236b55
build(deps-dev): bump eslint-plugin-consistent-default-export-name ( #1836 )
...
Bumps [eslint-plugin-consistent-default-export-name](https://github.com/minseoksuh/eslint-plugin-consistent-default-export-name ) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/minseoksuh/eslint-plugin-consistent-default-export-name/releases )
- [Commits](https://github.com/minseoksuh/eslint-plugin-consistent-default-export-name/commits )
---
updated-dependencies:
- dependency-name: eslint-plugin-consistent-default-export-name
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>
2021-12-01 12:29:14 -08:00
dependabot[bot]
3e7a722a4c
build(deps-dev): bump prettier from 2.4.1 to 2.5.0 ( #1833 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0 )
---
updated-dependencies:
- dependency-name: prettier
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>
2021-12-01 11:26:38 -08:00
dependabot[bot]
e4d70b53d5
build(deps-dev): bump eslint-plugin-jsdoc from 36.1.1 to 37.1.0 ( #1838 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 36.1.1 to 37.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.1...v37.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 11:10:41 -08:00
dependabot[bot]
3a3f306f18
build(deps-dev): bump @types/node from 16.11.6 to 16.11.11 ( #1827 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.6 to 16.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
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>
2021-12-01 10:21:15 -05:00
Mayukha Vadari
fc101c6733
fix: add workaround for rippled UNLModify encoding bug ( #1830 )
...
* initial patch
* clean up
* make ts happy
* fix typing
* respond to comments
* Revert "respond to comments"
This reverts commit 689768bbf1 .
* Publish
- ripple-address-codec@4.2.1-beta.0
- ripple-binary-codec@1.2.1-beta.0
- ripple-keypairs@1.1.1-beta.0
- xrpl@2.0.3-beta.0
* add helper comments
Co-authored-by: Nathan Nichols <natenichols@cox.net >
2021-11-30 17:16:03 -05: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
ledhed2222
ff9bdbdc4c
initial pass at linting ripple-address-codec ( #1798 )
...
* initial pass at linting ripple-address-codec
* refix doc changes autofixed by eslint
2021-11-30 04:18:35 -05:00
Jackson Mills
89b8833610
Fix Windows contributors being unable to build and test the xrpl mono repo ( #1822 )
...
* Let ripple-binary-codec to build on windows & nix
Co-authored-by: Justintime <justinthenicholasoftime@protonmail.com >
2021-11-23 12:29:06 -08:00
ledhed2222
887cb97c2b
Merge pull request #1801 from XRPLF/gw/update-history-and-contribution
...
update history and contribution for monorepo publish
2021-11-17 17:27:48 -05:00
ledhed2222
1c90c962e9
Merge branch 'develop' into gw/update-history-and-contribution
2021-11-15 23:26:24 -05:00
ledhed2222
5da0db89f4
fix GitHub pages ( #1802 )
...
* Publish
- ripple-address-codec@4.2.0
- ripple-binary-codec@1.2.0
- ripple-keypairs@1.1.0
- xrpl@2.0.2
* moves back git hub pages docs to the top
2021-11-15 20:06:47 -08:00
Greg Weisbrod
f522d3f418
add HISTORY for monorepo updates and update CONTRIBUTING.md for publication
2021-11-15 21:03:42 -05:00
Greg Weisbrod
f96f38d0d9
Publish
...
- ripple-address-codec@4.2.0
- ripple-binary-codec@1.2.0
- ripple-keypairs@1.1.0
- xrpl@2.0.2
ripple-address-codec@4.2.0
xrpl@2.0.2
ripple-binary-codec@1.2.0
ripple-keypairs@1.1.0
2021-11-15 20:23:58 -05:00
ledhed2222
81dbc2ed87
Merge pull request #1800 from XRPLF/develop
...
monorepo conversion and ripple-binary-codec v1.2.0
2021-11-15 20:11:38 -05:00
ledhed2222
7cb38591ac
add support for nfts in binary codec ( #1797 )
2021-11-15 17:08:37 -05:00
ledhed2222
be99161e89
Merge pull request #1796 from XRPLF/gw/prettier
2021-11-12 14:06:09 -05:00
Greg Weisbrod
afd6aadaf1
run prettier on all packages
2021-11-12 02:41:28 -05:00
ledhed2222
3b523d7e37
Merge pull request #1786 from XRPLF/gw/monorepo
...
monorepo conversion
2021-11-11 12:45:08 -05:00
ledhed2222
1902a2d885
Merge branch 'develop' into gw/monorepo
2021-11-08 18:32:16 -05:00
Greg Weisbrod
f1c5f1d10d
fix docgen setup
2021-11-08 18:19:45 -05:00
Greg Weisbrod
b90710ffa5
clean up docs
2021-11-08 18:19:45 -05: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
Greg Weisbrod
b5beeb6668
migrate ripple-address-codec tests back to javascript for now - jest and mocha cannot be used in the same typescript project due to type name conflicts
2021-11-08 18:19:45 -05:00
Greg Weisbrod
9f19d771d2
fix linting and devdeps issues by using eslint for ripple-address-codec and removing the misc plugins used by ripple-keypairs
...
run 'npx lerna link convert' to hoist common devDependencies to top
2021-11-08 18:19:45 -05:00
Greg Weisbrod
43b55ab598
run 'npx lerna link convert' to hoist common devDependencies to top
2021-11-08 18:19:45 -05:00
Greg Weisbrod
99c817ca8a
fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top
2021-11-08 18:19:44 -05:00
Jackson Mills
7dd842f995
Update readme with websocket url ( #1785 )
2021-11-05 12:26:01 -07:00
Jackson Mills
9647145150
Build: Prepare for 2.0.1 ( #1779 )
...
* Build: Prepare for 2.0.1
2.0.1
2021-11-01 10:53:44 -07:00
Jackson Mills
e813ec4bd3
bug: Fix private interfaces not showing up in the docs ( #1769 )
...
Make all exported function parameters and return types show their shapes so that new developers can see how to use them in the docs.
2021-10-29 13:13:40 -07:00
dependabot[bot]
1106ad1405
build(deps-dev): bump @types/node from 16.11.1 to 16.11.4 ( #375 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.1 to 16.11.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
2021-10-27 12:11:56 -04:00
dependabot[bot]
3973d0f5c5
build(deps-dev): bump ts-node from 10.3.0 to 10.4.0 ( #373 )
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.3.0...v10.4.0 )
2021-10-27 11:40:38 -04:00