-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make docs not output confusing information in xrpl client #2337
Merged
Merged
Changes from 19 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
f1aa271
fix: make docs not output confusing information in xrpl client
justinr1234 c55c594
additional fixes
justinr1234 1e67153
merge main
justinr1234 5bf3bfe
merge main
justinr1234 4d01a24
fix merge conflict with main
justinr1234 29a017a
Merge branch 'main' into docs-fixes
justinr1234 829c8fd
Merge branch 'main' into docs-fixes
justinr1234 6997e24
request refactor done
justinr1234 f192334
requestAll refactor
justinr1234 d07d3be
on refactor
justinr1234 7e186aa
merge main and fix conflicts
justinr1234 52f8d3a
fix lock file
justinr1234 571f752
fix package lock
justinr1234 231e068
fix typescript
justinr1234 ad1c307
fixes
justinr1234 1e57fa2
add various combo of flags for ledger request
justinr1234 2d24eab
fix export
justinr1234 a39b496
Merge branch 'main' into docs-fixes
justinr1234 8cc5b6d
fix submit and submitAndWait
justinr1234 91cc6b6
add examples and todo comment
justinr1234 4e50507
Update packages/xrpl/src/sugar/submit.ts
justinr1234 975e88f
add todo for path_find
justinr1234 bb5a658
fix docs for getSignedTx
justinr1234 0873e25
undo commented out error handling
justinr1234 a33a9d0
Update packages/xrpl/src/client/index.ts
justinr1234 82c4f54
Update packages/xrpl/src/sugar/autofill.ts
justinr1234 d9f846f
Update packages/xrpl/src/sugar/autofill.ts
justinr1234 e1f414a
Update packages/xrpl/src/sugar/autofill.ts
justinr1234 47e573e
remove dev comments
justinr1234 da9f234
Update getOrderbookOptions docs
justinr1234 5f74e47
Expain typescript type matching
justinr1234 a809f0f
Make run-s dev dependency
justinr1234 612257c
remove docs
justinr1234 64eaff5
remove more docs
justinr1234 68195c3
Merge branch 'main' into docs-fixes
justinr1234 6191952
use Balance interface in balances sugar
justinr1234 7440aad
refactor doFundWalletRequest
justinr1234 f071615
fix type error
justinr1234 cf8b48b
feat: bump typescript to 5.x (#2387)
ckniffen ba9d0a6
feat: remove node 14 support (#2386)
ckniffen ca14f68
merge 3.0 upstream
justinr1234 452485b
fix typescript
justinr1234 151b66f
feat: bump typescript to 5.x (#2387)
ckniffen 5b336d8
feat: remove node 14 support (#2386)
ckniffen ab3adbe
feat: remove `lodash` as a dependency (#2378)
ckniffen d0c8d09
feat: remove `decimal.js` and `big-integer` (#2379)
ckniffen 3df5004
feat(deps): make `https-proxy-agent` optional (#2388)
ckniffen e41967f
feat: remove 3 http related polyfills (#2375)
ckniffen 12512d8
feat(deps): remove `assert-browserify` (#2389)
ckniffen 6bdcf62
feat: remove `BroadcastClient` (#2408)
ckniffen 958c97b
BREAKING CHANGE(fix): `deriveKeypair` ignoring a manual `algorithm` b…
JST5000 40b276a
Merge branch '3.0' into docs-fixes
JST5000 c9e21d7
Lint fundWallet
JST5000 ba8bb52
Merge branch '3.0' into docs-fixes
JST5000 bcc9057
fix: Fix invariant assertion in binary-codec (#2429)
JST5000 bb5b848
Update package
JST5000 fba9e96
Re-add run-s
JST5000 33a967c
Merge branch '3.0' into docs-fixes
JST5000 66b1f69
Merge branch '3.0' into docs-fixes
JST5000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What caused this to remove many entries? The only dependency change was
"run-s": "^0.0.0",
which I would think might add entries and not remove.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I may have chosen the wrong version to merge then - there was a package-lock conflict and I assumed the 3.0 version would be shorter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why it still changed - but I used the 3.0 version and ran
npm i
- does that new result look sensible, or is there something I accidentally changed?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try copying the 3.0 version of the file and
run npm i
again and see what happensThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ckniffen Just did that again, and this was still the result. I think it's the correct updates now as it's mostly updating things to 'dev' dependencies or updating the 'integrity' line, which seems minor. (Along with adding
run-s
)