justinr1234
cb8cec2caa
fix: load osano first in docs site ( #2202 )
2023-02-06 11:23:52 -06:00
justinr1234
5a63f18faf
feat: GTM tracking on docs website ( #2197 )
2023-02-03 16:37:24 -06:00
jonathanlei
46515627ab
Deprecate mnemonic ( #2155 )
2022-12-15 11:11:28 -08:00
jonathanlei
93c8562e55
release 2.6.0 ( #2145 )
2022-11-21 14:18:39 -08:00
jonathanlei
1ceae703db
update reference docs and add readme to homepage ( #2112 )
2022-10-13 09:21:28 -07:00
Jackson Mills
d8dbd44f56
Make minor version update ( #2078 )
...
Run docgen and update version
2022-09-01 16:22:33 -07:00
Jackson Mills
4fddd8f41d
Release xrpl packages ( #2021 )
...
* Update HISTORY.md for release
* Run docgen
2022-06-02 11:03:56 -07:00
Caleb Kniffen
1e20d4fab7
docs(xrpl): xrpl@2.2.3
2022-05-04 16:14:46 -05:00
Jackson Mills
13587e563a
Update history.md with latest changes and ran docgen ( #1988 )
...
* Update history.md with latest changes
* Ran docgen
* Add unreleased sections
2022-05-02 10:37:39 -07:00
ledhed2222
7d2a776cc2
fix changed nftoken sell offer flag name ( #1974 )
2022-04-25 18:02:15 -04:00
Caleb Kniffen
3ed93aa19e
Prepare release of xrpl@2.2.1 and ripple-address-codec@4.2.4
2022-04-21 17:10:44 -05:00
Omar Khan
9d94f4a8ab
rename XLS-20 fields ( #1966 )
...
* rename TokenTaxon -> NFTokenTaxon
* rename MintedTokens -> MintedNFTokens
* rename BurnedTokens -> BurnedNFTokens
* update binary for NFTokenID rename
* rename TokenID -> NFTokenID
* rename TokenOffers -> NFTokenOffers
* rename BrokerFee -> NFTokenBrokerFee
* rename Minter -> NFTokenMinter
* rename NonFungibleToken -> NFToken
* rename NonFungibleTokens -> NFTokens
* rename BuyOffer -> NFTokenBuyOffer
* rename SellOffer -> NFTokenSellOffer
* rename OfferNode -> NFTokenOfferNode
* fix binary for serialize tests
* Add missing MintedNFTokens def + fix tests
* nftokenid -> nft_id
* asfAuthorizedMinter -> asfAuthorizedNFTokenMinter
* Update tec/tem error codes
* Add new definitions
* Update HISTORY.md
* Change to 1.4.0 for binary-codec
* Docgen
* Update HISTORY.md
Co-authored-by: Jackson Mills <jmills@ripple.com >
2022-04-19 10:02:18 -07:00
Elliot Lee
1258615a0c
fix: update reference docs ( #1928 )
...
* npm run docgen
* fix: update docgen info in CONTRIBUTING.md
2022-02-10 15:22:11 -08:00
ledhed2222
4f035fd0d6
custom faucet hosts and various typing fixes for NFT support that were originally missed ( #1882 )
...
* various typing fixes for NFT support that were originally missed
* add optional faucet URL to fundWallet
* run docgen and commit changes
* fixes integration tests
2022-01-24 13:08:35 -05:00
ledhed2222
7d6d119e4c
correctly document stuff ( #1878 )
2021-12-17 19:03:54 -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
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
2b42427634
convert existing xrpl library into a lerna monorepo
2021-11-04 23:18:23 -04: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
Nathan Nichols
14395ab58f
build: update package.json version for release ( #1755 )
...
* build: update xrpl.js for release
2021-10-20 11:34:58 -05:00
Omar Khan
09a0f2bbcb
refactor: simplify submit transaction methods ( #1725 )
...
* To simplify submit transaction requests by having only one version of them that supports both signed/unsigned transactions, the signed versions of them (submitSigned(), submitSignedReliable()) are deleted.
* Their signed logic is merged into submit() and submitAndWait() (renamed from submitReliable()).
* Change order of submit method params to be consistent.
* Add a SubmitOptions method param to include options for wallet to sign a transaction, and booleans to autofill/failHard a transaction.
2021-10-15 19:10:35 -04:00
Wietse Wind
2d5755fc88
Update CNAME
2021-10-13 01:44:46 +02:00
Nathan Nichols
f743e374eb
Create CNAME
2021-10-12 18:44:40 -05:00
Nathan Nichols
75e56ca927
build: generates documentation ( #1716 )
2021-10-12 15:06:44 -05:00
Omar Khan
9ad2b28172
refactor: rename hash functions ( #1701 )
...
- Rename hash functions to be shorter for easier use.
- Namespace hash functions into xrpl.hashes
2021-10-08 16:45:12 -04:00
Elliot Lee
23c5938591
Link to xrpl-announce (updated from ripple-lib-announce) ( #1697 )
...
We renamed the Google Group to xrpl-announce. In the future, the same list may be used for releases of other client libraries as well. It's a small list (less than 60 subscribers) and not very noisy, so it should be okay to include release announcements about libraries in other languages, especially since many developers are polyglots. Of course, we hope the list will grow in the future.
2021-10-06 11:29:38 -07:00
Nathan Nichols
b9b32eb3d2
docs: generate documentation with typedoc ( #1607 )
...
* docs: generate documentation with typedoc
2021-10-04 14:10:12 -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
Mayukha Vadari
0b08de5956
Removes methods that were just rippled wrappers ( #1550 )
...
* remove getAccountInfo
* remove getAccountObjects
* remove getBalanceSheet (gateway_balances)
* remove getLedger
* remove getOrders (account_orders)
* remove getPaymentChannel (ledger_entry)
* remove getTransaction(s) (tx/account_tx)
* remove getSettings (account_info)
* remove getServerInfo (server_info)
* fix integ tests
* remove submit (also deprecated)
* fix integ tests
* add TODO
2021-10-04 14:10:09 -04:00
Nathan Nichols
8a815e17ca
Correctly export txFlags and accountSetFlags ( #1571 )
...
* fix: export txFlags and accountSetFlags
2021-09-09 08:52:07 -07:00
Nathan Nichols
ec121ee62d
docs: Add documentation for generateFaucetWallet() ( #1529 )
...
* docs: Add documentation for generateFaucetWallet()
2021-08-17 14:32:06 -05:00
Nathan Nichols
decc395e5b
docs: export and document asf Flags ( #1525 )
...
* docs: export and document asf Flags
2021-08-12 11:30:26 -07:00
Jackson Mills
8b79fe6ba1
Update sign docs with more info about keypairs ( #1523 )
...
* Add links to how to derive keypairs and examples of keypairs to the 'sign' docs
2021-08-11 13:01:53 -07:00
Rome Reginelli
4e49b6a99c
docs: edit style and update old URLs ( #1420 )
...
Use example.com instead of ripple.com
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2021-07-27 16:15:56 -07:00
Aaron Huang
d941653477
fix: multisig example in documentation ( #1463 )
...
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2021-07-27 10:33:27 -07:00
Elliot Lee
b7de3b0ea9
feat: minor improvement to docs ( #1251 )
2021-07-26 16:12:15 -07:00
Elliot Lee
aa081a4348
refactor!: remove deprecated ledger fields ( #1160 )
...
Per https://github.com/ripple/rippled/issues/3214
The following fields are deprecated and may be removed without further notice: accepted, hash (use ledger_hash instead), seqNum (use ledger_index instead), totalCoins (use total_coins instead).
2021-07-26 16:10:55 -07:00
Rome Reginelli
53f35b5a99
Update boilerplate ( #1459 )
...
- Suggest XRPLF's public cluster; this is a better starter experience since
it's full-history and blocks known scam accounts
- Update the Node.js compatibility language to match the README.
- Remove dated language about ES5/ES6 Promises.
- Re-gen docs (this seems to have added a memo field that was previously
modified in some other PR)
2021-07-14 17:05:54 -07:00
Elliot Lee
fa2385ee1c
feat: expose address codec methods ( #1386 )
...
Fix #1385
* docs: add classicAddressToXAddress and xAddressToClassicAddress static methods
2021-03-16 20:58:16 -07:00
Rome Reginelli
32718d583b
docs: add missing transaction type links ( #1378 )
...
https://github.com/ripple/ripple-lib/pull/1352 had empty placeholder links for a few transaction types. This adds those.
2021-03-03 16:07:03 -08:00
Matthew Rosendin
08b76fba22
docs: update transactions.md.ejs ( #1348 )
...
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2021-02-22 19:46:11 -08:00
Elliot Lee
2642589ea4
fix: update link to subscribe page ( #1354 )
2021-02-22 19:42:07 -08:00
Elliot Lee
965dc4bd87
fix: allow connectionTimeout option to be customized ( #1355 )
...
- Ref #1044
- Fix #1174
- Fix #1196
2021-02-11 23:55:33 -08:00
Rome Reginelli
c9689ec2a8
docs: add missing transaction specifications ( #1352 )
...
Add the following missing specifications to the list of transactionType
specifications:
- Ticket Create
- Account Delete
- Deposit Preauth
Rearrange the transaction type specifications to be in alphabetical
order.
2021-01-25 09:09:10 -08:00
Elliot Lee
03655b4ed2
fix(tickets): rename docs/src/prepareTicket.md.ejs to prepareTicketCreate.md.ejs
...
- Add note that TicketBatch amendment is required and is not yet
activated
2020-11-24 09:43:35 -08:00
Rome Reginelli
dd4c6a0353
Improve descriptions of get-ledger response time fields. ( #1326 )
2020-11-23 19:58:54 -08:00
Javi
1c1a3fa583
fix(refactor): rename prepareTicket to prepareTicketCreate ( https://github.com/ripple/ripple-lib/pull/1324#discussion_r519027049 )
2020-11-08 09:53:17 +01:00
Javi
81dfd99642
fix(docs): Update docs
2020-11-06 11:23:14 +01:00
Javi
6b4fa159ea
fix(doc): docgen
2020-11-06 10:48:06 +01:00
Elliot Lee
4ab808b6de
Deprecate submit() in favor of request('submit', {...}) ( #1294 )
...
Using request('submit', ...) allows the ripple-lib API to be effectively
identical to the underlying rippled API. Whereas submit() returns only
certain fields from rippled, using request('submit') gives you rippled's
full response, including the new fields added in rippled v1.5.0.
2020-06-09 09:04:01 -07:00